Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joel16/vitalbum

A simple file browser for PS Vita homebrew that is used for viewing various image formats.
https://github.com/joel16/vitalbum

Last synced: about 2 months ago
JSON representation

A simple file browser for PS Vita homebrew that is used for viewing various image formats.

Awesome Lists containing this project

README

        

# VITAlbum ![Github latest downloads](https://img.shields.io/github/downloads/joel16/VITAlbum/total.svg)

A simple homebrew file browser that is used for viewing various image formats on the PlayStation VITA. This is a stripped down port of NX-Shell (Next) for Nintendo Switch. It only supports viewing images/gifs.


VITAlbum Screenshot

# Supported Formats:
- BMP
- GIF (animated & non animated)
- ICO
- JPG/JPEG
- PCX
- PNG
- PGM/PPM
- PSD
- SVG
- TGA
- TIFF
- WEBP (animated & non animated)

# Todo:
- Ability to resize images.
- Support opening files from other partitions.

# Credits:
- Rinnegatamante for [vitaGL](https://github.com/Rinnegatamante/vitaGL)
- Rinnegatamante for [imgui-vita](https://github.com/Rinnegatamante/imgui-vita)
- ocornut and contributors for [upstream imgui](https://github.com/ocornut/imgui)
- stb_image contributors [stb_image](https://github.com/nothings/stb/blob/master/stb_image.h)
- dr-soft for [dr_pcx](https://github.com/dr-soft/dr_pcx)
- libwebp contributors for [libwebp](https://developers.google.com/speed/webp)
- libtiff contributors for [libtiff](http://www.libtiff.org/)
- libnsbmp contributors for [libnsbmp](https://www.netsurf-browser.org/projects/libnsbmp/)
- libnsgif contributors for [libnsgif](https://www.netsurf-browser.org/projects/libnsgif/)
- libpng contributors for [libpng](http://www.libpng.org/pub/png/libpng.html)
- turbojpeg contributors for [turbojpeg](https://libjpeg-turbo.org/)
- nanosvg contributors for [nanosvg](https://github.com/memononen/nanosvg)
- TheIronUniverse for the LiveArea Assets
- [vitasdk](https://github.com/vitasdk)