You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.