Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- Eclipse
- WebView
- Apache Lucene
- html
- asp.net
- 이클립스
- SpringSource Tool Suite
- Android
- 웹 서비스
- MANTIS
- jsp
- STS
- Redirect
- Java
- 자바스크립트
- decompiler
- 컬럼명
- Web Service
- MSsql
- C#
- TextBox
- 웹뷰
- javascript
- MS-SQL
- varags
- 안드로이드
- 자바
- scrollView
- Maven
- Bootstrap
Archives
- Today
- Total
목록bufferedimage (1)
bboks.net™
Java Object Converting :: Image to BufferedImage
import java.awt.Graphics2D; import java.awt.GraphicsConfiguration; import java.awt.GraphicsDevice; import java.awt.GraphicsEnvironment; import java.awt.Image; import java.awt.MediaTracker; import java.awt.image.BufferedImage; import java.awt.image.VolatileImage; import javax.swing.ImageIcon; public class BufferedImageConverter { public static BufferedImage toBufferedImage(Image input) { if(input..
Java/Java
2007. 11. 24. 17:33