All functions

deer_sprites

List of deer native rasters

is_nativeraster()

Check if object is nativeRaster

magick_to_nr() nr_to_magick()

Convert a 'magick' image to nativeRaster

matrix_to_nr()

Matrix to nativeRaster

nr_blit()

Copy one nativeRaster image into another at an arbitrary location.

nr_blit_bulk()

Multiple blit operations in a single call

nr_blit_rotozoom()

Blit a source image into another native raster with rotation and scaling.

nr_circle()

Draw circles on a nativeRaster image

nr_copy_into()

Copy the contents of one nativeRaster into another.

nr_crop() nr_crop2()

Crop a section out of a nativeRaster into a new nativeRaster

nr_duplicate()

Create a new nativeRaster image and copy the dimensions and contents from an existing image

nr_fill()

Fill a nativeRaster image with the given color

nr_fliph()

Flip a nativeRaster horizontally

nr_flipv()

Flip a nativeRaster vertically

nr_line()

Draw lines on a nativeRaster image

nr_new()

Create a nativeRaster image

nr_point()

Draw points on a nativeRaster image

nr_polygon()

Draw multiple polygon on a nativeRaster image

nr_polyline()

Draw polyline on a nativeRaster image

nr_rect()

Draw rectangles on a nativeRaster image

nr_replace()

Replace colours in a native raster

nr_resize()

Scale a nativeRaster

nr_scale()

Scale the size of a nativeRaster using Nearest Neighbour resizinng

nr_text_basic()

Draw text on a nativeRaster image using the built-in spleen bitmapped font.

nr_to_raster() raster_to_nr() nr_to_array() array_to_nr()

Convert nativeRaster images to/from other R objects

nrs_to_gif()

Magick conversion - possibly won't be in final version of 'nara' pkg

nrs_to_mp4()

Magick conversion - possible won't be in final version of 'nara' pkg

plot(<nativeRaster>)

Plot a nativeRaster as an image