You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.8 KiB
Tcl
43 lines
1.8 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-cgmetadata
|
|
version 0.2.0
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Read and write image metadata on macOS from Python using \
|
|
the native ImageIO / Core Graphics frameworks.
|
|
long_description {*}${description} \
|
|
\n\
|
|
CGMetadata is a Python wrapper around the macOS ImageIO \
|
|
and Core Graphics frameworks. It provides a simple \
|
|
interface for reading and writing image metadata, \
|
|
including EXIF, IPTC, and XMP data. Reading is supported \
|
|
for all image formats supported by ImageIO. Reading is \
|
|
also supported for video formats using AVFoundation. \
|
|
\n\
|
|
Writing is not currently supported for RAW file formats \
|
|
nor for video formats. Writing of metadata has been \
|
|
tested on JPEG, PNG, TIFF, and HEIC files however it \
|
|
should be considered experimental. If you are using \
|
|
CGMetadata to write metadata to image files, please make \
|
|
sure you have tested the results before using it in \
|
|
production.
|
|
|
|
homepage https://pypi.org/project/cgmetadata/
|
|
|
|
checksums rmd160 cf06af82c8cd788a9081d879e43770c385535bd0 \
|
|
sha256 f6805dcb107bed1c736b3f0869c043637ffd8f8956b9bc7b4de6aa6e2876f5cf \
|
|
size 20583
|
|
|
|
python.versions 312 313
|
|
|
|
python.pep517_backend flit |