[Picture manipulation] Camera/ImageManipulator

Hello,

I’m currently using expo camera to take a picture in base64, and then use ImageManipulator to resize it.
It’s working great.

I now would like to be able to add a timestamp to the picture. I don’t see any way of doing it with either expo camera or imageManipulator.

A solution could be to open the picture on the screen, add a view on top of it and then use takeSnapshotAsync.
I would like to avoid this since I don’t want to open the pictures every time the user takes a photo (He needs to be able to chain them).

Any lead would be welcome !

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.