I am trying to make a wrapper on top on <jpegtran>...
# multiplatform
p
I am trying to make a wrapper on top on jpegtran, basically I want to make a library which will expose apis to do all the stuff jpegtran can do. So that you can use jpegtran without needing to jetup jni of cinterop in ios. I came across this blog, but this shows how to use a single c file, no a c library. I would be really grateful if you could direct me to some resources, blogs, github repos, videos. Which could help me implement what I want to