Skip to content

Releases: ps147258/ImagesPackegViewer

ImagesPackegViewer v1.3.1

07 Dec 13:30
1e7011b
Compare
Choose a tag to compare

中文:

  • v1.3.1
    本版本發布主要修正錯誤。
    修正:
    [主要] GIF 影像顯示的記憶體洩漏。
    [主要] 錯誤的縮圖清單索引。

  • v1.3
    本次更新主要是為了方便整理檔案。
    新增功能:
    可於 Explorer 中開啟正在瀏覽的檔案。
    剪下(Ctrl+X) 與 複製(Ctrl+C) 正在瀏覽的單檔案至剪貼簿。
    支援正在瀏覽的單檔案拖曳 移動(Shift+滑鼠左鍵) 或 複製(Ctrl+滑鼠左鍵),或以彈出選單操作([Shift 或 Ctrl]+滑鼠右鍵)。
    但檔案移動後並不會刷新程式中的影像清單
    修正:
    [重要的] TWICImages 執行 Next 或 Prev 時錯誤存取。
    [非必要] 變更 TWICImages 的部分名稱,並改正當尚未執行過 Next 或 Prev 時取得的影像物件未被放入緩衝變數中的問題。

English:

  • v1.3.1
    This version is released for bug fixes.
    Fixes:
    [important] GIF image showing memory leak.
    [important] Wrong thumbnail list index.

  • v1.3
    This update is mainly to facilitate file management (move or copy files).
    New features:
    Open file in Explorer.
    Cut (Ctrl+X) and copy (Ctrl+C) the image file browsing to the clipboard.
    Supports drag-and-drop (Shift+Left mouse button) or copying (Ctrl+Left mouse button) of the image file browsing, or pop-up menu operation ([Shift or Ctrl]+right mouse button).
    However, the image list will not be refreshed after the file is moved.
    Fixes:
    [Important] TWICImages access error when executing Next or Prev.
    [Unnecessary] Change part of the name of TWICImages, and correct the problem that the image object obtained when Next or Prev has not been executed is not put into the buffer variable.

ImagesPackegViewer v1.2

20 Mar 02:38
62f4f52
Compare
Choose a tag to compare

版本變更,中文:

  1. 改進動畫處理方式,增進載入速度。

Change, English:

  1. Improve the animation processing method to speed up loading.

ImagesPackegViewer v1.1

27 Sep 04:19
7d99769
Compare
Choose a tag to compare

版本變更,中文:

  1. 增加多圖動態瀏覽
    但影像轉換加入至 TGIFImage 時極為耗時
  2. 修正縮圖

Change, English:

  1. Add multi-image dynamic browsing
    But the image conversion is very time consuming when added to TGIFImage

  2. Fix thumbnail

ImagesPackegViewer v1.0

22 Mar 10:32
dadf1f2
Compare
Choose a tag to compare

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.