Latest Version 1.4.0 - 12 Mar 2023
A collection of extensions tools for image and animations files, integrated into Microsoft Windows Explorer (Vista, 7, 8, 10 and 11):
-
A Preview handler which allows you to see static images and animations files in the "Preview Panel".
-
A Thumbnail handler which allows you to see static images and anomations files (the last last frame of animation) into Windows Explorer.
-
A Lottie Text Editor to manually edit and preview the animation of Lottie files.
.json or .lottie: animated Lottie files lottiefiles.com
.gif: static and animated Gif W3C GIF (tm)
.webp: static and animated webp An image format for the Web
.tgs: animated telegram stickers core.telegram.org/stickers
-
Supports Windows Vista, 7, 8, 10 and 11 (for 32 bits and 64 bits).
-
Themes (Dark and Light) according to user preferences of Windows Theme
-
AutoPlay and Loop of animation
Click to download the SKIAShellExtensionsSetup.exe located also in the Release area. The Installer works both for 32 and 64 bit system.
For a clean Setup close all the windows explorer instances which have the preview handler active or the preview handler was used (remember the dll remains in memory until the windows explorer was closed).
In Windows 11 with Light theme:
In Windows 11 with Dark theme:
A useful Text editor with preview and animation of Lottie files:
If you have Delphi 11 Alexandria, you can manually build the project:
Warning: To build the DLL you need also other open-source projects
To manually install the SKIAShellExtensions.dll follow these steps:
-
Close all the windows explorer instances which have the preview handler active or the preview handler was used (remember the dll remains in memory until the windows explorer was closed).
-
If you have already used the installer uninstall the components from system.
-
To Uninstall/Install manually the dll run the
Unregister_Register.cmd
(run-as-administrator). -
If you want to continue to change code and rebuild the dll, Unregister the dlls and beware to close all Explorer instances.
12 Mar 2023: ver. 1.4.0
- Added "inverse" animation to Preview and Editor
27 Feb 2023: ver. 1.3.0
- Updated to Skia4Delphi 4.1.1
- Updated Projects to Delphi 11.3
13 Jan 2023: ver. 1.2.0
- Updated to Skia4Delphi 4.0.2
- Fixed Animation Panel of Preview
09 Nov 2022: ver. 1.1.0
- Updated to Skia4Delphi 4.0.1
- Fixed settings filename
24 Set 2022: ver. 1.0.1
- Fixed Setup registering 32bit dll
- Fixed settings filename
23 Set 2022: ver. 1.0.0
- First version
Many thanks to Rodrigo Ruz V. (author of theroadtodelphi.com Blog) for his wonderful work on delphi-preview-handler from which this project has used a lot of code and inspiration.
Many thanks to the project "Skia4Delphi"
Skia4Delphi is a cross-platform 2D graphics API for Delphi based on Google's Skia graphics library.
Licensed under the Apache License, Version 2.0 (the "License"); Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
The Initial Developer of the Original Code is Rodrigo Ruz V. Portions created by him are Copyright © 2011-2021 Rodrigo Ruz V.
Third Party libraries and tools used from Ethea:
Third Party libraries and tools used:
Related links: embarcadero.com - learndelphi.org