SkillAgentSearch skills...

Ppmviewer

An image viewer for displaying PPM images

Install / Use

/learn @jesseyeh/Ppmviewer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ppmviewer

ppmviewer is a minimal image viewer that parses and displays PPM images using the SDL2 library. At the moment, only the P3 image format is supported.

Installation

Dependencies

Windows

  1. Run call "file\path\to\vcvarsall.bat" x64 to initialize the environment. Alternatively, to automate this step, put call "path\to\vcvarsall.bat" x64 in a .bat file and add /k path\to\your.bat to the target field in the Command Prompt properties.
  2. Replace the SDL2_LIB path in build.bat
  3. Run build.bat
  4. Ensure SDL2.dll is in the build directory

Usage

ppmviewer path\to\your\image.ppm

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks1

Languages

C++

Security Score

55/100

Audited on Feb 21, 2025

No findings