Skip to content

LIFE designer's BLOG

인생을 설계하는 프로그래머의 블로그

Buffered Image

Posted on 2006년 12월 2일 By kim7463@gmail.com Buffered Image에 댓글 없음

Class BufferedImage

java.lang.Object  extended byjava.awt.Image      extended byjava.awt.image.BufferedImage
All Implemented Interfaces:

RenderedImage, WritableRenderedImage, Transparency

public class BufferedImage
extends Image
implements WritableRenderedImage, Transparency

The BufferedImage subclass describes an Image with an accessible buffer of image data. A BufferedImage is comprised of a ColorModel and a Raster of image data. The number and types of bands in the SampleModel of the Raster must match the number and types required by the ColorModel to represent its color and alpha components. All BufferedImage objects have an upper left corner coordinate of (0, 0). Any Raster used to construct a BufferedImage must therefore have minX=0 and minY=0.

This class relies on the data fetching and setting methods of Raster, and on the color characterization methods of ColorModel.

미분류

글 내비게이션

Previous Post: Zanac
Next Post: 원형정합(Template Matching) 중에서 형태묘사언어(Description Language) Parser

답글 남기기 응답 취소

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

최신 글

  • [Vue3] use webpack proxy
  • PCF7953 Read / Write
  • BMW F body Key FOB 케이스 교체
  • BMW
  • Dirty Life
  • Engineer
  • LIFE
  • Software
  • vue3
  • 미분류

Copyright © 2022 LIFE designer's BLOG.

Powered by PressBook WordPress theme