darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
136 stars 12 forks source link

Merge frm and frmpixels #28

Closed darkf closed 8 years ago

darkf commented 8 years ago

For some reason they're still separate, but there should only be one (what frmpixels is now).

The rationale was probably just simply not wanting a hard dependency on PIL and NumPy for when you only want to analyze FRM files (acting as a library), but anyone who might want to do that (why?) could use the old version from git, or hack frmpixels to remove the dependency.

frmpixels will need to be modified to only grab pixel data if it's asked to (for --only-map in exportImages.)

darkf commented 8 years ago

Removed obsolete frm.py in faf51cb. frmpixels.py appears to do mostly the same (albeit with the numpy dependency which we should be able to omit in the future -- but filed #34.)