Thanks. With your help I blended platim & gl2 snippets to get a working 
read_image that works in J6 32 & 64. I would expect them it work in J7 
too. I'll have a go at write_image & keep the forum posted.

On 1/15/2012 7:18 PM, bill lam wrote:
> I think the prototpes should be (be ware of possible wrapping)
>
> GdipSaveImageToFile=: 'gdiplus GdipSaveImageToFile>  i x *w *c *c'&cd
>
> GdipGetImageDecodersSize=: 'gdiplus GdipGetImageDecodersSize>  *i *i'&cd
> GdipGetImageDecoders=: 'gdiplus GdipGetImageDecoders>  i i *c'&cd
> GdipGetImageEncodersSize=: 'gdiplus GdipGetImageEncodersSize>  *i *i'&cd
> GdipGetImageEncoders=: 'gdiplus GdipGetImageEncoders>  i i *c'&cd
>
> note that the *w indicate that your should the pass file name as unicode
> string, eg.
>      ...;(uucp file);...
>
> please try and report back, if ok, it will be added to the addon.
>
> thanks!
>
> Вск, 15 Янв 2012, Cliff Reiter писал(а):
>> I see the api/gdiplus addon does not include
>> GdipSaveImageToFile
>> http://msdn.microsoft.com/en-us/library/ms534041%28v=VS.85%29.aspx
>> It is used in platimg. I am interested in getting this to work in 32&
>> 64 bit systems.
>> Any pointers? Best, Cliff
>>
>> -- 
>> Clifford A. Reiter
>> Lafayette College, Easton, PA 18042
>> http://webbox.lafayette.edu/~reiterc/
>>
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
Clifford A. Reiter
Lafayette College, Easton, PA 18042
http://webbox.lafayette.edu/~reiterc/

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to