Re: logic in src/texk/web2c/pdftexdir/writejpg.c assumes pdfmajorversion is 1 which causes fatal errors for progressive DCT + pdf 2.0
Karl Berry <[email protected]> Wed, 24 Sep 2025 15:06:31 -0600
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <[email protected]> |
Hi Clea,
This seems to be because writejpg.c only tests the pdfminorversion
when determining whether progressive DCT is supported.
Looks right to me. I'll commit this (or similar) soon.
Thanks much for the report. -k