The question of source code
The question of source code
Tell us what key file is responsible for JNG?
Re: The question of source code
Try coders/png.c.
- glennrp
- Posts: 1147
- Joined: 2006-04-01T08:16:32-07:00
- Location: Maryland 39.26.30N 76.16.01W
- Contact:
Re: The question of source code
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.
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.
Who is online
Users browsing this forum: Amazon [Bot] and 11 guests