The question of source code

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Solovei95
Posts: 20
Joined: 2011-09-28T22:06:15-07:00
Authentication code: 8675308

The question of source code

Post by Solovei95 »

Tell us what key file is responsible for JNG?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: The question of source code

Post by magick »

Try coders/png.c.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: The question of source code

Post by glennrp »

The JNG container is encoded or decoded in coders/png.c and using some
low-level functions in libpng (for encoding and decoding "chunks").

The embedded main JPEG image and JDAA alpha "image" is encoded or
decoded in coders/jpeg.c using libjpeg.

The embedded alpha channel, when conveyed in the PNG IDAT chunk, is
encoded or decoded in coders/png.c using libpng.
Post Reply