Search found 12163 matches

by snibgo
2010-04-03T08:01:57-07:00
Forum: Users
Topic: animated .gifs and IM
Replies: 23
Views: 41530

Re: animated .gifs and IM

They all seem fine in Firefox 3.5.8. In Internet Explorer 8.0.7600, some of them don't animate. If you have created them in Photoshop, what part does IM play? Perhaps you created the full-size versions in PS, and Joomla used IM to shrink them so 15 can fit on one page. If you can discover what Jooml...
by snibgo
2010-04-03T05:30:32-07:00
Forum: Users
Topic: cartoonizer / vectorizer
Replies: 30
Views: 72245

Re: cartoonizer / vectorizer

http://www.snibgo.org/images/chloeFinal.png "%IMG%convert" ^ chloe.png ^ ( -clone 0 -colorspace Gray -median 6 ) ^ ( -clone 1 -adaptive-blur 6 ) ^ ( -clone 1 ^ -clone 2 ^ -compose minus -composite ^ -normalize ^ -level 50x100%% ^ -alpha copy -negate ) ^ ( -clone 2 ^ -clone 1 ^ -compose mi...
by snibgo
2010-04-03T04:15:12-07:00
Forum: Bugs
Topic: Morphology prune
Replies: 8
Views: 17472

Morphology prune

(IM version 6.6.0-8 Q16 on Windows 7.) The documentation talks about a "prune" kernel, but it doesn't work: convert in.png -channel alpha -morphology erode:3 prune -background blue -flatten out.jpg convert: UnrecognizedKernelType `prune' @ error/convert.c/ConvertImageCommand/1968. Can I pr...
by snibgo
2010-04-03T04:04:13-07:00
Forum: Users
Topic: one-line command
Replies: 2
Views: 6684

Re: one-line command

As Bonzo says, you can just keep going. convert a.png -options -options2 ... -options26 z.png Two main things to remember: 1. Options like -background, -gravity and so on take default values in the multiple commands, but will "carry through" in the single command version. 2. If you use an ...
by snibgo
2010-04-02T13:32:56-07:00
Forum: Developers
Topic: Using Alpha Extraction correctly?
Replies: 6
Views: 13232

Re: Using Alpha Extraction correctly?

You can put images on the web somewhere, and paste the URLs here. I have a distribution of 6.5.8-10 for Windows 64-bit static, executables but not source, if that will help. I can put it on the web. Sorry, I can't help with the code. But if you can provide a minimal program and image files that show...
by snibgo
2010-04-02T09:01:22-07:00
Forum: Bugs
Topic: ICC gone when converting JPG to PSD
Replies: 1
Views: 5130

Re: ICC gone when converting JPG to PSD

Very strange, as I wouldn't expect pict.jpg to be modified in any way. Can you post the image?
by snibgo
2010-04-02T06:07:25-07:00
Forum: Users
Topic: Can IM report on images with errors in their formatting?
Replies: 2
Views: 6603

Re: Can IM report on images with errors in their formatting?

convert infile NULL:

returns 0 on success, 1 on failure.
by snibgo
2010-04-01T11:06:56-07:00
Forum: Users
Topic: Simple tiff conversion question
Replies: 10
Views: 23168

Re: Simple tiff conversion question

IM and GIMP find no transparency in DRVq3ITTKjDe3Ug9.tif

I suggest you download that uploaded file, and try it again in Photoshop.
by snibgo
2010-04-01T09:51:45-07:00
Forum: Developers
Topic: I'm thinking of merging IM with CombineZ
Replies: 1
Views: 5344

Re: I'm thinking of merging IM with CombineZ

I'm not an IM developer, but: 1. IM handles Unicode filenames (Arabic, etc), if that is what you mean. 2. You just need to add an entry to delegates.xml, as far as I can see. 3. You might find the architecture document useful: http://www.imagemagick.org/script/architecture.php . IM stores images as ...
by snibgo
2010-04-01T09:18:55-07:00
Forum: Users
Topic: Capturing multipe file with convert output to STDOUT
Replies: 7
Views: 17595

Re: Capturing multipe file with convert output to STDOUT

According to my flakey maths, in a series of random bytes I would expect to see those eleven bytes occuring by chance once every 256^10 bytes, which is 10^24 bytes, which is one tera-terabyte. So I suggest you either (a) do the messy parsing or (b) calculate how many files you expect, then look for ...
by snibgo
2010-03-31T23:42:33-07:00
Forum: Users
Topic: cartoonizer / vectorizer
Replies: 30
Views: 72245

Re: cartoonizer / vectorizer

GMIC won't run on my Windows 7 64-bit platform. From the screenshots, I notice that GMIC has adjustable parameters. I wonder if one can find a set of parameters that will suit every image? I doubt it. For fmw's Cloe shot: I suggest the edge is applied to the original (possibly median'ed first), rath...
by snibgo
2010-03-31T23:17:28-07:00
Forum: Users
Topic: Edit image in Flash and Using Imagemagick at backend
Replies: 36
Views: 60309

Re: Edit image in Flash and Using Imagemagick at backend

The following seems reasonable to me: 3x3 is for 3-channels (eg RGB or CMY) without translation 4x4 is for 4-channels (eg RGBA or CMYK or CMYA) without translation 5x5 is for 5-channels (eg CMYKA) without translation 4x3 is for 3-channels (eg RGB or CMY) with translation 5x4 is for 4-channels (eg RG...
by snibgo
2010-03-31T22:27:46-07:00
Forum: Users
Topic: Capturing multipe file with convert output to STDOUT
Replies: 7
Views: 17595

Re: Capturing multipe file with convert output to STDOUT

I think your question boils down to: "My program receives a stream of concatenated JPEG files. How do I know where one ends and the next begins?" The proper answer, I think, is that you should parse each one as it arrives. The informal answer is that each file may finish with any byte sequ...
by snibgo
2010-03-31T06:28:11-07:00
Forum: Users
Topic: Edit image in Flash and Using Imagemagick at backend
Replies: 36
Views: 60309

Re: Edit image in Flash and Using Imagemagick at backend

When the dust settles on this issue, perhaps someone could ensure the documentation states what matrix sizes are available (3x3, 4x4, 5x4, 5x5, whatever), and what each of them means, eg dstR = a[0] * srcR + a[1] * srcG + a[2] * srcB + a[3] * srcA + a[20] dstG = a[5] * srcR + a[6] * srcG + a[7] * sr...
by snibgo
2010-03-31T05:35:28-07:00
Forum: Developers
Topic: Face detection
Replies: 3
Views: 17508

Face detection

Is anyone is planning a "face detection" system for ImageMagick? As many cameras now offer this facility, I suppose the software requirements are fairly simple and well-known (but I don't know the rate of false positives and false negatives). It would be a neat feature when we want to proc...