-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I've run into a number of issues trying to use the refactor branch - I've made attempts to resolve some of them but the correct solution isn't always clear to me so I figured it best just to open an issue here.
- block::clear() doesn't seem to work (low priority, pretty sure I don't actually need this)
- block::set() with a byte count of 1 seems to be setting 4 bytes (is there another way to set bytes?)
- Fail to read empty resources, caused by incorrect return from block::size() (see Handle empty resources #6 where this occurred previously)
- PICT encode doesn't write any pixel data (thinks the dimensions are zero?)
- Assertion failure in packbits::encode() when the writer tries to expand storage (it doesn't own the block)
- Not an error, but I need to be able to construct a surface from a block in order to encode picts in ResForge
Metadata
Metadata
Assignees
Labels
No labels