Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #1163

How o convert BufferedIma

From "satyasunil.kvv" <satyasunil.kvv@THRWHITE.remove-dii-this>
Subject How o convert BufferedIma
Message-ID <1173780263.394139.80820@n33g2000cwc.googlegroups.com> (permalink)
Newsgroups comp.lang.java.gui
Date 2011-04-27 15:31 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
Hi,

I am getting ClasscaseException.

BufferedImageOp op=new
AffineTransformOp(AffineTransform.getScaleInstance(scalex_width,scalex_width),null);
		im=op.filter(im,null);
		Raster raster = im.getData();
		DataBufferByte ddb = (DataBufferByte)raster.getDataBuffer();
		output = ddb.getData();

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextNext in thread | Find similar | Unroll thread


Thread

How o convert BufferedIma "satyasunil.kvv" <satyasunil.kvv@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000
  Re: How o convert Buffere "Thomas Fritsch" <thomas.fritsch@THRWHITE.remove-dii-this> - 2011-04-27 15:31 +0000

csiph-web