Re: [NTG-context] [OT] \internalfigure

2007-11-21 Thread luigi scarso

 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.]ANJ?]-HW]aRVcg*bb.\eKAdVV%/PcZ
 … Omitted data …
 R.s(4KE3d7hb*7[%Ct2HCqC~
 EI% End inline image object
 Q% Restore graphics state

 good.
-- 
luigi
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] [OT] \internalfigure

2007-11-20 Thread luigi scarso
We all know that exists \externalfigure[...][...]
Now, suppose I'm able to make a buffer with raw data,
something like
\Raw{89PNG^M
^Z
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
[EMAIL PROTECTED]@^@
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@^AsRGB^@(R)[EMAIL 
PROTECTED]@^@
[EMAIL PROTECTED]@[EMAIL PROTECTED]@^K^S^A^@9a9c[EMAIL PROTECTED]@[EMAIL 
PROTECTED]
^O°94[EMAIL PROTECTED]@[EMAIL PROTECTED]@Created with
GIMPW81[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]8d[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@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
attachment: a.png___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [OT] \internalfigure

2007-11-20 Thread 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{89PNG^M
 ^Z
 [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
 [EMAIL PROTECTED]@^@
 [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@^AsRGB^@(R)[EMAIL 
 PROTECTED]@^@
 [EMAIL PROTECTED]@[EMAIL PROTECTED]@^K^S^A^@9a9c[EMAIL PROTECTED]@[EMAIL 
 PROTECTED]
 ^O°94[EMAIL PROTECTED]@[EMAIL PROTECTED]@Created with
 GIMPW81[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]8d[EMAIL 
 PROTECTED]@[EMAIL PROTECTED]@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
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [OT] \internalfigure

2007-11-20 Thread luigi scarso
On Nov 21, 2007 12:26 AM, Hans Hagen [EMAIL PROTECTED] 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{89PNG^M
  ^Z
  [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
  [EMAIL PROTECTED]@^@
  [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@^AsRGB^@(R)[EMAIL 
  PROTECTED]@^@
  [EMAIL PROTECTED]@[EMAIL PROTECTED]@^K^S^A^@9a9c[EMAIL 
  PROTECTED]@[EMAIL PROTECTED]
  ^O°94[EMAIL PROTECTED]@[EMAIL PROTECTED]@Created with
 
 GIMPW81[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]8d[EMAIL 
 PROTECTED]@[EMAIL PROTECTED]@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
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] [OT] \internalfigure

2007-11-20 Thread Hans Hagen
luigi scarso wrote:
 On Nov 21, 2007 12:26 AM, Hans Hagen [EMAIL PROTECTED] 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{89PNG^M
 ^Z
 [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@
 [EMAIL PROTECTED]@^@
 [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@^AsRGB^@(R)[EMAIL 
 PROTECTED]@^@
 [EMAIL PROTECTED]@[EMAIL PROTECTED]@^K^S^A^@9a9c[EMAIL 
 PROTECTED]@[EMAIL PROTECTED]
 ^O°94[EMAIL PROTECTED]@[EMAIL PROTECTED]@Created with

 GIMPW81[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]8d[EMAIL 
 PROTECTED]@[EMAIL PROTECTED]@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.]ANJ?]-HW]aRVcg*bb.\eKAdVV%/PcZ
… Omitted data …
R.s(4KE3d7hb*7[%Ct2HCqC~
EI% End inline image object
Q% Restore graphics state


-
   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
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___