How to write Image to File.

I'm trying to scale an image and save it to harddisk as x_thumb.gif|jpg .... Once I get the scaled image, how do I serialize it in order to write it to a file?many thanks,-micah
[199 byte] By [micahl98a] at [2007-9-19]
# 1
Use Java Advanced Imaging package it. They have a built in save, scale, and much more.
morgalra at 2007-7-8 > top of java,Archived Forums,New To Java Technology Archive...
# 2
Thanks.What is "Use Java Advanced Imaging package it." exactly? Can you tell me more about it...-micah
micahl98a at 2007-7-8 > top of java,Archived Forums,New To Java Technology Archive...
# 3
nevermind :) http://java.sun.com/products/java-media/jai/
micahl98a at 2007-7-8 > top of java,Archived Forums,New To Java Technology Archive...
# 4
Sun has it and it is a free optional package take a look: http://java.sun.com/products/java-media/jai/index.html
morgalra at 2007-7-8 > top of java,Archived Forums,New To Java Technology Archive...