Hellow,
Anybody knows how to pass a Image (instance of Image class) to a jpg file??
I try this using the Image.getRGB() and then write using FileConnection and DataOutputStream
but isn´t work, the file can't be opened, maybe I can´t write bytes like this, I don´t know.
And I see in java SE have the ImageIO library but java ME doesn´t have, if anybody knows a similar
library like ImageIO for java ME plz tell me.
P.S.:The environment is java Me, MIDP 2.0 and IDE NetBeans (in a nokia 5130)
plz I need help with this.
thanks.

Reply With Quote

