A set of tools for slicing a texture atlas to individual components
A set of tools for slicing a texture atlas to individual components and merging back. These tools simplify the approach for upscaling a texture atlas. Manually select some tiles in the texture atlas (that are placed in difficult positions) Add them to a json file following this pattern: json file; you can use any image editing tool such as GIMP to manually select and inspect the location, width and height of each selection. Run the tool with the split; this will automatically create a folder...
Video cutter and organizer / image viewer and video player
This program is designed for the gymnast who records videos, cuts them and arranges them by skills.
Anyone can use it however as it functions as a:
- video player
- video cutter
- image viewer
- jpg, png and mp4 file manager.
It features slow motion and frame by frame playback capability with basic precision, or accurate seeking after videos are analyzed. Variable frame rate videos can be reindexed.
You can mark time positions, and add comments.
Cut quickly without re-encoding,...
Anime4KSharp is a .Net Core library that implements bloc97's Anime4K Algorithm version 0.9 and 1.0 RC2. The Algorithm is executed on the CPU, but utilizing all available CPU Cores. This yields to a conversion time of "only" 4432 ms when upscaling from 1080p to 2160p. This time could possibly be reduced with further optimization. Images are processed in four phases that are executed on a pixel- per- pixel basis. Each phase takes a input image and renders it to a output image. This makes it...