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



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.6, https://cran.r-project.org/web/packages/magick. Accessed 07 May. 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
04/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for magick1500200025003000350040004500TrendBars

Today's Hot Picks in Authors and Packages

humanize  
Create Values for Human Consumption
An almost direct port of the 'python' 'humanize' package . Thi ...
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  
aroma.affymetrix  
Analysis of Large Affymetrix Microarray Data Sets
A cross-platform R framework that facilitates processing of any number of Affymetrix microarray samp ...
Download / Learn more Package Citations See dependency  
MLDS  
Maximum Likelihood Difference Scaling
Difference scaling is a method for scaling perceived supra-threshold differences. The package cont ...
Download / Learn more Package Citations See dependency  
funLBM  
Model-Based Co-Clustering of Functional Data
The funLBM algorithm allows to simultaneously cluster the rows and the columns of a data matrix wher ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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