i wonder whether one should feed back the fix_int() clipping corrections into the variables, e. g. like fixed_pk_resolution := fix_int(pdf_pk_resolution, 72, 2400); pdf_pk_resolution = fixed_pk_resolution; {== this line would be new ==} Currently e. g. \pdfpkresolution is copied to an internal fixed_pk_resolution variable which is silently clipped to 72--2400 dpi and isn't accessible. But \pdfpkresolution remains at its original possibly out-of-range value, so one can't rely on it. This would affect about the following variables: \pdfdecimaldigits \pdfpkresolution \pdfimageresolution \pdfgamma \pdfimagegamma \pdfimagehicolor \pdfimageapplygamma Regards, Hartmut
Hartmut Henkel wrote:
i wonder whether one should feed back the fix_int() clipping corrections into the variables, e. g. like
fixed_pk_resolution := fix_int(pdf_pk_resolution, 72, 2400); pdf_pk_resolution = fixed_pk_resolution; {== this line would be new ==}
makes sense Hans
sounds like a good idea. btw, doesn't it make sense to release a new beta version with all the patches by Hartmut and other? The patch I uploaded still has some problems so I need to fix them first, it can wait for a while. Thanh On Sun, Nov 13, 2005 at 09:58:42PM +0100, Hartmut Henkel wrote:
i wonder whether one should feed back the fix_int() clipping corrections into the variables, e. g. like
fixed_pk_resolution := fix_int(pdf_pk_resolution, 72, 2400); pdf_pk_resolution = fixed_pk_resolution; {== this line would be new ==}
Currently e. g. \pdfpkresolution is copied to an internal fixed_pk_resolution variable which is silently clipped to 72--2400 dpi and isn't accessible. But \pdfpkresolution remains at its original possibly out-of-range value, so one can't rely on it.
This would affect about the following variables:
\pdfdecimaldigits \pdfpkresolution \pdfimageresolution \pdfgamma \pdfimagegamma \pdfimagehicolor \pdfimageapplygamma
Regards, Hartmut _______________________________________________ ntg-pdftex mailing list ntg-pdftex@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-pdftex
The Thanh Han wrote:
sounds like a good idea.
btw, doesn't it make sense to release a new beta version with all the patches by Hartmut and other? The patch I uploaded still has some problems so I need to fix them first, it can wait for a while.
best wait a few weeks (till tex live is frozen and published) Hans
On 2005-11-14 11:22:24 +0100, Hans Hagen wrote:
The Thanh Han wrote:
btw, doesn't it make sense to release a new beta version with all the patches by Hartmut and other? The patch I uploaded still has some problems so I need to fix them first, it can wait for a while.
best wait a few weeks (till tex live is frozen and published)
Last I heard the image is finished. And anyway -- they won't use our beta. I'll do a 1.40-beta soon. Best Martin -- http://www.tm.oneiros.de
participants (4)
-
Hans Hagen
-
Hartmut Henkel
-
Martin Schröder
-
The Thanh Han