An open API service indexing awesome lists of open source software.

https://github.com/etheadev/skiashellextensions

Shell extensions for animations files (lottie, telegram, webp...) with Preview Panel, Thumbnail Icon, Lottie Editor. Powered by Skia4Delphi
https://github.com/etheadev/skiashellextensions

Last synced: 5 months ago
JSON representation

Shell extensions for animations files (lottie, telegram, webp...) with Preview Panel, Thumbnail Icon, Lottie Editor. Powered by Skia4Delphi

Awesome Lists containing this project

README

          

code{
font-family: "Consolas", monospace;
}
pre{
border: 1px solid #ddd;
border-left: 3px solid #f36d33;
overflow: auto;
padding: 1em 1.5em;
display: block;
}
Blockquote{
border-left: 3px solid #d0d0d0;
padding-left: 0.5em;
margin-left:1em;
}
Blockquote p{
margin: 0;
}
table{
border:1px solid;
border-collapse:collapse;
}
th{ padding:5px;
border:1px solid;
}
td{
padding:5px;
border:1px solid;
}

SKIA Shell Extensions and Lottie Editor License


Latest Version 1.6.0 - 02 Mar 2025


A collection of extensions tools for image and animations files, integrated into Microsoft Windows Explorer (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.




Animation and file extensions supported:


.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


Features




  • 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




  • Play normal, inverse or manual control




  • AutoPlay and Loop of animation when selected into Explorer




Setup using the Installer


Click to download the SKIAShellExtensionsSetup.exe located also in the Release area. The Installer works both for 32 and 64 bit system.


Lottie Setup_Program


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).


Preview Panel and Thumbnails in action


In Windows 11 with Light theme:


Preview Thumbnails Light


In Windows 11 with Dark theme:


Preview Thumbnails Dark


Lottie Text Editor


A useful Text editor with preview and animation of Lottie files:


Lottie Text Editor Dark


Settings: Preview page


Settings: Preview page


Settings: Theme page


Settings: Theme page


Manual Build and Installation (for Delphi developers)


If you have Delphi 11 or Delphi 12, 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:




  1. 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).




  2. If you have already used the installer uninstall the components from system.




  3. To Uninstall/Install manually the dll run the Unregister_Register.cmd (run-as-administrator).




  4. If you want to continue to change code and rebuild the dll, Unregister the dlls and beware to close all Explorer instances.




Release Notes


02 Mar 2024: ver. 1.6.0



  • Added “Wordwrap option” for the editor (active by default)

  • Updated the latest Image32 library

  • Added Color options in Editor GUI

  • Updated to Image32 4.6 Released Feb 2025 to fix some drawing issue


12 May 2024: ver. 1.5.4



  • Added StyledComponents (Rounded Buttons options)

  • Added init for GDI+Plus to Dll's

  • Deleted unused images


09 May 2024: ver. 1.5.3



  • Added File Changed notification and reload

  • Built with Delphi 12.1

  • Built with Latest Image32 Library

  • Built with Latest Skia4Delphi 6.1 Library


13 Jan 2024: ver. 1.5.2



  • Aligned to Image32 Library

  • Updated Copyright


26 Oct 2023: ver. 1.5.1



  • Optimized rendering of Icon using the Skia Codec directly

  • Enabled system draw for title and border of Editor when Styled


25 Oct 2023: ver. 1.5.0



  • Added “close button” over Tabs in Editor

  • Updated to Skia4Delphi 6.0.0-beta 5

  • Fixed enabling of Inverse Play Button

  • Built with Delphi 12


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


Credits


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.


Powered by Skia4Delphi


Logo


Many thanks to the project “Skia4Delphi”


Skia4Delphi is a cross-platform 2D graphics API for Delphi based on Google's Skia graphics library.


License


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:



Delphi Support


Related links: embarcadero.com - learndelphi.org