Creating a jpg in memory
Posted: Mon May 05, 2008 6:55 pm
I am having trouble generating the appropriate java code in order to use this method
save
public void save(javax.imageio.stream.ImageOutputStream ios)
I am currently passing in the file name to this method
save
public void save(java.lang.String fileName)
However for our web version we only have easy access to the relative path - therefore I want to retrieve the jpg file in memory then write it to disk outside of teechart.
Sample code would be very helpful.
save
public void save(javax.imageio.stream.ImageOutputStream ios)
I am currently passing in the file name to this method
save
public void save(java.lang.String fileName)
However for our web version we only have easy access to the relative path - therefore I want to retrieve the jpg file in memory then write it to disk outside of teechart.
Sample code would be very helpful.