Not a super important thing, but if Kinopio had a built in background remover for images, it could be super useful for moodboards. Apple has this built into Photos now so it’s not high priority since it’s pretty easy to do, but I think it could go a long way with certain audiences.
So funny, I was just thinking about this this week. The same thought went through my mind about iOS already supporting this natively. It would be fun to be able to easily create “stickers “ in kinopio. Agree it might not be a worth the cost right now.
Exactly. I was showing my wife some collages I made for some marketing stuff and she immediately started showing me all of these instagram moodboards that use the sticker-type cutout images.
And it’s all doable natively on apple products whether it’s press and hold on the subject in Photos on iPad and dragging to Kinopio or right clicking an image in Photos on Mac to copy subject. But it’s adds a lot of steps and complication for certain types of users.
It may be bloat and overcomplicating Kinopio, but I could see a world where there’s light ~aesthetic~ photo editing: the dithering Tony shared, removing background, etc. to help people add personality to their spaces.
this reminds me of this figma plugin that downloads a model to your computer and runs the bg removal there https://www.figma.com/community/plugin/1278756064864777232/remove-background-privacy-first definitely not a great solution since it would be impossible to use on mobile and low end pcs, but maybe better than relying on a cloud service with their own steep prices.
Wow those prices are crazy, you can use a hosted open source model on replicate which is much cheaper. Might be a bit more latency if you hit a cold start, but in general replicate is decent and easy, here’s an example model pollinations/modnet – Run with an API on Replicate
These background removal models are all old lightweight models (relatively) I can also dig out ones to recommend that might work on a sever cpu if you’re wanted to run it yourself, probably even acceptable ones that work in JavaScript ( but they will probably still be quite cpu intensive and a decent number of mb download)