nwagyu / pngviewer

A PNG image viewer for the NumWorks calculator

Home Page:https://www.nwagyu.com/apps/pngviewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pngviewer

Build

This apps lets you display a PNG image on your NumWorks calculator.

Install the app

Installing is rather easy:

  1. Download the latest pngviewer.nwa file from the Releases page
  2. Head to my.numworks.com/apps to send the nwa file on your calculator. On this page you will be able to add the PNG file you want to display.

How to use the app

Well, it's pretty dull: just launch the app and look at your image!

FAQ

This app uses the simplified libpng API. As such, it will decode the entire PNG image in memory. Unfortunately, as a result, images that are too large just won't work.

Dependencies

This programs uses two libraries:

Library Version
zlib 1.2.12
libpng 1.6.38

Build the app

To build this sample app, you will need to install the embedded ARM toolchain and nwlink.

brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
npm install -g nwlink
make clean && make build

About

A PNG image viewer for the NumWorks calculator

https://www.nwagyu.com/apps/pngviewer/


Languages

Language:C 76.5%Language:Shell 7.6%Language:Roff 4.7%Language:Makefile 2.9%Language:Ada 1.5%Language:Pascal 1.3%Language:CMake 1.0%Language:C# 0.9%Language:C++ 0.9%Language:Awk 0.7%Language:DIGITAL Command Language 0.6%Language:HTML 0.5%Language:Assembly 0.4%Language:M4 0.3%Language:Perl 0.1%Language:Module Management System 0.1%Language:Batchfile 0.1%Language:SAS 0.0%Language:Dockerfile 0.0%