phyng / lutlib

A Python library for applying 3D LUTs to images.
https://pypi.org/project/lutlib/
MIT License
2 stars 0 forks source link

parsing error ubuntu 20 #5

Open Stepan163s opened 5 months ago

Stepan163s commented 5 months ago

An error occurs when parsing a file on ubuntu 20 with the same file on windows everything works fine here is the error text that I get : terminate called after throwing an instance of 'octoon::image::detail::parse_error' what(): [lut.exception.parse_error.0] parse error: The lut element does not match the size of lut Aborted (core dumped)

phyng commented 4 months ago

@Stepan163s This error appears to be caused by an issue with LUT file parsing. Could you please confirm that you are using the same LUT file across different platforms? If so, could you provide a file that exhibits the error for me to test?