You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi hi! @cryptix and i are hammering away at an oasis upgrade (%izbqRVJQ1brHjQp3wcL/D6b/nTYPQ2kndzesT/tIdNM=.sha256)
We realized we wanted to remove exif data from uploaded jpegs, and cryptix came across this repo. Which is great! But it looks like it solely relies on file input events. As it is, I borrowed the exif dep and the orientation-preserving implementation.
But it would be nice if we didn't have to copy pasta 🍝, and it would be a big benefit to make use of the encrypted blobs functionality.
Proposal: To tweak ssb-blob-files to instead lean on the other format that piexif consumes, namely binary text strings buffer.toString('binary').
The text was updated successfully, but these errors were encountered:
Had a look at the diff for oasis and seems like my comment from above does not really help you, so please ignore ;) but yeah might be great to split this into two modules.
Hi hi! @cryptix and i are hammering away at an oasis upgrade (%izbqRVJQ1brHjQp3wcL/D6b/nTYPQ2kndzesT/tIdNM=.sha256)
We realized we wanted to remove exif data from uploaded jpegs, and cryptix came across this repo. Which is great! But it looks like it solely relies on file input events. As it is, I borrowed the exif dep and the orientation-preserving implementation.
But it would be nice if we didn't have to copy pasta 🍝, and it would be a big benefit to make use of the encrypted blobs functionality.
Proposal: To tweak
ssb-blob-files
to instead lean on the other format that piexif consumes, namely binary text stringsbuffer.toString('binary')
.The text was updated successfully, but these errors were encountered: