-
Notifications
You must be signed in to change notification settings - Fork 115
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
src/librawspeed/README.md is out of date #491
Comments
Yup, docs are not up to date.
You want |
Hi @LebedevRI. Thank you for the guidance. I could use a little more help. The API I'm integrating with requires a linear If not, what would you recommend as the most efficient way to alloc and populate a Thank you. |
See e.g. https://github.com/darktable-org/darktable/blob/6cfcb0b5344a75d2b51e683abbe0c5bd8ffcbda2/src/imageio/imageio_rawspeed.cc#L395-L405 |
Thank you. This has helped very much. |
I recently attempted to update my version of rawspeed and found that certain APIs I used before have changed. Some I don't know how to replace. For example, I used to use the
RawImageData->getData()
andRawImageData->getData(int, int)
apis, but those are gone. I don't know how to update my code. Would you please go through that file and update it for usage with the current API?Thank you.
The text was updated successfully, but these errors were encountered: