Re: [Jprogramming] saving an image as jpg fails

2021-11-24 Thread R.E. Boss
: Re: [Jprogramming] saving an image as jpg fails After playing a bit with echo it seems qt_jpg is working well, since echo as a last statement is executed and gives the (shape of the) rgb and the (content of) file, input for qt_writeimg (which calls writeimg_jqtide_ ) R.E. Boss -Original

Re: [Jprogramming] saving an image as jpg fails

2021-11-24 Thread R.E. Boss
Raul Miller Sent: dinsdag 23 november 2021 20:56 To: Programming forum Subject: Re: [Jprogramming] saving an image as jpg fails I cannot reproduce this problem. In jqt (which I think is what you are using here), if you run: open 'jzplot' and then find the definition which begins w

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread bill lam
t; > > > > > -Original Message- > > From: Programming On Behalf > Of > > Devon McCormick > > Sent: dinsdag 23 november 2021 20:39 > > To: J-programming forum > > Subject: Re: [Jprogramming] saving an image as jpg fails > > > > I get t

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread Norman Drinkwater
Behalf Of > Devon McCormick > Sent: dinsdag 23 november 2021 20:39 > To: J-programming forum > Subject: Re: [Jprogramming] saving an image as jpg fails > > I get the error "First display an isigraph Plot." when I run this from > jconsole but it works fine from

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread R.E. Boss
. R.E. Boss -Original Message- From: Programming On Behalf Of Devon McCormick Sent: dinsdag 23 november 2021 20:39 To: J-programming forum Subject: Re: [Jprogramming] saving an image as jpg fails I get the error "First display an isigraph Plot." when I run this from jconso

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread Raul Miller
gt; R.E. Boss > > > -Original Message- > From: Programming On Behalf Of > Raul Miller > Sent: dinsdag 23 november 2021 18:44 > To: Programming forum > Subject: Re: [Jprogramming] saving an image as jpg fails > > They are stored in jpath '~install'

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread R.E. Boss
"' does not. R.E. Boss -Original Message- From: Programming On Behalf Of Raul Miller Sent: dinsdag 23 november 2021 18:44 To: Programming forum Subject: Re: [Jprogramming] saving an image as jpg fails They are stored in jpath '~install' But, for example, this c

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread Devon McCormick
pty .jpg file with the > correct name was created.) > > I am not succeeding in creating any file(name) with fwrite, but that is > probably my inexperience. > > > > > > R.E. Boss > > > > > > -Original Message- > > From: Programming On Behal

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread Raul Miller
ect name was created.) > I am not succeeding in creating any file(name) with fwrite, but that is > probably my inexperience. > > > R.E. Boss > > > -Original Message- > From: Programming On Behalf Of > Raul Miller > Sent: dinsdag 23 november 2021 17:04 >

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread Thomas Arneson
It also worked for me, but the files, with no path specified, ended up in my '~home' folder. 2021-11-23 06:58 Machine: HPdesktop2012 Engine: j903/j64avx/windows Beta-v: commercial/2021-11-16T21:51:09 Library: 9.03.08 Qt IDE: 1.9.4/5.15.2(5.15.2) Platform: Win 64 Installer: J903 install InstallPat

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread R.E. Boss
] saving an image as jpg fails It seems to work for me. I ran: load'plot' pd 'reset' pd p:i.10 pd 'show' pd 'save png "example.png"' pd 'save jpg "example.jpg"' And this created an example.png and an example.jpg file in my j903

Re: [Jprogramming] saving an image as jpg fails

2021-11-23 Thread Raul Miller
It seems to work for me. I ran: load'plot' pd 'reset' pd p:i.10 pd 'show' pd 'save png "example.png"' pd 'save jpg "example.jpg"' And this created an example.png and an example.jpg file in my j903 directory. JVERSION Engine: j903/j64avx2/darwin Beta-v: commercial/2021-11-16T22:02:28 Library

[Jprogramming] saving an image as jpg fails

2021-11-23 Thread R.E. Boss
Any reason why pd 'save jpg "filename.jpg"' does not work anymore, whereas pd 'save png "filename.png"' still works? Engine: j903/j64avx2/windows Beta-v: commercial/2021-11-16T21:47:12 Library: 9.03.06 Qt IDE: 1.9.2/5.12.10(5.12.10) Platform: Win 64 Installer: J903 install InstallPath: c:/pro