Warning, /graphics/optiimage/README.md is written in an unsupported language. File is not indexed.

0001 # <img src="org.kde.optiimage.svg" width="40"/>OptiImage
0002 
0003 ![OptiImage main view showing a list of images getting processed](https://cdn.kde.org/screenshots/optiimage/optiimage.png)
0004 
0005 Optimize your images with OptiImage, a useful image compressor that supports
0006 PNG, JPEG, WebP and SVG file types.
0007 
0008 It supports both lossless and lossy compression modes with an option to whether
0009 keep or not metadata of images. It additionally has a safe mode, where a new
0010 image is created instead of overwritting the old one.
0011 
0012 It uses the following tools:
0013 
0014 + oxipng
0015 + jpegoptim
0016 + scour
0017 + cwebp
0018 
0019 ## Support
0020 
0021 If you have an issue with OptiImage, please [open a support thread on KDE Discuss](https://discuss.kde.org/tag/optiimage). Alternatively, you ask in the [Plasma Mobile Matrix room](https://go.kde.org/matrix/#/#plasma-mobile:kde.org). See [Matrix](https://community.kde.org/Matrix) for more details.
0022 
0023 ## Building
0024 
0025 The easiest way to make changes and test Tokodon during development is to [build it with kdesrc-build](https://community.kde.org/Get_Involved/development/Build_software_with_kdesrc-build).
0026 
0027 ## License
0028 
0029 ![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)
0030 
0031 This project is licensed under
0032 [GPL-3.0-or-later](https://spdx.org/licenses/preview/GPL-3.0-or-later.html).
0033 
0034 ## Credit
0035 
0036 This app is inspired by the excellent
0037 [Curtail](https://apps.gnome.org/Curtail/) app for GNOME.