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

Unused format argument in ImageView.save #527

Open
2 tasks
springmeyer opened this issue Sep 28, 2015 · 0 comments
Open
2 tasks

Unused format argument in ImageView.save #527

springmeyer opened this issue Sep 28, 2015 · 0 comments

Comments

@springmeyer
Copy link
Member

The format arg is handled (https://github.com/mapnik/node-mapnik/blob/master/src/mapnik_image_view.cpp#L578-L593) but never passed to mapnik::save_to_file.

TODO:

  • fix the above bug and start respecting format by passing as third arg to mapnik::save_to_file
  • review other usage of mapnik::save_to_file in node-mapnik and ensure we have test coverage for when the format is not passed and is incorrect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant