kimgio: update plugins read/write support info

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-19 01:40:28 +03:00
parent 021310ba3d
commit d2bb45bb33
2 changed files with 4 additions and 7 deletions

View file

@ -25,13 +25,10 @@
*
* Currently supported formats include:
* @li WEBP \<read\> \<write\>
* @li RAW \<read\>
* @li JPEG \<read\>
* @li JPEG \<read\> \<write\>
* @li JP2 \<read\>
* @li RAW \<read\>
* @li ICO \<read\>
* @li PGM \<read\>
* @li XBM \<read\>
* @li GIF \<read\>
*/
namespace KImageIO
{

View file

@ -4,9 +4,9 @@ writing a new handler.
Current formats include:
WEBP <read> <write>
RAW <read>
JPEG <read>
JPEG <read> <write>
JP2 <read>
RAW <read>
ICO <read>
If you want to contribute plugin for image format and there is no solid