Home > Archive > Java Help > May 2006 > free libraries wanted for Java
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
free libraries wanted for Java
|
|
|
| Hi,
I need to convert between vector and pixelated format bitmaps
Any good easy-to-use freebies available? google hasn't many results
Thanks
Jack
| |
| Matt Humphrey 2006-05-27, 10:04 pm |
|
"Jack" <lucky7456969b@hotmail.com> wrote in message
news:1148699241.398213.170660@i39g2000cwa.googlegroups.com...
> Hi,
> I need to convert between vector and pixelated format bitmaps
> Any good easy-to-use freebies available? google hasn't many results
I would think it depends on whose vector format you're using. If your
vector language is SVG you should be able to render it to images via Batik.
In the past I've used PostScript to GIF via GhostScript.
Cheers,
Matt Humphrey matth@ivizNOSPAM.com http://www.iviz.com/
| |
| Oliver Wong 2006-05-29, 7:09 pm |
|
"Jack" <lucky7456969b@hotmail.com> wrote in message
news:1148699241.398213.170660@i39g2000cwa.googlegroups.com...
> Hi,
> I need to convert between vector and pixelated format bitmaps
> Any good easy-to-use freebies available? google hasn't many results
From vector to pixels is relatively easy, as at least one other poster
mentioned.
From pixel to vector requires AI technology which hasn't been developed
yet.
- Oliver
|
|
|
|
|