Search found 19 matches

by carol_sun
2013-02-25T18:23:26-07:00
Forum: Bugs
Topic: IM version 6.8.3.4 can't convert gif/bmp to webp
Replies: 2
Views: 3517

Re: IM version 6.8.3.4 can't convert gif/bmp to webp

magick wrote:Add --with-webp to your configure script command line. Then rebuild and reinstall ImageMagick.
it works, thanks very much
by carol_sun
2013-02-25T01:14:14-07:00
Forum: Bugs
Topic: IM version 6.8.3.4 can't convert gif/bmp to webp
Replies: 2
Views: 3517

IM version 6.8.3.4 can't convert gif/bmp to webp

we are using IM6.7.9-3 in our system. And we noticed that while doing the encoding of webp there is a memory leak. Then we turn to 6.8.3.4, and the memory leak bug had be fixed. But there is a new problem, when convert a gif or a bmp image to webp, it failed with "NoDecodeDelegateForThisImageFo...
by carol_sun
2011-06-19T22:37:50-07:00
Forum: Users
Topic: problem - invalid colormap index
Replies: 3
Views: 8793

problem - invalid colormap index

I have one bmp image can't be resized. But it can be viewed in windows. /usr/local/ImageMagick-6.7.0/bin# ./convert -sample 40x40 441.bmp 1.jpg convert: invalid colormap index `441.bmp' @ error/colormap-private.h/ConstrainColormapIndex/34. http://ice.qq.com/images/441.bmp Something wrong with this i...
by carol_sun
2011-06-17T19:47:05-07:00
Forum: Users
Topic: Can't limit the resouse used by IM
Replies: 4
Views: 9742

Re: Can't limit the resouse used by IM

I know ping(), but I don't know how to decide which one is too large. It should depend on the memory used by IM. If it consume more then 1GB, I think it's too large. So is there some formula to calculate the memory used by IM for one image approximately? For example, the image's dimensions is 5000*4...
by carol_sun
2011-06-17T03:02:10-07:00
Forum: Users
Topic: Can't limit the resouse used by IM
Replies: 4
Views: 9742

Can't limit the resouse used by IM

I used ImageMagick-6.7.0 to resize lots of pictures and got one large exceptional picture. It's about 2.7MB. To resize it, Imagick++ used about 1.5GB memory. Of course, to ensure large images do not consume all the memory on my system, I can force the image pixels to memory-mapped disk with resource...
by carol_sun
2010-11-23T00:01:44-07:00
Forum: Users
Topic: ImageMagick Perform differently under different os
Replies: 4
Views: 9655

Re: ImageMagick Perform differently under different os

It has nothing to do with the syntax. I had try it. I also have this problem when resizing PNG and BMP. Isn't the newer syntax "convert 102.jpg -scale 500X500 result.jpg"? Not that this is likely your issue. http://www.imagemagick.org/Usage/basics/#why Do you have this problem when using a...
by carol_sun
2010-11-22T19:36:04-07:00
Forum: Users
Topic: ImageMagick Perform differently under different os
Replies: 4
Views: 9655

ImageMagick Perform differently under different os

ImageMagick version: 6.3.0 I installed it under different linux os , one is SUSE-Linux(gcc version 4.1.2 ), the other is slackware-linux(gcc version 3.3.4). After install ImageMagick-6.3.0 in two computers, I used command "./convert -scale 500X500 102.jpg result.jpg " to resize my picture....
by carol_sun
2010-07-26T04:27:38-07:00
Forum: Users
Topic: This photo can't be convert From CMYK to RGB.
Replies: 2
Views: 6133

Re: This photo can't be convert From CMYK to RGB.

Dear Drarakel, it works, thank you very much!

By the way, for CMYK pictures in such cases, use a generic SWOP profile, Dear administrators, why don't you put USWebCoatedSWOP.icc file into "http://www.imagemagick.org/download/del ... ofiles.zip"
by carol_sun
2010-07-26T01:17:13-07:00
Forum: Users
Topic: This photo can't be convert From CMYK to RGB.
Replies: 2
Views: 6133

This photo can't be convert From CMYK to RGB.

After converting, the image's colorspace is still CMYK. Other photos could be convert successfully, only this photo failed. How to convert the "sepecial" photo ? ~/ImageMagick/bin$ ./convert file_4.jpg -profile SRGBSPAC.ICM 1.jpg ~/ImageMagick/bin$ ./identify -verbose 1.jpg | grep Colorspa...
by carol_sun
2010-03-02T19:45:11-07:00
Forum: Developers
Topic: which function in Magick++ performs like "-layers optimize"?
Replies: 2
Views: 6612

Re: which function in Magick++ performs like "-layers optimi

thank you very much~
By using both of the functions as follow, the gif image size was reduce.
thumbnails = OptimizeImageLayers(thumbnails, exception);
OptimizeImageTransparency(thumbnails, exception);
by carol_sun
2010-01-12T18:14:27-07:00
Forum: Developers
Topic: which function in Magick++ performs like "-layers optimize"?
Replies: 2
Views: 6612

which function in Magick++ performs like "-layers optimize"?

"Lets now use the "-layers", method 'OptimizeTransparency' (Added IM v6.3.4-4) to replace any pixel that does change the displayed result with transparency. " see: http://www.imagemagick.org/Usage/anim_opt/#opt_trans By using "Transparency Optimization", the gif file si...
by carol_sun
2010-01-12T18:11:09-07:00
Forum: Users
Topic: which function in Magick++ performs like "-layers optimize"?
Replies: 2
Views: 5926

Re: which function in Magick++ performs like "-layers optimize"?

T_T I'm waiting for the answer, anyone who knows it please help me. I really appreciate it.
by carol_sun
2010-01-11T00:16:10-07:00
Forum: Users
Topic: which function in Magick++ performs like "-layers optimize"?
Replies: 2
Views: 5926

which function in Magick++ performs like "-layers optimize"?

"Lets now use the "-layers", method 'OptimizeTransparency' (Added IM v6.3.4-4) to replace any pixel that does change the displayed result with transparency. " see: http://www.imagemagick.org/Usage/anim_opt/#opt_trans By using "Transparency Optimization", the gif file si...
by carol_sun
2009-12-02T20:25:25-07:00
Forum: Users
Topic: what's wrong with this picture? IM can't deal with it.
Replies: 3
Views: 7744

Re: what's wrong with this picture? IM can't deal with it.

thank you for your answer.
So Is there any method for me to deal with these pictures using IM ?
by carol_sun
2009-12-02T19:36:42-07:00
Forum: Users
Topic: what's wrong with this picture? IM can't deal with it.
Replies: 3
Views: 7744

what's wrong with this picture? IM can't deal with it.

It's a GIF image file. when IM opens it, it throw the exception "e=ImageMagick: Corrupt image `2AD9A180-F37A-459F-B056-A4C71CE31445.gif' @ gif.c/ReadGIFImage/1316"
So, it's a corrupt image, but it can be viewed and edit under widows xp.

http://www.ajrice.com/UploadFile/Image/44324.gif