Venkatesh wrote: ---------------- Iam trying to work with jpeg,png,svg images.Iam using jmagick to modify the images.Jmagick is not supporting svg so iam using batik to transform svg to raster image.Then iam using jmagick to do the things.Finally i want to transform raster image back to svg image.Is there java API for transformation.Help me if anybody know this.Thanks in advance ------------------- I'm by no means well-versed in this topic, but I believe most would agree that going from raster to vector is more of an art than a science. Inkspace, I know, reads bitmaps and uses any of various algorithms to play with the conversion of them to SVG paths. Adobe Streamline has, I think, a different set of algorithms. Various freeware packages exist for vectorizing bitmaps (in addition to Inkscape). Batik is so big, I'd be somewhat surprised if it didn't offer some such capability. My impression is that you pretty much have to do this one image at a time, and that you have to fiddle a bit with each image to get it right (though I'd love to be proven wrong on this).
cheers, David Dailey [Non-text portions of this message have been removed] ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

