Other packages > Find by keyword >

magick  

Advanced Graphics and Image-Processing in R
View on CRAN: Click here


Download and install magick package within the R console
Install from CRAN:
install.packages("magick")

Install from Github:
library("remotes")
install_github("cran/magick")

Install by package version:
library("remotes")
install_version("magick", "2.9.0")



Attach the package and use:
library("magick")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-07-24
Latest Update: 2025-06-06
Description:
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.
How to cite:
Jeroen Ooms (2016). magick: Advanced Graphics and Image-Processing in R. R package version 2.9.0, https://cran.r-project.org/web/packages/magick. Accessed 15 Jul. 2026.
Previous versions and publish date:
(2026-07-09 06:27), 0.1 (2016-07-24 01:24), 0.2.1 (2016-08-10 21:23), 0.2.2 (2016-08-19 17:05), 0.2 (2016-08-04 22:15), 0.3 (2016-09-06 08:03), 0.4 (2017-03-27 01:24), 0.5 (2017-07-29 00:36), 1.0 (2017-08-07 10:14), 1.1 (2017-08-14 21:04), 1.2 (2017-08-21 15:23), 1.3 (2017-09-02 17:23), 1.4 (2017-10-05 17:13), 1.5 (2017-11-03 17:51), 1.6 (2017-12-01 18:56), 1.7 (2018-02-26 18:17), 1.8 (2018-03-19 20:21), 1.9 (2018-05-11 22:09), 2.0 (2018-10-05 12:00), 2.1 (2019-07-25 14:10), 2.2 (2019-08-26 09:10), 2.3 (2020-01-24 07:50), 2.4.0 (2020-06-23 07:30), 2.5.0 (2020-10-16 08:20), 2.5.1 (2020-11-05 23:10), 2.5.2 (2020-11-10 14:20), 2.6.0 (2021-01-13 19:40), 2.7.0 (2021-03-09 15:00), 2.7.1 (2021-03-21 00:10), 2.7.2 (2021-05-02 15:50), 2.7.3 (2021-08-18 12:10), 2.7.4 (2023-03-09 23:10), 2.7.5 (2023-08-07 14:50), 2.8.0 (2023-09-26 00:00), 2.8.1 (2023-10-22 12:40), 2.8.2 (2023-12-20 18:20), 2.8.3 (2024-02-18 10:30), 2.8.4 (2024-07-14 09:20), 2.8.5 (2024-09-20 10:40), 2.8.6 (2025-03-23 19:20), 2.8.7 (2025-06-06 17:10), 2.9.0 (2025-09-08 16:30)
Other packages that cited magick R package
View magick citation profile
Other R packages that magick depends, imports, suggests or enhances
Complete documentation for magick
Functions, R codes and Examples using the magick R package
Some associated functions: analysis . animation . as_EBImage . attributes . autoviewer . color . composite . config . defines . device . edges . editing . effects . fx . geometry . image_ggplot . magick . morphology . ocr . options . painting . reexports . segmentation . thresholding . transform . video . wizard . 
Some associated R codes: EBImage.R . RcppExports.R . analysis.R . animation.R . attributes.R . autoview.R . base.R . coder.R . color.R . composite.R . defines.R . device.R . edges.R . edit.R . effects.R . fx.R . geometry.R . ggplot2.R . index.R . init.R . morphology.R . ocr.R . options.R . paint.R . segmentation.R . threshold.R . transform.R . utils.R . video.R . wizard.R .  Full magick package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

binhf  
Haar-Fisz Functions for Binomial Data
Binomial Haar-Fisz transforms for Gaussianization as in Nunes and Nason (2009). ...
Download / Learn more Package Citations See dependency  
pulseTD  
Identification of Transcriptional Dynamics using Pulse Models via 4su-Seq Data and RNA-Seq Data
A tool for analyzing the transcription, processing and degradation rates of genes by 4sU-seq (the Me ...
Download / Learn more Package Citations See dependency  
gscaLCA  
Generalized Structure Component Analysis- Latent Class Analysis & Latent Class Regression
Execute Latent Class Analysis (LCA) and Latent Class Regression (LCR) by using Generalized Structu ...
Download / Learn more Package Citations See dependency  
PermAlgo  
Permutational Algorithm to Simulate Survival Data
This version of the permutational algorithm generates a dataset in which event and censoring times ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
footBayes  
Fitting Bayesian and MLE Football Models
This is the first package allowing for the estimation, visualization and prediction of the most wel ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA