ollm / OpenComic

Comic and Manga reader, written with Node.js and using Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenComic

Comic and Manga reader

Screenshot

Screenshot

More Screenshots ๐Ÿ“ธ

Features

  • ๐Ÿ–ผ Support this image formats: JPG, PNG, APNG, AVIF, WEBP, GIF, SVG, BMP, ICO
  • ๐Ÿ—„ Support this compressed formats: RAR, ZIP, 7Z, TAR, CBR, CBZ, CB7, CBT
  • ๐Ÿ“„ Support this documents/ebook formats: PDF, EPUB (Alpha)
  • ๐ŸŽต Support background music from folder: MP3, M4A, WEBM, WEBA, OGG, OPUS, WAV, FLAC
  • ๐Ÿ“ Master folders support
  • โ˜๏ธ Server connection support: smb://, ftp://, ftps://, scp://, sftp://, ssh://, s3://
  • ๐Ÿ‡ฏ๐Ÿ‡ต Manga read mode
  • ๐Ÿ‡ฐ๐Ÿ‡ท Webtoon read mode
  • ๐Ÿ“– Double page view
  • ๐Ÿ”– Bookmarks and continue reading
  • ๐Ÿ” Floating magnifying glass
  • ๐Ÿ–ฑ Reading in scroll or slide
  • โšช Adjust the brightness, saturation, contrast, sepia, negative and invert colors
  • ๐ŸŽจ Colorize black and white images
  • ๐Ÿ”„ Tracking with sites (AniList)
  • ๐ŸŽฎ Gamepad navigation
  • ๐Ÿ”ข Multiple interpolation methods: lanczos3, lanczos2, mitchell, cubic, nearest and others

You can see the changes between versions in the Changelog ๐Ÿ“

Download v1.2.0

Stores

Get it from Microsoft    Download on the Mac App Store    Get it from the Snap Store

Windows
macOS
macOS Arm64
Linux
Linux Arm64

Installation and Starting for development

Requirements: Git, Node and NPM

git clone https://github.com/ollm/OpenComic.git
cd OpenComic
npm install
npm run rebuild
npm start

Build from source

npm pull origin master
npm install
npm run build-<buildType>

Available builds types:

  • Windows: nsis , portable
  • macOS: mac-dmg, mac-pkg (Both include arm)
  • Linux deb, rpm, snap, flatpak, appimage, 7z
  • Linux Arm: deb-arm, rpm-arm, snap-arm, flatpak-arm, appimage-arm, 7z-arm

Now the build files are located in dist folder.

Pepper & Carrot

This application contains as example the webcomic Pepper&Carrot by David Revoy licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0).

Based on the universe of Hereva created by David Revoy with contributions by Craig Maloney. Corrections by Willem Sonke, Moini, Hali, CGand and Alex Gryson. Translated into Spanish by TheFaico

GitHub Sponsors

About

Comic and Manga reader, written with Node.js and using Electron

License:GNU General Public License v3.0


Languages

Language:JavaScript 65.5%Language:CSS 18.7%Language:HTML 15.5%Language:Python 0.2%