Search found 114 matches

by kriks
2011-02-21T07:37:28-07:00
Forum: Bugs
Topic: big tmp file or segfault on convert
Replies: 6
Views: 14114

big tmp file or segfault on convert

hi, we've had a problem on our production environment (IM 6.6.4-2) 1119.png => http://dl.free.fr/dgU1Zu1oH (1x1px PNG file) this convert command creates a +5To tmp file and never finishes convert 1119.png -resize '260x260!' -format JPEG -compress JPEG -colorspace RGB -interlace line -quality 75 -typ...
by kriks
2010-07-29T07:50:09-07:00
Forum: Bugs
Topic: change in identify -format "%b" ?
Replies: 3
Views: 7724

Re: change in identify -format "%b" ?

so there's a way to get it in KB or MB ?

i didn't find anything about this change in the changelog, did I miss something ?
by kriks
2010-07-29T04:13:21-07:00
Forum: Bugs
Topic: change in identify -format "%b" ?
Replies: 3
Views: 7724

change in identify -format "%b" ?

hi!

we noticed that recent version of IM returned the %b format with a B at the end:

Code: Select all

identify -format "%b" 134681.jpg
4711796B
Version: ImageMagick 6.6.1-9
this was not the case on 6.5.8-8

is it a bug or a feature ? :)
by kriks
2010-05-18T00:45:52-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

everything worked as expected.

a big THANKS to you!
by kriks
2010-05-17T06:03:31-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

great, the full process has been tested with success :D

it's going in production today, thanks for your reactivity
by kriks
2010-05-17T01:50:14-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

thanks for this new version.

Tests are OK, a full process is currently running, to see if everything is running well.
I will tell you later.
by kriks
2010-05-14T00:35:38-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

thanks for the new version. We still have crashes, but more verbose : # convert -density 300 131131.eps -profile Photoshop5DefaultCMYK.icc -profile AdobeRGB1998.icc +clip-path '#1' -fuzz 100% -transparent white -fuzz 0% -strip -quiet -format JPEG -compress JPEG -quality 80 -type Optimize -depth 8 -r...
by kriks
2010-05-12T06:57:34-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

Hi, we've upgraded to IM6.6.1-7, and it seemed to work fine until a crash today : convert: Memory allocation failed `' @ fatal/draw.c/DrawImage/3116. here is the exact command line that fails : convert -density 300 131131.eps -profile Photoshop5DefaultCMYK.icc -profile AdobeRGB1998.icc +clip-path '#...
by kriks
2010-05-03T06:36:18-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

up

we have now a lot of these pictures with the same problem, even with non "too much old Photoshop" (CS3).

is it possible to correct this ? or should we invest in finding a workaround ?


thanks for your answer
by kriks
2010-03-03T08:40:54-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

We already tried to use RSVG but it fails to render some path properly, and if I remember well, the workaround used in this example to transform a CMYK image with a clip-path does not work the same way, so it's safer for us to wait on a bugfix. (the workaround was found with your help in this topic ...
by kriks
2010-03-03T05:32:31-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

it still crashes, here is the output for the same command on the same file : *** glibc detected *** convert: munmap_chunk(): invalid pointer: 0x0000000000de23d0 *** ======= Backtrace: ========= /lib/libc.so.6[0x7fdfa1cbedd6] /usr/local/lib/libMagickCore.so.3(RelinquishMagickMemory+0xf)[0x7fdfa28a04c...
by kriks
2010-03-02T08:35:55-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

thank you very much, we'll try it tomorrow and will keep you informed :)
by kriks
2010-03-02T07:05:58-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

sorry, here it is : http://dl.free.fr/tXL1jDWo5
by kriks
2010-03-02T02:22:25-07:00
Forum: Bugs
Topic: EPT error (Insufficient image data)
Replies: 22
Views: 55259

Re: EPT error (Insufficient image data)

wow, I spoke too fast. when using +clip-path on a buggy image, convert will segfault with convert -density 300 121758.eps -profile Photoshop5DefaultCMYK.icc -profile AdobeRGB1998.icc +clip-path '#1' -fuzz 100% -transparent white -fuzz 0% -strip -format JPEG -compress JPEG -quality 80 -type Optimize ...