d2phap / d2phap/ImageGlass

Add support for viewing images in compressed archives

Open
#254 7 comments 19 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

🎯 feature
Dominant language
C#
Stars
14.4k
Forks
752
Avg merge
10d 14h
Merged PRs (30d)
1

Description

Steps to reproduce:
  1. Add some image files (.jpg/.png) to a compressed archive (.zip/.7z/.cbr) with 7-Zip file archiver
  2. Drag-and-drop your compressed archive onto the ImageGlass window
Expected behavior:

ImageGlass should load all images inside the archive as if it's a folder

Actual behavior:

ImageGlass can't open the archive because it's not supported

System info:
  • ImageGlass version: 4.17.26
  • OS version: Windows 10
Other info:

Some image viewers such as Honeyview supports compressed archives by default

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the drag-and-drop handling for archives and the code that enumerates images to display. Determine how .zip, .7z, and .cbr files are opened, then verify that image files inside each format load as a browsable set like a folder.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.