Skip to content

io_image read_image bugfix & add feature read_image_16 (bit) #681

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

voidpunk
Copy link

@voidpunk voidpunk commented Apr 8, 2025

  • fixed a bug in the reshape of read_image from buffer proc, which swapped height and width
  • added 2 new read_image_16 proc to be able to read 16-bit images (useful in order to work with medical images)

voidpunk added 3 commits April 8, 2025 15:26
Fixed a bug in the read_image proc that swapped height and width
Replaced int with apposite stb_image enum & improved proc doc
Added read_image_16 proc for reading 16-bit images from a file or buffer
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

Successfully merging this pull request may close these issues.

1 participant