Changelog#
v0.2.1#
exit shortcut using the
escbuttonminor bug fixes
fullscreen mode, activated with the inline flag –fullscreen; the option –pad allows for adding padding in order to show the full image instead of cropping it
Adding fullscreen support via pygame
v0.2.0#
First official release
Video capture keyword
v0.1.7b#
Automatic switch to mediapipe/mediapipe-silicon
v0.1.7#
Merged images into a mixed frame
Added support to image gallery and scroll with left/right keys
Added the possibility to go through modes using the up/down keys
Reintroduced
switchmode to swap the hue/brightness mapping
v0.1.6#
New
--boxcommand line keyword to control sonification box size (if not adaptive)Introduction of mode for adaptively updating the sonification box size according to the pinch size
Removed the
switchmode and introduction of automatic check for monochromatic images, with pitch and loudness bound to pixel brightnessIntroduction of
modecontrol from command line (with--mode [single/adaptive/scan/party])New
adaptivemode to control the size of the sonification box with the pinchIntroduction of
scanmode to use right/left hand to control the x/y coordinate of the sonified box
v0.1.5#
Added mapping switch
v0.1.4#
HSV clipping to limit issue with cyclic color map
Fix of bug on
--volumeinput conversion
v0.1.3#
Update of the
herakoiaccess point to allow for--notesand--volumekeywordsAddition of size check to switch the rescaling dimension in the case the aspect ratio of a horizontal image is larger than the webcam frame
Correction of a minor bug in the
rescalefunction, that was using the webcame frame as reference instead of the sonified imageIntroduction of an alternative for selecting an image via the system default file browser (implemented using
tkinter)
v0.1.2#
Updated documentation
v0.1.1#
Implementation of entry point for running
herakoias CLI command
v0.1.0#
Initial release