目录

R-CMD-check CRAN_Status_Badge Docs

Introduction

  • Simple R package to read Windows BMP format images.
  • No external dependencies
  • Currently only reads 8 bit greyscale and 24 or 32 bit RGB images.
  • Limited testing

Installation

Released versions

The recommendation is to install from CRAN.

install.packages("bmp")

Bleeding Edge

You can, however, download the tar ball, and run R CMD INSTALL on it, or use the devtools package to install the development version:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("jefferis/bmp")

NB Windows users need Rtools and devtools to install this way.

关于

读取和写入BMP图像文件的R语言包

145.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号