We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For this input file, running flif --fit=75x75 clock.flif c.png throws a seg fault.
flif --fit=75x75 clock.flif c.png
Output of ./flif.dbg --fit=75x75 clock.flif c.png is:
./flif.dbg --fit=75x75 clock.flif c.png
flif.dbg: image/image.hpp:261: ColorVal Plane< <template-parameter-1-1> >::get(uint32_t, uint32_t) const [with pixel_t = short int; ColorVal = int; uint32_t = unsigned int]: Assertion `sc<width' failed.
The text was updated successfully, but these errors were encountered:
595859f
Thanks for the report! Should be fixed now. Was caused by a refactoring of the options passing, missed something there.
Sorry, something went wrong.
No branches or pull requests
For this input file, running
flif --fit=75x75 clock.flif c.png
throws a seg fault.Output of
./flif.dbg --fit=75x75 clock.flif c.png
is:The text was updated successfully, but these errors were encountered: