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

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to