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

Implementation of image IO should use std::vector #67

Closed
xelatihy opened this issue Oct 13, 2018 · 1 comment
Closed

Implementation of image IO should use std::vector #67

xelatihy opened this issue Oct 13, 2018 · 1 comment

Comments

@xelatihy
Copy link
Owner

Internal functions for loading and saving images should use std::vector instead of raw pointers for safety.

@xelatihy
Copy link
Owner Author

xelatihy commented Oct 13, 2018

The tasks that needs doing are

  • change the internal API for read_pfm
  • add a wrapper for stbi
  • add a wrapper fir TinyEXR
  • catch io errors In the wrappers

xelatihy added a commit that referenced this issue Oct 13, 2018
Image IO uses safe wrappers with logging. Fixes #67.
xelatihy added a commit that referenced this issue Nov 22, 2018
Image IO uses safe wrappers with logging. Fixes #67.
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

1 participant