All functions

deer

Deer images - a list of native raster images

is_nativeraster()

Check if object is a native raster image

magick_to_nr() nr_to_magick()

Convert a 'magick' image to native raster image

matrix_to_nr()

Convert a numeric matrix to native raster image

nr_blit()

Copy a native raster image into another at an arbitrary location, scale and rotation

nr_blit_bulk()

Multiple blit operations in a single call

nr_circle()

Draw circles on a native raster image

nr_color_replace()

Replace colors in a native raster image

nr_copy()

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

nr_copy_into()

Copy the contents of one native raster image into another.

nr_crop() nr_crop2()

Crop a section out of a native raster image into a new image

nr_desaturate()

Move image colors to gray

nr_dither()

Dither to binary image

nr_fill()

Fill a native raster image with the given color

nr_fliph()

Flip a native raster image horizontally

nr_flipv()

Flip a native raster image vertically

nr_line()

Draw lines on a native raster image

nr_mask_begin() nr_mask_end()

Start/end region of masked drawing

nr_new() nr_new_from()

Create a native raster image

nr_point()

Draw points on a native raster image

nr_polygon()

Draw multiple polygons on a native raster image

nr_polyline()

Draw a polyline on a native raster image

nr_rect()

Draw rectangles on a native raster image

nr_resize()

Resize a native raster by specifying the output dimensions

nr_rotate()

Rotate a native raster image by 90,180,270 degrees

nr_scale()

Resize a native raster image using a scale factor

nr_text_basic()

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

nr_threshold()

Threshold to binary image

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

Convert native raster images to/from other R objects

nr_transpose()

Transpose

nr_tri_mesh() nr_tri_coords()

Draw multiple triangles from mesh data

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 native raster image (after first clearning the device)

print(<nativeRaster>)

Print method