Summary: | [NEW PORT] graphics/R-cran-magick Advanced Graphics and Image-Processing in R | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Zsolt Udvari <uzsolt> | ||||
Component: | Individual Port(s) | Assignee: | Guangyuan Yang <ygy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ygy | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 268716 | ||||||
Attachments: |
|
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(+) |
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.