Skip to content

DawnLiExp/Me2Comic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Me2Comic

build License

English | 中文 | 日本語

Me2Comic is a macOS GUI tool that calls GraphicsMagick to batch convert and crop images, prioritizing quality while reducing file size. It started as a weekend side project for processing comic images and experimenting with Swift. Now it's open-sourced under the MIT license—feel free to explore, tweak it, or just take a look. 🍻

Features

• Batch convert JPG/JPEG/PNG → JPG
• Auto-split oversize images (right priority)
• Parameter controls
• Multi-threading
• Task logs

Localization

• 简体中文 | 繁體中文 | English | 日本語

Requirements

  • macOS 14.0+
  • Swift 6
  • GraphicsMagick:
  brew install graphicsmagick

Directory Structure Diagram

Input Directory Structure

/Volumes/Comics/ToProcess/
├── CITY HUNTER Vol.xx
├── One Piece Vol.xx
└── Comic 3

Structure After Completion

Volumes/Comics/Done/
├── CITY HUNTER Vol.xx
│   ├── CITY.HUNTER.CE.1-1.jpg / CITY.HUNTER.CE.1-2.jpg (Split if oversized, right side first)
│   └── CITY.HUNTER.CE.2...
├── One Piece Vol.xx
│   ├── One Piece Vol.1.jpg (Not split if smaller than specified parameter)
│   └── One Piece Vol.2...
└── Comic 3

Build & Release:

Gather the seven Dragon Balls ➔ Actions🐉 SHENRON! Grant my wish! ✨ ➔ Summon the Eternal Dragon Run workflow
(Note: Wait time depends on Shenron's cosmic mood 🌌✨)

Note

App icon adapted from Mucha's Zodiac, build names honor his legacy. No official affiliation.

About

A macOS GUI tool that calls GraphicsMagick to batch-edit images.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages