Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for potrace #34

Open
GoogleCodeExporter opened this issue Sep 18, 2015 · 2 comments
Open

add support for potrace #34

GoogleCodeExporter opened this issue Sep 18, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant