You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Get both a command-line interface and a “C” interface for Raster2PNG up and running.
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.
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 intomaster
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:
Please use the
konrad
branch for this work for now since we may needdev
andmaster
for hotfixes.Resources:
The text was updated successfully, but these errors were encountered: