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

Raster2PNG #6

Open
MattReimer opened this issue Aug 5, 2015 · 0 comments
Open

Raster2PNG #6

MattReimer opened this issue Aug 5, 2015 · 0 comments

Comments

@MattReimer
Copy link
Member

We incorporated the bulk of Konrad's PNG code as a separate library called Raster2PNG but we didn't get time to complete it so it's sitting in a branch off of dev for now. We'd like to get it into master so we can start consuming it from our tools.

FYI: We put it in its own library because it had more files than any other Rasterman function and because we might later want to pull it out and use it in other places or even give it its own executable.

Tasks that need doing:

  1. Design an interface that is both simple and flexible (See resources below for what we've done so far). Do we need a separate interface for every implentation of the renderer class? Maybe. Not sure what the best way forward here is.
  2. Get both a command-line interface and a “C” interface for Raster2PNG up and running.
  3. Test Raster2PNG thoroughly to make sure we haven’t mangled Konrad's code when we crammed it into RasterMan

Please use the konrad branch for this work for now since we may need dev and master for hotfixes.


Resources:

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

2 participants