Hi,

is it possible that context (lua?) will "shrink" all \externalfigure jpegs
automatically to some specified dpi resolution and quality
(e.g. 300 dpi with 95% jpeg 'quality' for print and
100 dpi and 75% for screen quality) ?

[....]

any hints to read the original large JPGs, but only write "print quality" 
300dpi images,
or low quaity 75dpi images for speed (and saving net bandwidth when mailing PDFs
to co-workers of the group)?

Why not eliminate the orignal high quality jpegs altogether? Use imagemagick or your favorite photo batch processor to convert all the high quality jpegs to low quality jpegs.

Say you have directories images/print that contain 300dpi images and images/screen that contain 100dpi images. Then you can use:

\setupexternalfigures
    [directory={images/print}]

\startmode[screen]
\setupexternalfigures
    [directory={images/screen}]
\stopmode

Run with context --mode=screen to get low-resolution images.

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to