# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fastpng" in publications use:' type: software license: MIT title: 'fastpng: Read and Write PNG Files with Configurable Decoder/Encoder Options' version: 0.1.5 doi: 10.32614/CRAN.package.fastpng abstract: Read and write PNG images with arrays, rasters, native rasters, numeric arrays, integer arrays, raw vectors and indexed values. This PNG encoder exposes configurable internal options enabling the user to select a speed-size tradeoff. For example, disabling compression can speed up writing PNG by a factor of 50. Multiple image formats are supported including raster, native rasters, and integer and numeric arrays at color depths of 1, 2, 3 or 4. 16-bit images are also supported. This implementation uses the 'libspng' 'C' library which is available from . authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com - name: Randy408 email: randy408@protonmail.com - name: The PNG Reference Library Authors repository: https://CRAN.R-project.org/package=fastpng repository-code: https://github.com/coolbutuseless/fastpng url: https://github.com/coolbutuseless/fastpng date-released: '2024-09-04' contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com