imgconvert

Convert skimg to other filetypes, and other filetypes to skimgs.

skimgskimg functions.
blitblit functions.
limglimg functions.
skimgSource

skimg functions.

blit(skimg)Convert a skimg image to a blit image.
limg(skimg)Convert a skimg image to a limg image.
blit(skimg)Source

Convert a skimg image to a blit image.

Parameters

  1. skimg table skimg image.

Returns

  1. table blit image.
limg(skimg)Source

Convert a skimg image to a limg image.

Parameters

  1. skimg table skimg image.

Returns

  1. table limg image.
blitSource

blit functions.

skimg(blit, `skimg`)Convert a blit image to a skimg image.
limg(blit)Convert a blit image to limg image.
skimg(blit, `skimg`)Source

Convert a blit image to a skimg image.

Parameters

  1. blit table blit image.
  2. `skimg` table image.
limg(blit)Source

Convert a blit image to limg image.

Parameters

  1. blit table blit image.

Returns

  1. table limg image.
limgSource

limg functions.

skimg(limg)Convert a limg into skimg.
blit(limg)Convert a limg into blit.
skimg(limg)Source

Convert a limg into skimg.

Parameters

  1. limg table limg image.

Returns

  1. table skimg image.
blit(limg)Source

Convert a limg into blit.

Parameters

  1. limg table limg image.

Returns

  1. table blit image.