Hi Scott, The scanlineStride property isn't defined on the base SampleModel class, but it is on ComponentSampleModel (which is the SM used by TYPE_3BYTE_BGR): http://download.java.net/jdk6/docs/api/java/awt/image/ ComponentSampleModel.html
Thanks, Chris On May 11, 2006, at 11:01 AM, [EMAIL PROTECTED] wrote:
I looked at the documentation for SampleModel, DataBuffer, and Raster and didn't find anything that looked like it would give me the scanline stride. It isn't critical as I think I will use INT_BGR anyway. Thanks, Scott [Message sent by forum member 'swpalmer' (swpalmer)] http://forums.java.net/jive/thread.jspa?messageID=112847 ====================================================================== ===== 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".
=========================================================================== 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".