Search found 66 matches

by Werty
2014-07-17T05:37:13-07:00
Forum: Users
Topic: Getting error in imagemagick
Replies: 7
Views: 14351

Re: Getting error in imagemagick

Sorry, missed the part where you said you do get output.

As a work around maybe include an error handler and simply ignore the error, something like "On Error Resume Next", dont know how it is in VBS.
Not the best solution, but if it works, who cares.
by Werty
2014-07-17T02:34:09-07:00
Forum: Users
Topic: Edge detection gives different results on different Systems
Replies: 5
Views: 6709

Re: Edge detection gives different results on different Syst

How funny (or not), I was just testing "edge" yesterday and got the same weird results, I guessed it was normal and that it was just my source image not being a good image for edging, but seeing you can get good results with Mac I'll wait and hear what the experts have to say. nevertheless...
by Werty
2014-07-16T11:56:01-07:00
Forum: Users
Topic: Extract frames from Animated GIF - Galaxy S5 Sequence Shot?
Replies: 15
Views: 25151

Re: Extract frames from Animated GIF - Galaxy S5 Sequence Sh

Yes, as Fred said, they are probably putting in the missing frames, or rather, they make a frame that is some kind of blend between two frames. Just as those "240hz" or "600hz" televisions sold, they show many more frames than the actual video has, by blending frames and put them...
by Werty
2014-07-13T18:55:53-07:00
Forum: Users
Topic: Getting error in imagemagick
Replies: 7
Views: 14351

Re: Getting error in imagemagick

Are you sure the imagemagick object is properly registered ? Try from a command prompt... Convert rose: rose.png or in vb... Dim img Dim msgs Set img = CreateObject("ImageMagickObject.MagickImage.1") msgs = img.Convert("rose:","C:\Users\manasm\Desktop\test\rose.png") Se...
by Werty
2014-07-12T12:10:02-07:00
Forum: Users
Topic: Getting error in imagemagick
Replies: 7
Views: 14351

Re: Getting error in imagemagick

I am running a simple string to compare screenshot but i am getting an error Error : 0x80041771 Code : 80041771 Source : ImageMagickObject.MagickImage.1 I am still getting output but my script got halted due to above error . I am running below command in vbscript Option Explicit Sub Compare_Image()...
by Werty
2014-07-12T11:49:12-07:00
Forum: Consulting
Topic: IM Consultant Needed
Replies: 2
Views: 11534

Re: IM Consultant Needed

fmw42 wrote:1) As far as I know, IM has no direct way to access data from a camera.
What about from an IP camera ?

I know IM can fetch images from the web by using a web address instead of a harddrive path´, so maybe an IP camera would too, dunno, never tried an IP camera, but maybe worth looking into.
by Werty
2014-06-18T18:01:54-07:00
Forum: Users
Topic: How to make black and white image?
Replies: 12
Views: 127878

Re: How to make black and white image?

Thanks both.

I just sat and starred at the images for 5 mins, and there really is a lot more detail using that method by adding more green, look at the grass and the flowers, more depth and detail.

Also looked at your page snibgo, about grayscale, some interesting results.
by Werty
2014-06-18T16:49:16-07:00
Forum: Users
Topic: How to make black and white image?
Replies: 12
Views: 127878

Re: How to make black and white image?

If I might suggest in the future that you upload 3 separate images rather than one appended one. That makes it easier for the rest of us to download and do comparisons visually or mathematically. Thanks. Sorry about that :? Here they are in higher resolution... Color http://peecee.dk/uploads/062014...
by Werty
2014-06-18T14:54:01-07:00
Forum: Users
Topic: How to make black and white image?
Replies: 12
Views: 127878

Re: How to make black and white image?

I like separating to RGB, then make a mean average (-evaluate-sequence mean) of channel R and G, then a mean average of channel G and B, finally a mean average of those two results, RG and GB, gives it more "life" imo. Here in color, then normal "-type grayscale", then the method...
by Werty
2014-05-30T15:52:26-07:00
Forum: Users
Topic: Few questions
Replies: 21
Views: 52396

Re: Few questions

Look into morphology, read on from here and down..

http://www.imagemagick.org/Usage/morphology/#basic

The thinning, edgein, edgeout, is probably your best option.

/Edit, ohh, i see it was already mentioned back in 2012 :p
by Werty
2014-05-19T04:08:46-07:00
Forum: Users
Topic: Is "Focus Stacking" possible with IM ?
Replies: 5
Views: 10880

Is "Focus Stacking" possible with IM ?

I was wondering if Focus Stacking is possible with IM ? I'm aware of all the free/commercial products like CombineZ, but I'm looking for something I can script myself, and to avoid including too much third party stuff in my application. I'm on Win7 32bit so cant use Hadley's IM/CombineZ combo as it ...
by Werty
2014-05-04T05:40:52-07:00
Forum: Users
Topic: Create colormap from multiple images
Replies: 2
Views: 5563

Re: Create colormap from multiple images

Another strategy would be to resize each large image to be small enough that you can append them all together. Reduce this to 256 colours, and find the unique colours. This can be used for a remap. Then you resize each large image to the dimensions you want, and remap it. Perhaps finding the averag...
by Werty
2014-04-28T10:28:35-07:00
Forum: Users
Topic: SOLVED: ImageMagick-6.8.9-0-Q8-x86-dll.exe
Replies: 7
Views: 14350

Re: SOLVED: ImageMagick-6.8.9-0-Q8-x86-dll.exe

I've had good experience with Sunet.se (I'm Scandinavian), it's a University website and I believe it's only the "Professors" that are uploading to their FTP, so I feel comfortable using their service. /edit I've been using Q16 since I started with IM, as I needed it back then, but later I...
by Werty
2014-04-27T14:37:29-07:00
Forum: Users
Topic: SOLVED: ImageMagick-6.8.9-0-Q8-x86-dll.exe
Replies: 7
Views: 14350

Re: SOLVED: ImageMagick-6.8.9-0-Q8-x86-dll.exe

Thanks for the link snibgo, I've been needing this for so long, always wondered why it wasnt included on im.org.
by Werty
2014-04-12T07:50:56-07:00
Forum: Windows COM+ & Visual Basic
Topic: Newbie Problem - Can't get convert past the file name
Replies: 3
Views: 61384

Re: Newbie Problem - Can't get convert past the file name

Since you post this in the windows COM+ section of the forum I assume you are running windows, but are using Unix commands. Most examples are written for Unix which you need to convert to DOS commands (which is easy), leave out the backslashes and use the DOS line continuation instead. Read about it...