Crate crankit_image

source ·
Expand description

A safe and ergonomic image API for the playdate

Feature flags

  • playdate-sys-v02: implementations of the input source traits for the types &ffi::playdate_graphics of the crate playdate-sys (version 0.2)
  • anyhow: implementations of From error type for anyhow::Error

Modules

  • Implementations of the the API traits

Enums

Traits

  • Ability to draw an image from its origin point (instead of from the top-left)
  • Ability to draw an image on screen
  • Ability to load an image from path
  • Split the images into n columns of the same size
  • Split the images into n rows of the same size