Search found 5 matches

by straycat264
2011-03-08T10:19:13-07:00
Forum: Bugs
Topic: GIF save failure
Replies: 1
Views: 3551

Re: GIF save failure

Yeah - I get this consistently, and have done for the last few versions of IM.

It only seems to happen for small images. If you up the size to 15x18 or larger, it should work fine. Not a great solution, but the only one I've found to date.
by straycat264
2011-02-22T07:47:45-07:00
Forum: Bugs
Topic: PNG and gif issues
Replies: 7
Views: 14786

Re: PNG and gif issues

OK - to answer my own question - I found setMagickOption, and added it to JMagick. colour-type 3 wasn't viable in the end, and was causing some crashes - but 4 did the trick.

Still seeking a workaround or fix for the gif issue.
by straycat264
2011-02-22T02:06:44-07:00
Forum: Bugs
Topic: PNG and gif issues
Replies: 7
Views: 14786

Re: PNG and gif issues

glennrp wrote:Using -define PNG:color-type=3 works around it.
OK... thanks. Now I just have to figure out how to implement that using JMagick (or, failing that, the MagickCore API)... any pointers welcome ;)

Any good workarounds for the gif issue?
by straycat264
2011-02-21T07:24:56-07:00
Forum: Bugs
Topic: PNG and gif issues
Replies: 7
Views: 14786

Re: PNG and gif issues

Probably no need to confirm this, as I doubt there was time to address anything, but the same results hold true for 6.6.7-8
by straycat264
2011-02-16T10:22:50-07:00
Forum: Bugs
Topic: PNG and gif issues
Replies: 7
Views: 14786

PNG and gif issues

Version 6.6.7-7 convert -size 20x20 xc:#eeeeee test.png Produces this: http://blog.straycat.me.uk/test.png Interestingly, I get this effect for grays - put in another colour like #eeeeef, and it's fine. On the gif front: convert -size 11x21 xc:transparent test.gif gets me this: http://blog.straycat ...