Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Do you know a Java library to render static SWF file (no animation, just raster and vector images on a canvas) to PNG? I know swfrender (a part of swftools) but I need java, not C.

share|improve this question
    
Does swfrender have a large list of dependencies? It might be possible to use a JNI wrapper. –  Phil Lello May 3 '11 at 5:23
1  
I ended up with custom java and objective-c code to render things I needed. –  Alexander Saltanov Jul 24 '12 at 22:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.