VITAlbum

PS VITA / PsTV VITAlbum (view various image formats) v1.40

Joel16

Developer
A simple homebrew file browser that is used for viewing various image formats on the PlayStation VITA.

startup.png

Features:
See https://github.com/joel16/VITAlbum/blob/master/README.md

Supported Formats:
See https://github.com/joel16/VITAlbum/blob/master/README.md

KDduqxl.jpg


SnR2DPb.jpg


OqRff2y.jpg



Download:
https://github.com/joel16/VITAlbum/releases
 
Last edited:
I just noticed it was you who posted it on temp. I was just used to your old avatar. I thought the avatar was of someone new (didn't look at the name :-P)
 
New release v1.2.0 is up.

  • Added support for animated & non animated gif images using libnsgif.
    • If the gif image is large in either size or resolution it may crash.
    • Usually images that are smaller than the vita's screen resolution work best.
  • Updated Dear imGui to v1.78.
  • Allow image properties to work inside gif preview window.
  • Fixed image properties popup not always being centered.
  • Images smaller than the vita's screen resolution will now be centered.
  • File names are no longer shown in image preview.
  • Removed window padding in image preview. (A full screen 960x544 image no longer needs to be scrolled).

Download: https://github.com/joel16/VITAlbum/releases/tag/v1.20
 

New release v1.3.0 is up.

  • Disable ImGui's IniFilename generation.
  • Slightly increase global font scaling and increase icon size.
  • Implemented a new logging mechanism.
  • Implemented a new config mechanism and settings window to enable/disable or set certain options:
    • You can now change the sorting method (alphabetical ascending/descending or size largest/smallest).
    • Enable file name display when viewing images.
    • Enable logs using the new logging mechanism. If you want to report crashes make sure you enable logs, reproduce the error, and then grab the log in ux0:/data/VITAlbum/debug.log.
  • Fixed gif logic where it wouldn't initially load the first frame when viewing a GIF.
  • Manually set the application heap size to prevent it from running out of memory during allocation for GIFs and other image formats. (This fixes crashes loading certain images, especially GIFs).
  • Now uses 4x multi-sampling through vitaGL.
  • A bunch of cleanups and consistency changes.

rFzFfcT.jpg


yf54c7c.jpg


CJYLJqu.jpg


Download: https://github.com/joel16/VITAlbum/releases/tag/v1.30
 
When I look at the new support for larger gif files...
One thing comes to my mind... maybe someday this project will evolve into media player... :surprise:

Anyway. Thanks for new version.
 
It is good that finally someone made proper Photo Gallery replacement. Stock app sucks a lot.

Would be even greater if file list can be changed to cached thumbnails (like in smartphone; caching on demand). ^^ Also sorting option by date would be nice (FAT32, exFAT and TexFAT support at least date creation).
 
Happy New Years everyone! This is probably the final release for this app so here goes :)

New release v1.4.0:

  • Config file now makes use of the SceLibJson API for reading/writing instead of jansson.
  • No longer manually accounts for the offset when writing error logs.
  • Files that aren't supported by VITAlbum are now filtered out and not displayed in the GUI.
  • Added support for viewing SVGs using nanosvg
  • Properly use cancel/enter buttons throughout the UI.
  • The UI now uses the official PS Vita font.
  • Settings now has a new section where it displays the app version as well as the versions of various libraries used in this application that expose some sort of version info in their API.
  • LibTIFF updated to v4.2.0
  • libjpeg-turbo updated to v2.0.6.
  • Fix .TIFF images being read from the wrong orientation.
  • Allow the use of L/R triggers to scroll through images in a single folder.
  • The right analog stick can be used to move around image if its size is bigger than 960x544.
  • The left analog stick can be used to zoom in/out of image.
  • Clean-up imgui implementation (removed unused touchscreen/mouse functionalities).
  • Many under the hood changes for QOL improvements.
KDduqxl.jpg


SnR2DPb.jpg


OqRff2y.jpg

Download:
https://github.com/joel16/VITAlbum/releases/tag/v1.40
 
Last edited:
Back
Top