v1.2
Krita Shell Extension
Release Version: 1.2
This is the version bundled with the official Krita 3.0.1 release.
Shell Extension to provide various information about Krita files in Windows Explorer.
License
The MIT License
Please refer to COPYING.txt
.
Acknowledgement
This software uses the following libraries:
- libzip - BSD-like license - http://www.nih.at/libzip/
- zlib - zlib license - http://www.zlib.net/
- TinyXML-2 - zlib license https://github.com/leethomason/tinyxml2
For the license information on these libraries, you can either refer to the above URLs, or refer to the corresponding COPYING
files included in the source tree and/or binary release package.
System Requirements
This shell extension requires Windows Vista or above. It does not work on Windows XP and previous versions of Windows.
The released installer checks for Windows 7 or above, so it can not be used directly on Windows Vista.
The binaries were compiled using Visual Studio 2015. They are linked statically against the C++ runtime, so no extra runtime libraries are needed for this to work.
Installing
Executing the installer should work without any trouble.
Installing the shell extensions by regsvr32
is not supported.
Using
Once this library is registered on the system, it will automatically work inside Windows Explorer and other shell components (e.g. File Dialogs) without needing further actions.
Building From Source
Please visit https://github.com/alvinhochun/KritaShellExtension for the source code and build instructions.
Changelog
v1.2 (2016-06-12)
- [bug] Fix some file association registry entries
- Add support for OpenRaster (.ora) files [#3]
- [bug] Fix certain thumbnails being stretched or cropped incorrectly [#8, #11]
- [bug] Fix possible issues with images that are too narrow
- Allow the shell extension to be installed over existing Krita installation for
updating (requires Krita install newer than the 3.0 official release) [#10]