README.md

ImgHelpR

R-CMD-check codecov

The goal of ImgHelpR is a simple R package to help users crop, rotate, compress, or change the color scale of a given image. It contains four functions: Crop(), ImgRotate(), ColorConv() and ImgCompress() and is designed to be a beginner-friendly image processing tool.

Installation

devtools::install_github("UBC-MDS/ImgHelpR")

Usage

library(ImgHelpR)

Features

Package website:

For examples of how to use each feature, check out here.

R Ecosystem

There is one major image processing library already present in the R ecosystem. - Magick: Open source image processing package for R based on the comprehensive ImageMagick STL. The functions in this library are very comprehensive and support a wide range of inputs, from JPEG to PDFs. Functionalities of Magick are vectorized, allowing for quick image distortion. Magick covers most image processing needs for R, from simple blurring to drawing and multi-frame graphics.

The aim for ImgHelpR is not to replace the Magick – no need to reinvent the wheel! The intention for ImgHelp is to be a beginner-friendly R library for basic image manipulation. A simple tool to use when all you need to do is rotate, crop, compress, or convert the colors of an image.

Contributors

The following people contributed to the creation of ImgHelp: - Sufang Tan [@Kendy-Tan](https://github.com/Kendy-Tan) - Jasmine Ortega [@JasmineOrtega](https://github.com/jasmineortega) - Ho Kwan Lio [@stevenlio88](https://github.com/stevenlio88) - Maeve Shi [@MaeveShi](https://github.com/MaeveShi)

License

ImgHelp was created by Sufang Tan, Jasmine Ortega, Ho Kwan Lio, Maeve Shi. It is licensed under the terms of the MIT license.



UBC-MDS/ImgHelpR documentation built on Feb. 13, 2022, 2:20 a.m.