Search found 18 matches

by adelina
2013-02-13T07:14:46-07:00
Forum: Users
Topic: comparing to a small time
Replies: 1
Views: 2443

comparing to a small time

hello
i have this problem...i have to compare to .tif files and it takes a lot of time till the end of the comparing....and I need to do it in a short time. Is there a method to use for this?
i have try with "-quality 20" and it is good for some files but some other not.


thanks!
by adelina
2013-02-07T05:45:29-07:00
Forum: Users
Topic: compose src in qtp
Replies: 4
Views: 4287

compose src in qtp

hello, I am using imagemagick command: " compare imgcopy.tif imgorig.tif -compose src -highlight-color blue imgdif.tif" in qtp like this: " set img = CreateObject("ImageMagickObject.MagickImage.1") img.Compare Path & img1.tif, path & img2.tif ,"-compose src -highlight-color blue & path & imgdif.tif ...
by adelina
2012-10-17T01:16:05-07:00
Forum: Users
Topic: imagemagick compare used in vbscript
Replies: 1
Views: 4965

imagemagick compare used in vbscript

hi, i want to use this comand : compare -metric RMSE file.tif file2.tif diff.tif 2> out.txt in vbs and i used this code: set img= CreateObject("ImageMagickObject.MagickImage.1") img.Compare "-metric", "RMSE", location & File1 & ."tif", location & File2 & ."tif",location & File1 & ."_" & File2 ...
by adelina
2012-10-16T02:27:56-07:00
Forum: Users
Topic: using imagemagick in vbs
Replies: 0
Views: 4151

using imagemagick in vbs

hi, i want to use this comand : compare -metric RMSE file.tif file2.tif diff.tif 2> out.txt in vbs and i used this code: set img= CreateObject("ImageMagickObject.MagickImage.1") img.Compare "-metric", "RMSE", location & File1 & ."tif", location & File2 & ."tif",location & File1 & ."_" & File2 ...
by adelina
2012-10-09T01:37:36-07:00
Forum: Users
Topic: identify doesn't works
Replies: 0
Views: 3497

identify doesn't works

hi,
i have to indetify a image using imagemagick comand in qtp, but it doesn't works, and i don't know why.Here is the code
"Dim img
set img = CreateObject("ImageMagickObject.MagickImage.1")
msg = img.Identify("C:\a\img.tiff")
msgbox msg "



thank you
by adelina
2012-07-02T03:53:12-07:00
Forum: Users
Topic: Imagemagick doesn't works with pdf file
Replies: 4
Views: 9307

Re: Imagemagick doesn't works with pdf file

thank you
by adelina
2012-07-02T00:32:49-07:00
Forum: Users
Topic: Imagemagick doesn't works with pdf file
Replies: 4
Views: 9307

Imagemagick doesn't works with pdf file

hello, i have instaled "ImageMagick-6.7.8-0-Q16-windows-static" and it doesn't works when i try to run a command using pdf file, and also i can't open pdf file with IM
by adelina
2011-08-31T01:29:05-07:00
Forum: Users
Topic: imagemagick libraries in C#
Replies: 0
Views: 3930

imagemagick libraries in C#

Hi, how do I enter imagemagick libraries in C# ?I want to work in c# using the code from imagemagick, amd i can't because C# doesn't recocnize imagemgick libraries. For example this library that i found on your site: " ImageMagickNET.Geometry " how to I enter it in C# ? and from where i can get ...
by adelina
2011-08-24T01:04:23-07:00
Forum: Users
Topic: rotating picture
Replies: 2
Views: 5318

rotating picture

How do i found ,using a code in vbscript, if a picture is rotated and how many degrees is rotated?
by adelina
2011-08-23T03:49:55-07:00
Forum: Users
Topic: compare rotated pictures
Replies: 1
Views: 3916

compare rotated pictures

I have rotated a picture with 90 degree and i want to compare it with the original picture and put the result in a .txt file.I have already found an aloghoritm named Surf, but don't know how to implamented in vbscript.Can you help me ,please?
by adelina
2011-08-12T03:57:19-07:00
Forum: Users
Topic: diffence in text.txt using vbscript
Replies: 2
Views: 6123

Re: diffence in text.txt using vbscript

or has vbscript a different command to write in .txt? the command " 2>pararez.tx t" is from imagemagick and I thought tha it may work in vbscript too,but it dosen't! this is what i get : # ImageMagick pixel enumeration: 507,430,255,rgba 0,0: (253,253,248,255) #FDFDF8 rgba(253,253,248,1) 1,0: (253 ...
by adelina
2011-08-12T01:00:25-07:00
Forum: Users
Topic: diffence in text.txt using vbscript
Replies: 2
Views: 6123

diffence in text.txt using vbscript

Hi...so i using this command " "dim i set objArgs = WScript.Arguments set img = CreateObject("ImageMagickObject.MagickImage.1") do para1=inputbox ("dati parametrul 1") Wscript.Echo "Primul argument:" + para1 para2=inputbox ("dati parametrul 2") Wscript.Echo "Al doilea parametru:" + para2 msgs = img ...
by adelina
2011-08-10T05:25:46-07:00
Forum: Users
Topic: imagemagick and vbscript
Replies: 1
Views: 5403

imagemagick and vbscript

Hi...how do i use a command from imagemagick (for ex : "compare image1.png image2.png rez.png") in vbscript?
by adelina
2011-08-09T01:40:21-07:00
Forum: Users
Topic: Fourier Transforms
Replies: 1
Views: 4140

Fourier Transforms

hi,I am using Image magick-6.7.1-Q16 for Windows Binary Release, and I want to use the Fourier Transforms and i can't. For ex : "convert ima1.png -colorspace gray miff:- | im_profile -s im1m.png" and it shows me this error: "im_profile" is not a recongnized as an internal or external comand,operable ...
by adelina
2011-08-09T00:17:14-07:00
Forum: Users
Topic: coordinates of two images
Replies: 7
Views: 13234

Re: coordinates of two images

I want the coordinates of every pixel that are different between two same size images.