Sigil 2.8.0: New Image Editing Features & EPUB Editing Guide (2026)
Sigil, the free and open-source EPUB editor, released version 2.8.0 in early June 2026 with a major new feature: built-in image editing directly inside the ImageTab. For the first time, EPUB creators can rotate, crop, and resize images without leaving Sigil or opening an external graphics editor.
This update marks a significant milestone for Sigil. Since its creation in 2009, the editor has been the go-to tool for troubleshooting EPUB files, tweaking CSS, and fixing broken markup. But image manipulation was always a multi-app workflow. Version 2.8.0 changes that.
In this guide, we'll walk through everything new in Sigil 2.8.0, show you how to use the ImageTab tools, and explain how this release fits into a modern EPUB editing workflow in 2026.
What's New in Sigil 2.8.0
Sigil 2.8.0 is not a ground-up rewrite — it's a focused feature release that fills a long-standing gap. Here are the headline changes:
1. ImageTab Image Editing (Rotate, Crop, Resize)
The biggest addition is the new image manipulation toolbar inside ImageTab. You can now:
- Rotate images by 90-degree increments (clockwise, counter-clockwise, and 180-degree flips)
- Crop images to remove unwanted margins, watermarks, or borders
- Resize images to specific pixel dimensions or percentage scales
All operations are applied directly to the image file stored inside the EPUB, with automatic updates to the image reference in your EPUB's manifest.
2. ImageTab Overhaul
The ImageTab itself has been redesigned with a cleaner layout. Thumbnails load faster, and selecting an image now previews it at full resolution in the right panel with the editing toolbar above it.
3. EPUB 3.4 Metadata Improvements
Sigil 2.8.0 also includes better support for EPUB 3.4 metadata fields, particularly the new accessibility and rights metadata introduced in the 2025 specification update. The Metadata Editor now displays the new schema:accessibilitySummary and dcterms:rights fields.
4. Bug Fixes and Performance
Several long-standing bugs were addressed: fixed-layout EPUB navigation now works correctly in Preview mode, and the Find & Replace tool no longer hangs on very large files (over 50,000 lines). Overall memory usage has been reduced by roughly 15% when working with image-heavy EPUBs.
Why Image Editing Matters for EPUB Creation
If you've ever created or edited an EPUB file, you know that images are often the trickiest part. Source images come from all over:
- Scanned book pages that need deskewing and margin cropping
- Web screenshots with browser chrome that should be trimmed
- Author photos or cover art that need resizing to fit device screens
- Diagrams and illustrations at non-standard resolutions
Before Sigil 2.8.0, fixing any of these required a separate application — GIMP, Photoshop, Preview.app, or a batch image processor. Then you had to re-import the corrected image into the EPUB and update the manifest. It was tedious, error-prone, and broke your editing flow.
With inline editing, Sigil 2.8.0 saves time and reduces the chance of broken image references. You can fix an off-center cover, crop a scanned page, or shrink an oversized diagram in seconds without leaving the editor.
How to Use the New ImageTab Features
Here's a step-by-step walkthrough of the new image editing tools in Sigil 2.8.0.
Opening ImageTab
After installing Sigil 2.8.0, open any EPUB file. Click the ImageTab icon in the left sidebar (it looks like a small mountain icon). You'll see all the images in the EPUB listed as thumbnails.
Rotating an Image
- Select the image you want to rotate from the thumbnail list
- Click the Rotate Clockwise or Rotate Counter-Clockwise button in the toolbar above the preview
- Each click rotates the image by 90 degrees
- Press Apply to save the rotation to the EPUB
Cropping an Image
- Select the image in ImageTab
- Click the Crop tool in the toolbar
- A draggable selection box appears over the preview. Drag the corners to select the area you want to keep
- Press Enter or click Apply Crop to commit
- The cropped image replaces the original inside the EPUB
Resizing an Image
- Select the image and click the Resize button
- A dialog appears with current dimensions. Enter new width and height (in pixels) or set a percentage scale
- Keep Maintain Aspect Ratio checked to prevent distortion
- Click OK to apply the resize
All changes are non-destructive until you click Apply. You can preview before committing, and if you make a mistake, simply close the EPUB without saving to revert.
Complete EPUB Editing Workflow with Sigil 2.8.0
Here is a recommended workflow for editing EPUBs using Sigil 2.8.0, from importing a source file to producing a polished output.
Step 1: Import or Open Your EPUB
Sigil works directly with EPUB files. Drag and drop an EPUB onto the Sigil window, or use File > Open. The EPUB is unpacked in memory — all files (XHTML, CSS, images, fonts) become editable components.
Step 2: Fix Images (New in 2.8.0)
Switch to ImageTab. Scan through all images. For any that need adjustment:
- Crop scanned pages to remove black borders or library stamps
- Resize oversized cover art to under 1200 pixels wide (recommended for Kobo and Kindle compatibility)
- Rotate any images that appear sideways
Step 3: Fix CSS and Layout
Open the Styles editor (the CSS tab in Book Browser). Check for:
- Fixed font sizes that prevent reader resizing
- Hard-coded margins that don't work on small screens
- Missing
max-width: 100%on images
Step 4: Validate with epubcheck
Sigil 2.8.0 includes an integrated epubcheck validator. Go to Tools > Validate EPUB With FlightCrew or Run epubcheck (if you have it installed). Fix any errors before the final save.
Step 5: Save and Export
Save your EPUB (File > Save). If you need to convert to a different format (PDF, DOCX, MOBI), you can either use Calibre's conversion engine or an online converter. For quick EPUB-to-PDF or EPUB-to-DOCX conversions, converter-epub.com handles the job entirely in your browser with no server upload.
Sigil vs Calibre: Which Tool for Which Job?
A common question is whether to use Sigil or Calibre for EPUB editing. The answer depends on what you're trying to do.
| Task | Best Tool | Why |
|---|---|---|
| Fix broken EPUB structure | Sigil | Direct access to OPF, NCX, and manifest files |
| Edit EPUB images | Sigil 2.8.0 | Built-in ImageTab crop, rotate, resize |
| Batch convert between formats | Calibre | Superior conversion engine for EPUB→MOBI, EPUB→PDF |
| Manage a large library | Calibre | Metadata search, series management, content server |
| Edit EPUB XHTML/CSS | Sigil | Built-in CodeView with syntax highlighting and live Preview |
| Create EPUB from scratch | Sigil or Calibre | Sigil for hand-coded EPUBs, Calibre for conversion from DOCX |
In practice, many power users use both: Calibre for library management and format conversion, Sigil for deep-dive EPUB surgery. Sigil 2.8.0's image editing closes a gap that previously forced users into a third tool (GIMP or Photoshop).
Tips for Better EPUB Images
Regardless of which editor you use, here are practical tips for handling images in EPUB files:
- Keep images under 1200px wide — most e-readers have 600-800px screens at 1x. 1200px at 2x is the practical maximum before files bloat
- Use JPEG for photographs and PNG for diagrams/screenshots with text. JPEG artifacts make text harder to read
- Set
max-width: 100%; height: auto;in your EPUB CSS — this ensures images scale down on small screens without distortion - Strip metadata — EPUB images don't need EXIF data (camera, GPS, date). Sigil 2.8.0's Save operation strips EXIF automatically
- Use SVG for vector graphics — diagrams, charts, and logos look sharp at any resolution and produce smaller file sizes
Frequently Asked Questions
Is Sigil 2.8.0 free?
Yes. Sigil has always been free and open-source, released under the GPLv3 license. Version 2.8.0 is available for Windows, macOS, and Linux from the official Sigil GitHub releases page. There are no paid tiers, subscription plans, or feature-gating.
Can Sigil 2.8.0 edit EPUB 3.4 files?
Yes. Sigil 2.8.0 fully supports EPUB 3.4, including the new accessibility metadata fields (schema:accessibilitySummary, schema:accessibilityFeature) and the updated rights metadata. The Metadata Editor automatically detects EPUB 3.4 OPF structure and presents the appropriate fields.
Does Sigil 2.8.0 support batch image editing?
Not yet. The ImageTab editing in 2.8.0 applies to one image at a time. For batch operations on a large image set (resizing 50 scanned pages, for example), you will still need a dedicated tool like ImageMagick or a bulk image processor. The Sigil development team has indicated this is a potential future enhancement.
Can I use Sigil with Calibre together?
Absolutely. A common workflow is to use Calibre for library management and format conversion, then open a specific EPUB in Sigil for detailed editing. Sigil can be configured as Calibre's external EPUB editor in Calibre's preferences under Behavior > Use internal viewer for > Open with external editor. Changes made in Sigil are saved back to Calibre's library automatically.
How do I install Sigil 2.8.0?
Download the installer for your platform from Sigil's GitHub releases page. Windows users get an .exe installer, macOS users get a .dmg file, and Linux users can use AppImage or their distribution's package manager (many distros now carry Sigil 2.8.0 in their repositories). The macOS version requires Apple Silicon or Intel, both are provided separately.
Conclusion
Sigil 2.8.0 is a meaningful update for anyone who works with EPUB files. The new image editing features — rotate, crop, and resize — eliminate a workflow gap that existed since the editor's earliest versions. Combined with existing strengths like direct XHTML/CSS editing, FlightCrew validation, and precise OPF control, Sigil 2.8.0 remains the gold standard for EPUB editing in 2026.
Whether you're a self-publisher polishing your final manuscript, a librarian fixing legacy EPUBs, or a power user migrating off Amazon's ecosystem, Sigil 2.8.0 gives you one fewer reason to open a separate application. And when you're ready to convert your edited EPUB to PDF, DOCX, or TXT, you know where to find us.