Changeset 35650 in project
- Timestamp:
- 06/21/18 11:07:37 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/stb-image
r35577 r35650 1 2 1 == chicken-stb-image 3 2 [[toc:]] … … 38 37 # red, green, blue, alpha 39 38 40 Note that [[https://github.com/nothings/stb|stb_image.h]]'s {{hdr}} and {{pnm}} support only works with 41 {{ load-image}}.39 {{read-image}} may read beyond the image data, so the data in 40 {{current-input-port}} should contain only one image. 42 41 43 42 <procedure> (read-image-info)</procedure> … … 50 49 # height 51 50 # number of channels 51 52 Note that on 32-bit systems, blobs cannot be larger than 16M. This 53 limits image sizes as pixel data is stored as blobs. 52 54 53 55 … … 67 69 image is 4x4 with 3-channels. 68 70 71 72 === Known limitations 73 74 ===== backwards seek not implemented 75 Some special-case images try to seek backwards in the internal 76 API. This hasn't been implemented due to increased complexity: you may 77 see a "backwards seek not implemented" error. If this is a 78 show-stopper, contact the author. 79
Note: See TracChangeset
for help on using the changeset viewer.