Warning
This is a special project of TiefSee 3 and will no longer be updated and maintained
The new version of Tiefsee4 is moved to
https://github.com/hbl917070/Tiefsee4
Introduction
- Open source green installation-free software that truly focuses on viewing pictures
- Simple and elegant interface with transparent fur glass with full interface
- Don't place a bunch of buttons on the interface that users can't understand because of their powerful functions
- Use a large number of browsing modes to make reading comics extremely easy
- Fix the window to the top to assist in complex work
- Press and hold the blank key in the folder or desktop to quickly preview the picture
- Supports a variety of special formats: apng, svg, psd, raw, web, pixiv animation, exe, etc.
Official website: https://hbl917070.github.io/aeropic/index.html#/
Discussion area: https://forum.gamer.com.tw/C.php?bsn=60076&snA=4095280
TiefSee
- Purpose: Windows' picture viewer
- Project type: WPF for C# (mixed use of WPF, WindowForms, HTML)
- Additional: Visual Studio 2019 must be used to open the project
TiefSee, synthetic GIF
- Purpose: Transfer "pixiv animation" to "gif"
- How to use: After writing the relevant setting values of input and output in
input.xml , just start the program directly
TiefSee, Quick Start
- Purpose: TiefSee launcher
- Operating principle: Issue an http request to TiefSee. TiefSee will use "create a new window to open the picture" to replace the original "open a brand new execution file"
- How to use: Use the path to pass into the image in the command line as a parameter, or start directly
TiefSee, associated attachment name
- Purpose: Make TiefSee a program that enables pictures by default in the operating system
- Project Type: WPF of C#
- Operating principle: Modify the login file (Registry)
- How to use: Just open the program and use it
TiefSee, search for pictures
- Use: TiefSee's search image
- Project Type: WindowForms for C#
- How it works: Inject javascript into target website using webbrowser
- How to use: Write the search type and base64 of the picture in
input.txt . After opening the program, the picture will be searched and the search results will be opened through the browser.
The above project uses the following code
- jQuery: JavaScript Function Library
- WpfAnimatedGif: WPF suite for displaying GIFs
- WPF Color Picker: WPF's Color Picker Kit
- FluentWPF: Fluent Design running on WPF
- APNG.NET: C# parses and displays APNG suite
- Explorer Shell Context Menu: Show archive native right-click menu
- ExifLib: a suite for reading exif
- Newtonsoft.Json: a suite for reading json
- Magick.NET: ImageMagick's net encapsulation
- dcraw: RAW picture parsing engine
- WinQuickLook: After the archive manager has long pressed the blank key on the keyboard, preview the file
- QuickLook: Bring macOS "Quick View" feature to Windows