Chapter 2 of my Raku Recipes, published by APress, includes that as one of the recipes. Here's the code for that recipe:
https://github.com/JJ/perl6-recipes-apress/blob/09a3465726ce96549946401970ae282baa4ba60d/Chapter-2/get-image-size.rk El dom, 9 oct 2022 a las 8:28, Fernando Santagata (< [email protected]>) escribió: > Actually there's a Raku module: > > https://raku.land/cpan:FRITH/Image::Libexif > > It's a thin-layer interface to the libexif, but it works. > > On Sat, Oct 8, 2022 at 10:21 PM rir <[email protected]> wrote: > >> Are there any Raku modules for extracting meta-data from >> JPEG files? I have looked but not found. >> >> At this point, I just want to extract dates to re-timestamp >> the files. Later, I might use the fix in the pictures to >> map to personally defined places. >> >> Rob >> >> >> >> >> >> >> > > -- > Fernando Santagata > -- JJ
