Package: nara 0.1.1.9023

nara: Native Raster Image Tools

Tools for 'nativeRaster' images.

Authors:Mike Cheng [aut, cre, cph]

nara_0.1.1.9023.tar.gz
nara_0.1.1.9023.zip(r-4.5)nara_0.1.1.9023.zip(r-4.4)nara_0.1.1.9023.zip(r-4.3)
nara_0.1.1.9023.tgz(r-4.4-x86_64)nara_0.1.1.9023.tgz(r-4.4-arm64)nara_0.1.1.9023.tgz(r-4.3-x86_64)nara_0.1.1.9023.tgz(r-4.3-arm64)
nara_0.1.1.9023.tar.gz(r-4.5-noble)nara_0.1.1.9023.tar.gz(r-4.4-noble)
nara_0.1.1.9023.tgz(r-4.4-emscripten)nara_0.1.1.9023.tgz(r-4.3-emscripten)
nara.pdf |nara.html
nara/json (API)
NEWS

# Install 'nara' in R:
install.packages('nara', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/coolbutuseless/nara/issues

Datasets:

On CRAN:

33 exports 60 stars 3.36 score 0 dependencies 30 scripts

Last updated 28 days agofrom:ea2d9fe7c2. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 26 2024
R-4.5-win-x86_64OKAug 26 2024
R-4.5-linux-x86_64OKAug 26 2024
R-4.4-win-x86_64OKAug 26 2024
R-4.4-mac-x86_64OKAug 26 2024
R-4.4-mac-aarch64OKAug 26 2024
R-4.3-win-x86_64OKAug 26 2024
R-4.3-mac-x86_64OKAug 26 2024
R-4.3-mac-aarch64OKAug 26 2024

Exports:array_to_nris_nativerastermagick_to_nrmatrix_to_nrnr_blitnr_blit_gridnr_blit_listnr_circlenr_copy_intonr_cropnr_crop2nr_duplicatenr_fillnr_fliphnr_flipvnr_linenr_newnr_pointnr_polygonnr_polylinenr_rectnr_replacenr_resizenr_scalenr_text_basicnr_to_arraynr_to_magicknr_to_rasternrs_to_gifnrs_to_mp4packed_cols_to_hex_colsraster_to_nrstr_cols_to_packed_cols

Dependencies:

Convert images to/from nativeRaster

Rendered fromconversion.Rmdusingknitr::rmarkdownon Aug 26 2024.

Last update: 2024-06-02
Started: 2022-07-25

Readme and manuals

Help Manual

Help pageTopics
List of deer native rastersdeer_sprites
Check if object is 'nativeRaster'is_nativeraster
Convert a 'magick' image to 'nativeRaster'magick_to_nr nr_to_magick
Matrix to 'nativeRaster'matrix_to_nr
Copy one 'nativeRaster' image into another at an arbitrary location.nr_blit
Blit4nr_blit_grid
Blit from a list of native rastersnr_blit_list
Draw circles on a 'nativeRaster' imagenr_circle
Copy the contents of one 'nativeRaster' into another.nr_copy_into
Crop a section out of a nativeRaster into a new nativeRasternr_crop nr_crop2
Create a new 'nativeRaster' image and copy the dimensions and contents from an existing imagenr_duplicate
Fill a 'nativeRaster' image with the given colornr_fill
Flip a 'nativeRaster' horizontallynr_fliph
Flip a 'nativeRaster' verticallynr_flipv
Draw lines on a 'nativeRaster' imagenr_line
Create a 'nativeRaster' imagenr_new
Draw points on a 'nativeRaster' imagenr_point
Draw polygon on a 'nativeRaster' imagenr_polygon
Draw polyline on a 'nativeRaster' imagenr_polyline
Draw rectangles on a 'nativeRaster' imagenr_rect
Replace colours in a native rasternr_replace
Scale a nativeRasternr_resize
Scale the size of a 'nativeRaster' using Nearest Neighbour resizinngnr_scale
Draw text on a 'nativeRaster' image using the built-in 'spleen' bitmapped font.nr_text_basic
Convert 'nativeRaster' images to/from other R objectsarray_to_nr nr_to_array nr_to_raster raster_to_nr
Magick conversion - possibly won't be in final version of 'nara' pkgnrs_to_gif
Magick conversion - possible won't be in final version of 'nara' pkgnrs_to_mp4
Convert packed colors (integer values containing RGBA bytes) to hex colorspacked_cols_to_hex_cols
Plot a 'nativeRaster' as an imageplot.nativeRaster
Convert colors (R colors and hex colors) into packed colors (integer values containing RGBA bytes)str_cols_to_packed_cols