Ashampoo / kim

Image metadata manipulation library for Kotlin Multiplatform
https://ashampoo.github.io/kim/
Apache License 2.0
163 stars 8 forks source link

Can provider Image Color(RGB) infomation ? #102

Closed CMingTseng closed 1 month ago

CMingTseng commented 1 month ago

Dear Sir

very thx this project

i study "Steganography" need "RGB" infomation

i want a middle object get Image ( Java : BufferedImage / Android:Bitmap /iOS : ? )

THX

StefanOltmann commented 1 month ago

Hello,

Kim is for working with image metadata.

What you are looking for is Skiko, a Kotlin multiplatform SKIA wrapper.

Kind regards,

Stefan