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.8.5")



Attach the package and use:
library("magick")
Maintained by
Jeroen Ooms
[Scholar Profile | Author Map]
First Published: 2016-07-24
Latest Update: 2023-08-07
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.8.5, https://cran.r-project.org/web/packages/magick. Accessed 01 Apr. 2025.
Previous versions and publish date:
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)
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
03/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/31Downloads for magick1500200025003000350040004500500055006000TrendBars

Today's Hot Picks in Authors and Packages

samplesize  
Sample Size Calculation for Various t-Tests and Wilcoxon-Test
Computes sample size for Student's t-test and for the Wilcoxon-Mann-Whitney test for categorical dat ...
Download / Learn more Package Citations See dependency  
simplevis  
Wrappers to Simplify Beautiful "ggplot2" and "leaflet" Visualisation
Wrapper functions around the amazing 'leaflet' package that aims to simplify 'leaflet' visualisatio ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
shinyBS  
Twitter Bootstrap Components for Shiny
Adds additional Twitter Bootstrap components to Shiny. ...
Download / Learn more Package Citations See dependency  
gasmodel  
Generalized Autoregressive Score Models
Estimation, forecasting, and simulation of generalized autoregressive score (GAS) models of Creal, ...
Download / Learn more Package Citations See dependency  
eSIR  
Extended State-Space SIR Models
An implementation of extended state-space SIR models developed by Song Lab at UM school of Public H ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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