vote up -1 vote down star

hi guys

i want to Generate .png image in GWT

Does anyone know about this?

flag

9% accept rate
What do you mean "create"? As I know, GWT is for generating JavaScript from Java. Can you be a little more detailed? – FractalizeR Nov 3 at 15:39
create means, i want to Genarate the .png image using GWT ? – Tushar Ahirrao Nov 4 at 5:59
Do you mean convert another format to png or make an image from code? – Mark Nov 4 at 6:05
What kinds of images? Vector graphics? Pictures taken with cameras? Graphs/plots produced by other software? – reinierpost Nov 4 at 13:29
Vector graphics images – Tushar Ahirrao Nov 5 at 6:30

2 Answers

vote up 1 vote down

We need more information to be able to help you.

  • If you're talking about image bundles, there a whole guide on how to use them.
  • If you want to create pngs to use in your GWT app, then you need to look for a graphics editor
    • Adobe Photoshop is a very powerful editor, but costs $$$
    • The GIMP is also powerful
    • Paint.NET is a simpler tool that would be easier for a newbie
link|flag
Hi steve ,i don't want to use any othe software , i want to generate the .png image files using GWT – Tushar Ahirrao Nov 4 at 6:02
You want to generate a png file in the browser using javascript (and the javascript is compiled from GWT Java)? – Steve Armstrong Nov 4 at 15:58
Yes i want to generate a png file in browser using GWT – Tushar Ahirrao Nov 5 at 6:23
vote up 0 vote down

You will need to use another library to create the png images. The gwt library only creates javascript and image bundles. I recomend you to look for a specific image manipulation library to create your image. Maybe this article may help you too. http://www.javaworld.com/javaworld/jw-05-2000/jw-0505-servlets.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.