AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

gfx/show/RNOComics.lha

Mirror:Random
Showing:ppc-morphosgeneric
No screenshot available
Short:Comic book and PDF reader
Author:jPV^RNO
Uploader:jpv morphos-user com (jPV^RNO)
Type:gfx/show
Version:1.5
Architecture:ppc-morphos
Date:2019-11-22
Download:http://aminet.net/gfx/show/RNOComics.lha - View contents
Readme:http://aminet.net/gfx/show/RNOComics.readme
Downloads:2155

ABOUT
-----

 RNOComics is a comic book viewer that can open almost any archive file,
 PDF file, or a directory with unarchived images, and display the images in
 it in a GUI designed to read comics.


FEATURES
--------

 - Supports CBR, CBZ, CBT, and any other archiving format XAD supports
 - Supports PDF files
 - Supports online Issuu publications
 - Unarchives images on the fly, no HD space or memory wasted
 - Read-ahead cache for the next page
 - Can continue to the next archive file in a directory with a single command
 - Can open directories with unarchived images and work as an image viewer
 - MUI GUI with controls as buttons, menu items, and keyboard shortcuts
 - Three different layout options: fit width, single page, and double page
 - Fullscreen mode option
 - Zoom option displays comic's pages at their intended maximum resolution
 - Rotate options for portrait mode making viewing/reading easier
 - History window with front page thumbnails and page memory
 - Backwards reading options for manga comics
 - Can save and export images
 - Can create thumbnail PNG icons for archives
 - Gamma correction options
 - Drag & drop loading
 - ARexx support


