LogoRodel Reader
Comics

Comic Reader

Comic reading interface and controls

Rodel Reader provides a professional comic reader with multiple reading modes and rich customization options.

Interface Overview

Comic Reader Interface

The comic reader interface consists of the following parts:

AreaFunction
Reading AreaComic page rendering, supports touch and mouse operations
Top BarReading mode, layout, direction settings (tap center to show)
Bottom BarProgress bar, page number, page turn buttons (tap center to show)

Reading Modes

The comic reader supports two reading modes:

ModeDescriptionUse Cases
Page ModeTurn pages one at a time, supports single/dual page layoutJapanese manga, Western comics
Scroll ModeContinuous scrollingWebtoons, web comics

Click the mode button in the top bar to switch between modes.


Page Mode

Layout Options

In page mode, you can choose different layouts:

LayoutDescription
AutoAutomatically choose single or dual page based on aspect ratio
Single PageDisplay one page at a time
Dual PageDisplay two pages side by side (ideal for wide screens)

Page Direction

DirectionDescriptionSuitable Content
Left to RightTurn left for previous pageWestern comics
Right to LeftTurn right for previous pageJapanese manga

First Page Position

In dual page layout, you can set the position of the first page:

PositionDescription
LeftFirst page on the left
RightFirst page on the right (common for Japanese manga)

Tip

Enable page turn animation for a smoother page turning experience.


Scroll Mode

Scroll Direction

Scroll mode supports three directions:

DirectionDescriptionSuitable Content
Top to BottomVertical scrollingWebtoons (Korean, Chinese)
Left to RightHorizontal scrollingHorizontal webtoons
Right to LeftHorizontal scrolling (reversed)Horizontal Japanese manga

Page Width

In vertical scrolling, you can adjust the maximum page width percentage (default 80%) to prevent pages from being too wide on wide screens.

Inertia Scrolling

Scroll mode supports inertia scrolling - the page continues to slide for a distance after releasing touch or mouse. You can adjust the friction coefficient in settings.


Zoom Control

Fit Modes

ModeDescription
Fit PageEntire page fits the window (complete display)
Fit WidthPage width fits the window
Fit HeightPage height fits the window
Original SizeDisplay at 1:1 original size

Double-tap the reading area to reset to fit mode.

Manual Zoom

  • Mouse Wheel: Zoom in/out
  • Drag: Pan to view
  • Zoom range: 1x - 5x

Tap Navigation

The reading area is divided into three touch zones:

ZoneAction
Left 30%Previous page (page mode) / Scroll backward
Center 40%Show/hide menu bar
Right 30%Next page (page mode) / Scroll forward

Tip

In right-to-left reading direction, the left and right zone actions are automatically reversed.

Progress Bar

The bottom progress bar supports:

  • Drag the slider to quickly jump to any page
  • Shows current page number and total pages
  • Direction automatically reverses in right-to-left mode

Page Turn Buttons

The ◀ ▶ buttons in the bottom bar allow quick page turning.


Keyboard Shortcuts

The comic reader supports the following keyboard shortcuts:

ShortcutAction
/ PageDownNavigate forward
/ PageUpNavigate backward
Scroll up (scroll mode) / Previous page (page mode)
Scroll down (scroll mode) / Next page (page mode)
HomeJump to first page
EndJump to last page

Zoom

ShortcutAction
Ctrl + = / +Zoom in
Ctrl + -Zoom out
Ctrl + 0Reset zoom

Mode Switching

ShortcutAction
Ctrl + FCycle fit mode
Ctrl + MToggle reading mode (page/scroll)
Ctrl + LCycle layout mode
Ctrl + DToggle paging direction

Interface

ShortcutAction
Ctrl + TabShow/hide menu bar
EscHide menu bar (only when menu is visible)

Image Processing

Reading Settings

The comic reader provides various image processing options:

OptionDescription
White Border CropAutomatically crop white borders around pages
DenoiseReduce noise in scanned comics
SharpenEnhance image clarity
ContrastAdjust image contrast (0.5 - 2.0)
BrightnessAdjust image brightness (-0.5 - 0.5)

Image Super Resolution

The comic reader includes a built-in image super resolution feature that upscales low-resolution comic pages and enhances details, significantly improving visual clarity. Two super resolution methods are available:

MethodScaleSpeedQualityDescription
Anime4K2xFastGoodReal-time upscaling algorithm based on GPU Compute Shaders, optimized for anime-style images
Real-ESRGAN4xSlowExcellentDeep learning model based on ONNX Runtime + DirectML, ideal for maximum image quality

Hardware Requirements

The Real-ESRGAN model relies on GPU inference acceleration. A dedicated graphics card with 8GB or more VRAM (e.g., NVIDIA GTX 1070+, AMD RX 580+) is recommended for a smooth experience. Insufficient VRAM may cause extremely slow processing or failures — in that case, consider using Anime4K instead.

How It Works

Once super resolution is enabled, the reader automatically processes pages using the following strategy:

  1. Current viewport pages first: When turning pages, old tasks are immediately cancelled to prioritize the new visible pages
  2. Pre-process upcoming pages: After visible pages are completed, pages ahead in the reading direction are processed automatically
  3. Backward pages on demand: Pages behind the current position are only processed when the user scrolls back and they enter the viewport

Upscaled pages are cached on the GPU to avoid redundant computation. Switching between super resolution methods will automatically reprocess the current pages.


Reading Settings Persistence

The comic reader automatically saves the following settings:

Saved ContentDescription
Reading ProgressCurrent page position
Reading ModePage/Scroll
Layout SettingsSingle/Dual/Auto
Direction SettingsPage direction, scroll direction, first page position
Image ProcessingBrightness, contrast, and other parameters

Each comic's settings are saved independently and automatically restored when reopened.


FAQ

Page order is wrong in dual page mode?

Try switching the First Page Position setting. Japanese manga typically has the first page on the right, while Western comics have it on the left.

How to quickly switch reading direction?

Click the direction button in the top bar to cycle through reading directions.

Scrolling is too sensitive/not sensitive enough?

Adjust the Inertia Friction parameter in settings. Higher values result in longer sliding distance.

Images appear blurry?

  1. Try switching to Original Size fit mode
  2. Check the image quality of the comic source file
  3. Try enabling the Sharpen option

Pages too small on wide screens?

  • Page mode: Switch to Dual Page Layout
  • Scroll mode: Increase the Page Width percentage

On this page