ralsina / aranduka

Automatically exported from code.google.com/p/aranduka
0 stars 1 forks source link

Add support for comic formats #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for comics file formats.
More information about this formats at Wikipedia:
http://en.wikipedia.org/wiki/Comic_Book_Archive_file

Original issue reported on code.google.com by andresgattinoni on 28 Jan 2011 at 5:37

GoogleCodeExporter commented 9 years ago

Original comment by andresgattinoni on 28 Jan 2011 at 5:41

GoogleCodeExporter commented 9 years ago
There's a comic book reader called Comix which is GPL and written in Python and 
PyGTK:
http://sourceforge.net/projects/comix/

It might be helpful to get some ideas, though from what I read these file 
formats doesn't seem to be anything more than a bunch of images put together in 
a zip/rar/tar file.

Original comment by andresgattinoni on 30 Jan 2011 at 10:08

GoogleCodeExporter commented 9 years ago

Original comment by roberto.alsina on 1 Feb 2011 at 8:18

GoogleCodeExporter commented 9 years ago
There is now, on issue25 and integrate branches, a bare bones CBZ viewer.

Original comment by roberto.alsina on 1 Feb 2011 at 9:00

GoogleCodeExporter commented 9 years ago
From Boris:

TODO: remember page
TODO: extract cover (first image)
TODO: support for cb7 cbt cbr files
TODO: real fullscreen mode (there is *a* fullscreen mode but it sucks)
TODO: switch between different display modes (currently it shows width-adjusted)
TODO: shortcut for previous page (B?)

Original comment by roberto.alsina on 2 Feb 2011 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by roberto.alsina on 3 Feb 2011 at 12:25

GoogleCodeExporter commented 9 years ago
Naming suggestion:

If the viewer will you different comic book formats (and not only CBZ), we 
could call it ComicBookViewer :-)

Original comment by andresgattinoni on 3 Feb 2011 at 1:27

GoogleCodeExporter commented 9 years ago
OTOH, here they call the format CBZ, so maybe my suggestion should be ignored:
https://code.google.com/p/comicbookinfo/

Original comment by andresgattinoni on 3 Feb 2011 at 1:29

GoogleCodeExporter commented 9 years ago
Calling it a format is already a stretch :-)

Original comment by roberto.alsina on 3 Feb 2011 at 1:43