TIFF を 高速に表示するためのシンプルなビューワーアプリです。マウス操作とショートカットで快適に閲覧できます。マルチページ TIFF に対応しています。
- 高速表示
- マウスホイールで 画像の拡大縮小
- Ctrl + ホイールで ウィンドウ自体の拡大縮小
- マルチページ TIFF 対応
- 引数なしで実行すると、アプリは システムトレイに常駐します。
- TIFF ファイルのパスを引数に指定して実行すると、起動して 指定した画像を表示します。
- 例:右クリック → 「プログラムから開く」 で TIFF を開く場合
- 2回目以降の起動速度を高めるためのランチャーです。
FastTiffViewer.exeがすでに システムトレイに常駐している場合でも、FastTiffViewerLauncher.exeを経由することで さらに起動(表示)を高速化できるようにしています(常駐プロセスへの受け渡しを最適化)。- Windows の ファイル関連付け(右クリック →「プログラムから開く」/ 既定のアプリ)を
FastTiffViewerLauncher.exeに設定すると効果的です。 - ランチャーが起動すると、本体の
FastTiffViewer.exeを起動し、必要に応じて システムトレイに常駐させます。- 以後、TIFF を開く操作を繰り返したときの体感起動が速くなります。
初回に FastTiffViewerLauncher.exe を起動した際、環境によっては次のように .NET Runtime のインストールを求められることがあります。
その場合は、表示された案内に従って インストールを実行してください。
- メニュー
Open:ファイルを開きます - ドラッグ&ドロップ(DnD):ウィンドウにファイルをドロップして開けます
- マウスホイール:画像の拡大 / 縮小
- Ctrl + マウスホイール:ウィンドウの拡大 / 縮小
- メニュー
Fit(F):ウィンドウサイズに画像をジャストフィット - ショートカット:
f
- 前ページ:
PageUp(ショートカット:PageUp) - 次ページ:
PageDown(ショートカット:PageDown)
- メニュー
PrevFile(B):同じフォルダ内の 前のファイル(名前順) を開く(ショートカット:b) - メニュー
NextFile(N):同じフォルダ内の 次のファイル(名前順) を開く(ショートカット:n)
A simple viewer app designed to display TIFF images quickly. It provides smooth mouse controls, handy shortcuts, and supports multi-page TIFF files.
- High-speed rendering
- Mouse wheel to zoom in/out the image
- Ctrl + Mouse Wheel to zoom the application window itself
- Multi-page TIFF support
- When launched without arguments, it stays resident in the system tray.
- When launched with a TIFF file path as an argument, it starts and opens the specified image.
- Example: opening a TIFF via Windows “Open with…”
- A small launcher to improve perceived startup speed on the 2nd and later opens.
- Even when
FastTiffViewer.exeis already running in the system tray, opening files via the launcher can be even faster (it optimizes the handoff to the resident process). - For best results, set Windows file association (“Open with…”, default app) for
.tif/.tifftoFastTiffViewerLauncher.exe. - The launcher will start the main app (
FastTiffViewer.exe) and keep it resident in the system tray when needed.- Subsequent opens are typically faster because the main process is already available.
On the first launch of FastTiffViewerLauncher.exe, Windows may prompt you to install a .NET Runtime (depends on your environment).
If that happens, please run the installation as instructed by the prompt.
- Menu
Open: Open a file - Drag & Drop (DnD): Drop a file onto the window to open it
- Mouse Wheel: Zoom the image in/out
- Ctrl + Mouse Wheel: Zoom the application window in/out
- Menu
Fit(F): Fit the image exactly to the window size - Shortcut:
f
- Previous page:
PageUp(shortcut:PageUp) - Next page:
PageDown(shortcut:PageDown)
- Menu
PrevFile(B): Open the previous file (by name order) in the same folder (shortcut:b) - Menu
NextFile(N): Open the next file (by name order) in the same folder (shortcut:n)