文件名称:CustomImageOp
介绍说明--下载内容来自于网络,使用问题请自行百度
The CustomImageOp demo loads a JPEG picture, which would normally be of
type 3BYTE_BGR, and turns it into a compatible image of type INT_RGB. You can
look for the call to GraphicsUtilities.loadCompatibleImage() in the source
code of the demo and replace it with ImageIO.read() to see the difference when
moving the sliders of the user interface. As a rule of thumb, do not hesitate to use
the various methods from the GraphicsUtilities class to always use compatible
images.
type 3BYTE_BGR, and turns it into a compatible image of type INT_RGB. You can
look for the call to GraphicsUtilities.loadCompatibleImage() in the source
code of the demo and replace it with ImageIO.read() to see the difference when
moving the sliders of the user interface. As a rule of thumb, do not hesitate to use
the various methods from the GraphicsUtilities class to always use compatible
images.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CustomImageOp/.DS_Store
CustomImageOp/build.xml
CustomImageOp/build/
CustomImageOp/build/built-jar.properties
CustomImageOp/build/classes/
CustomImageOp/build/classes/AbstractFilter.class
CustomImageOp/build/classes/ApplicationFrame$1.class
CustomImageOp/build/classes/ApplicationFrame$2.class
CustomImageOp/build/classes/ApplicationFrame$3.class
CustomImageOp/build/classes/ApplicationFrame$ImagePanel.class
CustomImageOp/build/classes/ApplicationFrame.class
CustomImageOp/build/classes/ColorTintFilter.class
CustomImageOp/build/classes/GraphicsUtilities.class
CustomImageOp/build/classes/images/
CustomImageOp/build/classes/images/chess.jpg
CustomImageOp/build/empty/
CustomImageOp/manifest.mf
CustomImageOp/nbproject/
CustomImageOp/nbproject/build-impl.xml
CustomImageOp/nbproject/genfiles.properties
CustomImageOp/nbproject/private/
CustomImageOp/nbproject/private/private.properties
CustomImageOp/nbproject/project.properties
CustomImageOp/nbproject/project.xml
CustomImageOp/src/
CustomImageOp/src/AbstractFilter.java
CustomImageOp/src/ApplicationFrame.java
CustomImageOp/src/ColorTintFilter.java
CustomImageOp/src/GraphicsUtilities.java
CustomImageOp/src/images/
CustomImageOp/src/images/chess.jpg
CustomImageOp/build.xml
CustomImageOp/build/
CustomImageOp/build/built-jar.properties
CustomImageOp/build/classes/
CustomImageOp/build/classes/AbstractFilter.class
CustomImageOp/build/classes/ApplicationFrame$1.class
CustomImageOp/build/classes/ApplicationFrame$2.class
CustomImageOp/build/classes/ApplicationFrame$3.class
CustomImageOp/build/classes/ApplicationFrame$ImagePanel.class
CustomImageOp/build/classes/ApplicationFrame.class
CustomImageOp/build/classes/ColorTintFilter.class
CustomImageOp/build/classes/GraphicsUtilities.class
CustomImageOp/build/classes/images/
CustomImageOp/build/classes/images/chess.jpg
CustomImageOp/build/empty/
CustomImageOp/manifest.mf
CustomImageOp/nbproject/
CustomImageOp/nbproject/build-impl.xml
CustomImageOp/nbproject/genfiles.properties
CustomImageOp/nbproject/private/
CustomImageOp/nbproject/private/private.properties
CustomImageOp/nbproject/project.properties
CustomImageOp/nbproject/project.xml
CustomImageOp/src/
CustomImageOp/src/AbstractFilter.java
CustomImageOp/src/ApplicationFrame.java
CustomImageOp/src/ColorTintFilter.java
CustomImageOp/src/GraphicsUtilities.java
CustomImageOp/src/images/
CustomImageOp/src/images/chess.jpg
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.