Skip to content

Fix loading .kra and .ora files

Halla Rempt requested to merge rempt/kimageformats:master into master

The location of the "magic" string in the zip file has changed, because we're now using quazip instead of kzip, leading to a failure in the canRead code. Now we read more bytes, and then check the byte array with contains, so both the old location as well as the new location are supported.

BUG:362999

Merge request reports