(graphics/R-magick) import R-magick-2.8.3

Bindings to 'ImageMagick': the most comprehensive open-source image
processing library available. Supports many common formats (png, jpeg,
tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip,
blur, etc). All operations are vectorized via the Magick++ STL meaning
they operate either on a single frame or a series of frames for
working with layers, collages, or animation. In RStudio images are
automatically previewed when printed to the console, resulting in an
interactive editing environment. The latest version of the package
includes a native graphics device for creating in-memory graphics or
drawing onto images using pixel coordinates.
This commit is contained in:
mef 2024-02-25 02:12:43 +00:00
parent 68225e9352
commit a31ab390b3
3 changed files with 39 additions and 0 deletions

10
graphics/R-magick/DESCR Normal file
View File

@ -0,0 +1,10 @@
Bindings to 'ImageMagick': the most comprehensive open-source image
processing library available. Supports many common formats (png, jpeg,
tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip,
blur, etc). All operations are vectorized via the Magick++ STL meaning
they operate either on a single frame or a series of frames for
working with layers, collages, or animation. In RStudio images are
automatically previewed when printed to the console, resulting in an
interactive editing environment. The latest version of the package
includes a native graphics device for creating in-memory graphics or
drawing onto images using pixel coordinates.

View File

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1 2024/02/25 02:12:43 mef Exp $
R_PKGNAME= magick
R_PKGVER= 2.8.3
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Advanced Graphics and Image-Processing in R
LICENSE= mit # + file LICENSE
DEPENDS+= R-magrittr>=2.0.3:../../devel/R-magrittr
DEPENDS+= R-curl>=5.0.0nb2:../../www/R-curl
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
# Packages suggested but not available:
# 'av', 'rsvg', 'webp', 'pdftools', 'gapminder', 'IRdisplay',
# 'tesseract', 'gifski'
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/02/25 02:12:43 mef Exp $
BLAKE2s (R/magick_2.8.3.tar.gz) = b606e315f3c3b1c1e2fc655b3a3796d4783232bd55df3e107d783f8e8bb00a46
SHA512 (R/magick_2.8.3.tar.gz) = a9c4e40e3c4b81a5a2b1af630b9a1544509b7bffee2f5f5657a0671a7a6b4ab2636532526dfbfe481591148bffd04141465b70df8b9476ea66c7c31caea977ab
Size (R/magick_2.8.3.tar.gz) = 4600396 bytes