Results 1 to 3 of 3
- 09-24-2012, 02:47 PM #1
Challange: FLC file to BufferedImage
I want to read a FLC file from the disk and decode it into a BufferedImage.
The FLC is explained here:
The FLIC file format
Before I start:
How hard is this task in a scale from one to ten(where 10=hardest)?
Do I need to know assembly programming or anything that isn't Java? I know some basic C++ stuff. Example structs can be replaced with a static class. Unsigned ints can be replaced with long, right? Or I could just use ints for all types.
What about bit manipulation? Do I need to master that?
Where do I even start?
- 09-24-2012, 04:02 PM #2
Re: Challange: FLC file to BufferedImage
I can't answer most of those questions and indeed the first one is unanswerable: difficlty levels are relative to interests, skill and experience and are not absolute. But as for this:
I would look at creating a concrete subclass of ImageReader along with a matching ImageReaderSpi. But before going ahead with that approach, I would take a look at JAI, which I've never used, to see whether it might have some class or classes that may be more easily customized.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 09-24-2012, 05:23 PM #3
Similar Threads
-
BufferedImage not going to GC
By vspin in forum New To JavaReplies: 11Last Post: 07-03-2012, 09:42 AM -
Java searcher program CHALLANGE
By searcher in forum New To JavaReplies: 1Last Post: 01-08-2012, 11:14 PM -
Using BufferedImage
By timkd127 in forum New To JavaReplies: 5Last Post: 12-19-2009, 09:17 PM -
BufferedImage through FTP
By dudejonne in forum New To JavaReplies: 7Last Post: 11-05-2009, 05:36 PM -
Regular Expression Challange
By hiklior in forum New To JavaReplies: 2Last Post: 04-24-2008, 05:05 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks