You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see
http://wahlers.com.br/claus/blog/as3-bitmap-tracer-vectorizer-as3potrace/
https://github.com/PowerflasherBR/as3potrace
two reasons:
1) being able to generate vector from bitmap server-side is cool
2) because the lib is GPL, you can then release the server-side source code
that act as a service so you don;t have to GPL your client-side code
Original issue reported on code.google.com by zwetan on 25 Apr 2011 at 11:58
The text was updated successfully, but these errors were encountered:
currently no it's not possible
when you are with Flash or AIR, the classes like Bitmap and BitmapData
can allow you to manipulate images at the pixel level
and this is done natively
and not present in redtamarin
to do batch resizing of photos I would go with something like ImageMagik
and control its input/output with redtamarin
I need to look at what need to be done to have native Bitmap and BitmapData
support
but not sure yet the amount of work it needs
Original issue reported on code.google.com by
zwetan
on 25 Apr 2011 at 11:58The text was updated successfully, but these errors were encountered: