I need to create a 2D image file by simply setting colour of every point and then also output text at specific coordinates.
Can you recommend the easiest library for this and provide an example?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See http://java.sun.com/javase/technologies/desktop/media/2D/
Namely http://download.oracle.com/javase/1.4.2/docs/guide/2d/spec.html
Namely http://download.oracle.com/javase/1.4.2/docs/api/java/awt/image/WritableRaster.html
Example: