tag:github.com,2008:https://github.com/Introscopia/ImageViewer/releasesRelease notes from ImageViewer2025-03-27T23:36:25Ztag:github.com,2008:Repository/282116358/2025-03-27-release2025-03-27T23:46:48Z2025-03-27 release<ul>
<li>The dawn of a new era. SDL3 babey.</li>
<li>Got rid of C-runtime, it's 100% SDL3.</li>
<li>no more nested functions</li>
<li>No more surface rendering. You can't mix rendering APIs in SDL3 anymore. This required a major refactor.</li>
<li>Since I was refactoring, went ahead and added support for multi-image viewing with SDL3's drag & drop events.</li>
</ul>Introscopiatag:github.com,2008:Repository/282116358/release2023-09-09T04:03:29Z2023-09-09 release<p>+GIF animation playback<br>
+NUMPAD controls, exposing all renderCopyEX functionality<br>
-WEBP compatibility</p>Introscopiatag:github.com,2008:Repository/282116358/march_5_2024_release2024-03-05T21:15:50Z2024-03-05 release<ul>
<li>put in a Framerate limiter. Should drastically reduce pointless cpu usage.</li>
<li>Fixed some bugs with .gifs, we auto-convert files with funky pixel formats now.</li>
<li>[C] now ticks bg colors down instead of up</li>
<li>[1...9] now set zoom</li>
</ul>Introscopia