We all know that exists \externalfigure[...][...] Now, suppose I'm able to make a buffer with raw data, something like \Raw{<89>PNG^M ^Z ^@^@^@^MIHDR^@^@^@ ^@^@^@ ^H^B^@^@^@^BPXê^@^@^@^AsRGB^@(R)Î^\é^@^@^@ pHYs^@^@^K^S^@^@^K^S^A^@<9a><9c>^X^@^@^@^GtIME^G×^K^T^V^W ^O°<94>^^^@^@^@^YtEXtComment^@Created with GIMPW<81>^N^W^@^@^@^MIDAT^XÓc`^X^E¤^C^@^A6^@^A^ZÕ<8d>^W^@^@^@^@IEND(R)B`<82>} (it's a black png 10x10 pixel, in attach.) How can I use it with, let's say \internalfigure[\Raw][...] ? Of course, write it down to a temp file and then use \externalfigure[temp][..], but I would like to avoid this way . -- luigi
luigi scarso wrote:
We all know that exists \externalfigure[...][...] Now, suppose I'm able to make a buffer with raw data, something like \Raw{<89>PNG^M ^Z ^@^@^@^MIHDR^@^@^@ ^@^@^@ ^H^B^@^@^@^BPXê^@^@^@^AsRGB^@(R)Î^\é^@^@^@ pHYs^@^@^K^S^@^@^K^S^A^@<9a><9c>^X^@^@^@^GtIME^G×^K^T^V^W ^O°<94>^^^@^@^@^YtEXtComment^@Created with GIMPW<81>^N^W^@^@^@^MIDAT^XÓc`^X^E¤^C^@^A6^@^A^ZÕ<8d>^W^@^@^@^@IEND(R)B`<82>} (it's a black png 10x10 pixel, in attach.) How can I use it with, let's say \internalfigure[\Raw][...] ? Of course, write it down to a temp file and then use \externalfigure[temp][..], but I would like to avoid this way .
you mean that the bytes should become an image? well, you can try some pdf magic using inline image date in hex format or so, but i never looked into that Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Nov 21, 2007 12:26 AM, Hans Hagen
luigi scarso wrote:
We all know that exists \externalfigure[...][...] Now, suppose I'm able to make a buffer with raw data, something like \Raw{<89>PNG^M ^Z ^@^@^@^MIHDR^@^@^@ ^@^@^@ ^H^B^@^@^@^BPXê^@^@^@^AsRGB^@(R)Î^\é^@^@^@ pHYs^@^@^K^S^@^@^K^S^A^@<9a><9c>^X^@^@^@^GtIME^G×^K^T^V^W ^O°<94>^^^@^@^@^YtEXtComment^@Created with
GIMPW<81>^N^W^@^@^@^MIDAT^XÓc`^X^E¤^C^@^A6^@^A^ZÕ<8d>^W^@^@^@^@IEND(R)B`<82>}
(it's a black png 10x10 pixel, in attach.) How can I use it with, let's say \internalfigure[\Raw][...] ? Of course, write it down to a temp file and then use \externalfigure[temp][..], but I would like to avoid this way .
you mean that the bytes should become an image?
yes, exactly so
well, you can try some pdf magic using inline image date in hex format or so, but i never looked into that
a little suggestion .....? -- luigi
luigi scarso wrote:
On Nov 21, 2007 12:26 AM, Hans Hagen
wrote: luigi scarso wrote:
We all know that exists \externalfigure[...][...] Now, suppose I'm able to make a buffer with raw data, something like \Raw{<89>PNG^M ^Z ^@^@^@^MIHDR^@^@^@ ^@^@^@ ^H^B^@^@^@^BPXê^@^@^@^AsRGB^@(R)Î^\é^@^@^@ pHYs^@^@^K^S^@^@^K^S^A^@<9a><9c>^X^@^@^@^GtIME^G×^K^T^V^W ^O°<94>^^^@^@^@^YtEXtComment^@Created with
GIMPW<81>^N^W^@^@^@^MIDAT^XÓc`^X^E¤^C^@^A6^@^A^ZÕ<8d>^W^@^@^@^@IEND(R)B`<82>}
(it's a black png 10x10 pixel, in attach.) How can I use it with, let's say \internalfigure[\Raw][...] ? Of course, write it down to a temp file and then use \externalfigure[temp][..], but I would like to avoid this way . you mean that the bytes should become an image?
yes, exactly so
well, you can try some pdf magic using inline image date in hex format or so, but i never looked into that
a little suggestion .....?
pdf ref manual :
SECTION 4.9 Form XObjects
355
Example 4.30
q% Save graphics state
17 0 0 17 298 388 cm% Scale and translate coordinate space
BI% Begin inline image object
/W 17% Width in samples
/H 17% Height in samples
/CS /RGB% Color space
/BPC 8% Bits per component
/F [ /A85 /LZW ]% Filters
ID% Begin image data
J1/gKA>.]AN&J?]-
pdf ref manual :
SECTION 4.9 Form XObjects 355 Example 4.30 q% Save graphics state 17 0 0 17 298 388 cm% Scale and translate coordinate space BI% Begin inline image object /W 17% Width in samples /H 17% Height in samples /CS /RGB% Color space /BPC 8% Bits per component /F [ /A85 /LZW ]% Filters ID% Begin image data J1/gKA>.]AN&J?]-
EI% End inline image object Q% Restore graphics state good.
-- luigi
participants (2)
-
Hans Hagen
-
luigi scarso