Bug 268697 - [NEW PORT] graphics/R-cran-magick Advanced Graphics and Image-Processing in R
Summary: [NEW PORT] graphics/R-cran-magick Advanced Graphics and Image-Processing in R
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guangyuan Yang
URL:
Keywords:
Depends on:
Blocks: 268716
  Show dependency treegraph
 
Reported: 2023-01-01 20:29 UTC by Zsolt Udvari
Modified: 2023-01-02 21:50 UTC (History)
1 user (show)

See Also:


Attachments
new port patch (2.45 KB, patch)
2023-01-01 20:29 UTC, Zsolt Udvari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zsolt Udvari freebsd_committer freebsd_triage 2023-01-01 20:29:40 UTC
Created attachment 239183 [details]
new port patch

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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-01-02 21:47:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=66a4ddf6023a2875c9e101aae8301ccfbb29e01c

commit 66a4ddf6023a2875c9e101aae8301ccfbb29e01c
Author:     Zsolt Udvari <uzsolt@uzsolt.hu>
AuthorDate: 2023-01-02 21:46:57 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2023-01-02 21:46:57 +0000

    graphics/R-cran-magick: New port

    Advanced Graphics and Image-Processing in R.

    PR:             268697

 graphics/Makefile                      |  1 +
 graphics/R-cran-magick/Makefile (new)  | 21 +++++++++++++++++++++
 graphics/R-cran-magick/distinfo (new)  |  3 +++
 graphics/R-cran-magick/pkg-descr (new) |  4 ++++
 4 files changed, 29 insertions(+)