INSTALLATION
------------

 - Copy the whole directory anywhere you want and just launch the program
 - Installation of AmiSSL v4 is required for the Issuu support
   (http://aminet.net/search?query=AmiSSL)
 - See the provided filetype examples for Ambient integration, or use Grunch
   to install the program and get the filetypes configured automatically


CONTROLS
--------

 Right/Command+N/N  . - Loads the next page
 Left/Command+P/P . . - Loads the previous page
 Home/Command+T/T . . - Loads the first page
 End/Command+L/L  . . - Loads the last page
 Space/Mouse wheel  . - Scrolls the page or loads the next page depending
                        on the layout selected
 Shift  . . . . . . . - Jumps 10 pages instead of next or previous
 Up/Down  . . . . . . - Scrolls the page
 PageUp/PageDown  . . - Scrolls the page in larger steps
 Held LMB/MMB . . . . - Zooms the image to its original size
 Rotate mouse wheel . - Over page gadget for precise page selection control
                        and then click 'Go' to load the specific page
 Command+Z/Z  . . . . - Toggles the zoom mode on/off
 Command+O/O  . . . . - Opens a new comic book archive or a picture file
 Command+X/X  . . . . - Opens the next comic book archive in the current dir
 Command+I/I  . . . . - Opens a directory and loads unarchived images from it
 Command+A  . . . . . - Saves the original image
 Command+G  . . . . . - Saves the displayed page as a PNG image
 Command+F/F  . . . . - Toggles the fullscreen mode On/Off
 Double-click . . . . - Toggles the fullscreen mode On/Off
 Esc  . . . . . . . . - Exits from fullscreen mode
 Command+H/H  . . . . - Opens or closes the history window
 Command+W/W  . . . . - Changes to the "fit width" layout
 Command+S/S  . . . . - Changes to the "single page" layout
 Command+D/D  . . . . - Changes to the "double page" layout
 Command+E/E  . . . . - Rotates the image 90 degrees to the left
 Command+R/R  . . . . - Rotates the image 90 degrees to the right
 Command+"+"/+  . . . - Increases the gamma correction value
 Command+"-"/-  . . . - Decreases the gamma correction value
 Command+0/0  . . . . - Resets the gamma correction value
 Command+Q  . . . . . - Quits the program


SETTINGS
--------

 Settings are found in the program's pull-down menu and they will be saved
 to the ENVARC:RNOComics/ directory.

 Remember last file  . . - Opens the last viewed file at startup
 Save history  . . . . . - Saves a history data file in the program's drawer
 Preload next page . . . - Preloads the next page to the read-ahead cache
 Copy file to Ram Disk . - Copies the whole archive file to RAM: to speed up
                           page loading at the expense of some memory usage
 Side panel  . . . . . . - Shows the control panel
 Auto resize . . . . . . - Resizes the window to match dimensions of images
                           in the archive when a new comic book is loaded
 Right to left . . . . . - Changes the reading direction to right-to-left mode
                           which affects the left/right arrow keys and also
                           the order of pages in double-page mode
 Back to front . . . . . - Shows the last page first, and so on
 Fullscreen page numbers - Shows page numbers when in fullscreen mode
 Fullscreen clock  . . . - Shows the system clock time during fullscreen mode
 Create PNG icons  . . . - Create thumbnail PNG icon for loaded archive files
 Layout/Fit width  . . . - Images are scaled to fit the window width and view
                           can be scrolled vertically if required
 Layout/Single page  . . - The whole page fits in the GUI/on fullscreen view
 Layout/Double page  . . - Two pages fit into the GUI/on fullscreen view
 Background color  . . . - Opens a requester to choose a background color
 CBR unarchiver/UnRAR  . - Extracts images with UnRAR, which is generally
                           faster and more compatible than XAD
 CBR unarchiver/XAD  . . - Extracts images with XAD, which isn't recommended
                           on MorphOS, but is the default on OS4 which doesn't
                           have the UnRAR command by default


COMMAND LINE OPTIONS AND ICON TOOLTYPES
---------------------------------------

 RNOComics uses non-standard command line arguments. Arguments must be given
 in the form of (note the "-" prefix): -argument parameter

 Allowed arguments:
 -file <file|dir>  . . - Opens an archive file or a directory at startup
 -defdir <dir> . . . . - Sets the initial directory to open files
 -args . . . . . . . . - Shows the allowed arguments

 Example:
 RNOComics -file "Work:Comics/Some Comic.cbr"


 The same arguments can be used as icon tooltypes, but by omitting the
 "-" prefix.

 Examples:
 DEFDIR=Work:Comics
 FILE=Work:Comics/MyComicBook.cbr


AREXX
-----

 Program's ARexx port is RNOCOMICS and supported commands are:

 OPEN <file|dir>  . . . . - Opens a new archive/picture file or a directory
 OPENNEXT . . . . . . . . - Opens the next archive in the current dir
 SAVE <file>  . . . . . . - Saves the original image
 EXPORT <file>  . . . . . - Saves the displayed page as a PNG image
 EXTRACT <dir>  . . . . . - Extracts the whole archive to a directory
 FIRST  . . . . . . . . . - Loads the first page
 PREV . . . . . . . . . . - Loads the previous page
 NEXT . . . . . . . . . . - Loads the next page
 LAST . . . . . . . . . . - Loads the last page
 PAGE <n> . . . . . . . . - Loads the supplied page number
 ROTATELEFT . . . . . . . - Rotates the image 90 degrees to the left
 ROTATERIGHT  . . . . . . - Rotates the image 90 degrees to the right
 GAMMAINCREASE  . . . . . - Increases the gamma correction value
 GAMMADECREASE  . . . . . - Decreases the gamma correction value
 GAMMARESET . . . . . . . - Resets the gamma correction value
 FULLSCREEN . . . . . . . - Toggles fullscreen mode
 LOCKZOOM . . . . . . . . - Toggles zoom mode
 FITWIDTH . . . . . . . . - Changes layout into the "fit width" layout
 SINGLE . . . . . . . . . - Changes to "single page" layout
 DOUBLE . . . . . . . . . - Changes to "double page" layout
 REMEMBER <ON|OFF>  . . . - Sets the "Remember last file" setting
 SAVEHISTORY <ON|OFF> . . - Sets the "Save history" setting
 PRELOAD <ON|OFF> . . . . - Sets the "Preload next page" setting
 COPYTORAM <ON|OFF> . . . - Sets the "Copy file to Ram Disk" setting
 PANEL <ON|OFF> . . . . . - Shows or hides the control panel
 RESIZE <ON|OFF>  . . . . - Sets the "Auto resize" setting
 RIGHTTOLEFT <ON|OFF> . . - Sets the "Right to left" setting
 BACKTOFRONT <ON|OFF> . . - Sets the "Back to front" setting
 QUIT . . . . . . . . . . - Quits the program
 GET <FILE|PAGE|PAGES|  . - Returns the requested value
      FULLSCREEN|ANGLE|
      LOCKZOOM>

 Example:
 RXCmd RNOCOMICS "GET PAGE"


HISTORY
-------

 Version 1.5:
 - HTTPS now supported for Issuu (AmiSSL v4 required), so the search feature
   works as intended again
 - Implemented a small fix to the zooming functionality
 - Updated the PDF plugin

 Version 1.4:
 - Accepts a file argument and can be used as a default tool in project icons

 Version 1.3:
 - Support for PDF files
 - Major internal changes in rendering
 - Other small changes

 Version 1.2:
 - Support for online Issuu publications

 Version 1.1:
 - Added UnRAR/XAD selection to the settings menu. Using UnRAR increases
   compatibility and speed with .cbr files.
 - "Show in OS..." option works under MorphOS and OS4 too, in the history GUI
 - "Open file" now loads comic archives, and picture files also
 - Some tweaks, and improvements to the GUI
 - Auto resize didn't work as intended for small images


WEB
---

 - Please visit http://jpv.wmhost.com/jpv_software/ for screenshots, support,
   donations, and other software
 - This program is made with Hollywood: http://www.hollywood-mal.com/


THANKS TO
---------

 - Densho/RNO for the logo
 - Neil Pearson for testing and proof-reading


DISCLAIMER
----------

 This software is made available to you as Freeware and you may use this
 software in whatever way you wish, but the author accepts no liability for
 any damage caused to your system or other connected peripherals by using
 this software.


Contents of gfx/show/RNOComics.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                   20      20 100.0% -lh0- 30ac Oct 24  2018 RNOComics/Bonus.info
[generic]               732922  732922 100.0% -lh0- dd0c Oct  4  2017 RNOComics/Bonus/RNOComics_Screenshots.gif
[generic]                 6786    6786 100.0% -lh0- 5da6 Aug 23  2017 RNOComics/Bonus/RNOComics_Screenshots.gif.info
[generic]               244966  244966 100.0% -lh0- 2537 Oct  4  2017 RNOComics/Bonus/RNOComics_Screenshots_small.gif
[generic]                 6786    6786 100.0% -lh0- 5da6 Aug 23  2017 RNOComics/Bonus/RNOComics_Screenshots_small.gif.info
[generic]               391917  720520  54.4% -lh5- a9a2 Mar 31  2019 RNOComics/hurl.hwp
[generic]               175285  373080  47.0% -lh5- 0669 Oct  1  2017 RNOComics/muiroyale.hwp
[generic]              3200029 6479488  49.4% -lh5- 3fa9 Aug 11 17:25 RNOComics/polybios.ext
[generic]               533329  829920  64.3% -lh5- f8a2 Aug 11 17:25 RNOComics/polybios.hwp
[generic]                 3550    9502  37.4% -lh5- 3fd5 Nov 21 17:55 RNOComics/ReadMe.txt
[generic]                   54      54 100.0% -lh0- 7bbb Oct 24  2018 RNOComics/ReadMe.txt.info
[generic]              1424526 2835416  50.2% -lh5- 455e Nov 21 17:30 RNOComics/RNOComics
[generic]                 5405    5405 100.0% -lh0- f39b Aug 16  2017 RNOComics/RNOComics.info
[generic]                   20      20 100.0% -lh0- 30ac Oct 31  2018 RNOComics.info
[generic]                  487     921  52.9% -lh5- ef24 Aug 23  2017 RNOComics/Bonus/RNOComics_Slideshow.lua
[generic]                 1792    1858  96.4% -lh5- e1e0 Aug 23  2017 RNOComics/Bonus/RNOComics_Slideshow.lua.info
[generic]                  483     894  54.0% -lh5- bb13 Aug 23  2017 RNOComics/Bonus/RNOComics_Slideshow.rexx
[generic]                 2898    2965  97.7% -lh5- 66ed Aug 23  2017 RNOComics/Bonus/RNOComics_Slideshow.rexx.info
[generic]                  304     498  61.0% -lh5- e1f6 Aug 20  2017 RNOComics/Prefs/Ambient/filetypes/application/x-cbr
[generic]                  250     370  67.6% -lh5- e487 Aug 20  2017 RNOComics/Prefs/Ambient/filetypes/application/x-cbt
[generic]                  246     361  68.1% -lh5- 06e3 Aug 20  2017 RNOComics/Prefs/Ambient/filetypes/application/x-cbz
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        21 files 6732055 12252752  54.9%            Nov 22 22:10

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>