ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

add support for potrace #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Is there anyway to generate bitmap with redtamarin currently? How would you do 
something like batch resizing photos with redtamarin?

Original comment by darkredz on 4 May 2011 at 7:10

GoogleCodeExporter commented 9 years ago
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 comment by zwetan on 5 May 2011 at 12:17