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.
Search found 2 matches
- 2012-04-22T23:02:34-07:00
- Forum: Users
- Topic: [SOLVED] Ubuntu: pull all dependencies for source IM install
- Replies: 2
- Views: 20386
- 2011-06-02T09:49:02-07:00
- Forum: Developers
- Topic: useful new feature of cjpeg
- Replies: 8
- Views: 15333
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 ...