Fork me on GitHub
#babashka
<
2023-03-30
>
borkdude10:03:35

cljs-exif-reader: https://git.sr.ht/~rwv/cljs-exif-readerhttps://t.co/MlzEuzPF7K Extract information from TIFF and JPEG images. Also works in babashka, despite the name :)

👍 2
lread17:03:13

Hmmm! Cool! Maybe I can use this instead of ImageMagick for Etaoin unit tests.

🤯 2
lread17:03:52

Ah maybe not, I think I might need PNG support.

🥲 2
borkdude17:03:03

what data are you reading from the png?

borkdude17:03:27

perhaps the method of reading data from it is similar

lread17:03:41

Ha! Ya, maybe I'll just stick with ImageMagick! For now.

lread17:03:59

I think the idea was to sanity test that generated screesnhots seemed like valid PNGs. This was originally done with JDK image support. But that support was not in bb, so I switched to ImageMagick.

borkdude17:03:35

right. maybe we should at some point include support for that, don't know how much binary size it would add

lread17:03:42

No urgency for it, from me. I'm ok with spawning out for my use case here.

joost-diepenmaat06:03:20

@UE21H2HHD cljs-exif-reader only reads the EXIF metadata from images. It sounds like your use-case would need more information than that, which is out of scope of this library.

👍 2