Skip to content

ImagesPackegViewer v1.0

Compare
Choose a tag to compare
@ps147258 ps147258 released this 22 Mar 10:32
· 8 commits to main since this release
dadf1f2

Quickly process large images to screen size in memory, series of files are loading for quick browsing of multi-image files.

Supported files: *.bmp; *.jpg; *.jpeg; *.png; *.webp; *.tiff; *.gif, *.zip
Scope of access: under the folder but not under the subfolder.

How to use: Use the mouse to drag the file or folder to the window of this program and release it.

Key operation:

  • Double click the left mouse button on the graph to toggle the window size/original size.

    *Window size is the optimal size image in memory.
    *The original size is the image of the original file, the original image is not cached, so displaying the original image will read the file again.

  • ESC: close file
  • F2: optimize window size
  • Left: previous
  • Right: next

Single image container using TWICImage, can support Windows XP SP2 or above with .NET 3.0. so single image can support BMP, GIF, ICO, JPEG, PNG, TIFF.
Animated images support GIF, but since processing multiple image formats will greatly affect the processing speed, GIF thumbnails still use a single image, which means that the thumbnail display will not be dynamic, and the display will be the first frame.