May-20-2023, 03:19 PM
Hi everyone,
I'm looking for a lightweight python tool(s)/package to manipulate images.
Actually I just need
So it can be one tool or dedicated tool for each.
Obviously I dig already and I discover wand & Pillow
Pillow afraid me a little because it have a lot of dependency and seem not lightweight.. ?
Maybe it is possible to do those 2 first actions with the standard python library ?? (I doubt)
Thanks.
I'm looking for a lightweight python tool(s)/package to manipulate images.
Actually I just need
- cropping
- edition of all the metadata
- image detection type (but maybe
from mimetypes import guess_type
is enough ?
So it can be one tool or dedicated tool for each.
Obviously I dig already and I discover wand & Pillow
Pillow afraid me a little because it have a lot of dependency and seem not lightweight.. ?
Maybe it is possible to do those 2 first actions with the standard python library ?? (I doubt)
Thanks.