Now fixed. Please update and test again.

require'~addons/ide/qt/qt.ijs'  NB. for jconsole
require'png bmp'

q=: readimg_jqtide_ jpath '~addons/graphics/bmp/toucan.bmp'
b=: readbmp jpath '~addons/graphics/bmp/toucan.bmp'
q writeimg_jqtide_ jpath '~temp/toucan.jpg'
q writeimg_jqtide_ jpath '~temp/toucan.png'
b writeimg_jqtide_ jpath '~temp/toucan2.png'
b writepng jpath '~temp/toucan3.png'
p=: readpng jpath '~temp/toucan.png'
p writepng jpath '~temp/toucan4.png'
p2=: readimg_jqtide_ jpath '~temp/toucan4.png'
p2 writeimg_jqtide_ jpath '~temp/toucan5.png'
j=: readimg_jqtide_ jpath '~temp/toucan.jpg'
p2 writeimg_jqtide_ jpath '~temp/toucan.bmp'
smoutput 1!:0 jpath '~temp/toucan*'

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

Reply via email to