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
* Such files are guaranteed to contain _only_ jpg/png files, which allows
* to handle them directly using a gdkpixbuf.
This is not guaranteed. There are no formal specifications for cbX files. While JPEG and PNG are the most common formats, GIF and BMP files are not excluded. Disabling the archive_cbx backend is a workaround for this.
Edit: disabling the backend is a workaround for animated GIFs not playing.
The text was updated successfully, but these errors were encountered:
Only one with a single animated GIF in the archive which would not play when the archive was named *.cbz. Disabling the backend is a workaround for this (I updated the first comment with this information).
I do not have the archive any more but I will see if I can find it again. It was a one-off thing, so I don't know that any code changes or fixes are required to accommodate it when disabling the backend for this one file worked. Maybe just a note in the man page for anyone else who stumbles across this.
archive_cbx.c:
This is not guaranteed. There are no formal specifications for cbX files. While JPEG and PNG are the most common formats, GIF and BMP files are not excluded. Disabling the archive_cbx backend is a workaround for this.
Edit: disabling the backend is a workaround for animated GIFs not playing.
The text was updated successfully, but these errors were encountered: