Search found 2 matches

by avant
2012-04-22T23:02:34-07:00
Forum: Users
Topic: [SOLVED] Ubuntu: pull all dependencies for source IM install
Replies: 2
Views: 19697

Re: [SOLVED] Ubuntu: pull all dependencies for source IM ins

This seems like a good resource for creating Debian packages:
http://wiki.debian.org/IntroDebianPackaging

I am in the process of creating a Debian package for my test suite, which requires ImageMagick 7.0.0, so a Debian package of it would be extremely useful to me.
by avant
2011-06-02T09:49:02-07:00
Forum: Developers
Topic: useful new feature of cjpeg
Replies: 8
Views: 15091

Re: useful new feature of cjpeg

It seems difficult to get libjpeg8 and libjpeg62 to coexist peacefully, so I haven't been able to directly test anything, but here is my understanding of how the quality setting needs to work: As you mentioned, we currently call jpeg_set_quality(&jpeg_info,(int) image->quality,MagickTrue); where...