>I am trying to read in raw images and store them in a BufferedImage,
>then display the data in various sizes depending on user input. By
>raw, I mean ushort data. I use AffineTransformOp and AffineTransform
>to do the resizing and use setToScale for the scaling.
>
>The examples work nicely with jpegs and gifs but not with the ushort data.
>Is there something special about ushort? Does anyone have some
>good examples of doing these operations on raw data?
My open source ImageJ program at http://rsb.info.nih.gov/ij/ will open a
raw ushort image, resize it, and resave it as either raw data or tiff. It
includes custom Java code that does nearest neighbor and bilinear scaling.
-wayne
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".