Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement progressive loading and saving of multiframe images
commit cc0668d Author: Dmitry Karasik <[email protected]> Date: Fri Nov 3 21:41:26 2023 +0100 pod fixes commit 608035a Author: Dmitry Karasik <[email protected]> Date: Fri Nov 3 21:37:33 2023 +0100 beautify API commit ed33536 Author: Dmitry Karasik <[email protected]> Date: Fri Nov 3 13:09:58 2023 +0100 typo fix commit 431fe16 Author: Dmitry Karasik <[email protected]> Date: Fri Nov 3 13:07:36 2023 +0100 document animation with the session loader commit 2c97da6 Author: Dmitry Karasik <[email protected]> Date: Fri Nov 3 13:02:55 2023 +0100 align the API, document it too commit 202d869 Author: Dmitry Karasik <[email protected]> Date: Fri Nov 3 10:16:20 2023 +0100 also test singleframed codecs commit 28cd6bc Author: Dmitry Karasik <[email protected]> Date: Fri Nov 3 10:00:42 2023 +0100 fix some logic and test all codecs commit f61bc35 Author: Dmitry Karasik <[email protected]> Date: Thu Nov 2 22:57:41 2023 +0100 add image loader tests commit b563ca7 Author: Dmitry Karasik <[email protected]> Date: Thu Nov 2 20:58:06 2023 +0100 add Prima::Image::Saver commit e35656b Author: Dmitry Karasik <[email protected]> Date: Wed Nov 1 23:22:01 2023 +0100 Image.save uses open/save/close commit d0c2c2b Author: Dmitry Karasik <[email protected]> Date: Wed Nov 1 22:36:30 2023 +0100 cleanup API commit cc261b2 Author: Dmitry Karasik <[email protected]> Date: Wed Nov 1 16:11:55 2023 +0100 remove objectExtras from save(), unneeded commit 92a884f Author: Dmitry Karasik <[email protected]> Date: Wed Nov 1 15:44:56 2023 +0100 try to split save() into open/next/close commit bcad183 Author: Dmitry Karasik <[email protected]> Date: Tue Oct 31 15:01:39 2023 +0100 remove appending functionality that never realized to anything useful commit 574dce7 Author: Dmitry Karasik <[email protected]> Date: Mon Oct 30 22:59:37 2023 +0100 Prima::Image::Animate can use incremental loader commit c60ab0c Author: Dmitry Karasik <[email protected]> Date: Mon Oct 30 15:24:22 2023 +0100 protect profiles entry commit ab9479a Author: Dmitry Karasik <[email protected]> Date: Mon Oct 30 14:56:45 2023 +0100 try loader interface commit e19685c Author: Dmitry Karasik <[email protected]> Date: Sun Oct 29 23:05:25 2023 +0100 extract common code for load() and frame_count() commit 7105e4b Author: Dmitry Karasik <[email protected]> Date: Sun Oct 29 22:25:48 2023 +0100 don't coredump commit d2135ab Author: Dmitry Karasik <[email protected]> Date: Sun Oct 29 20:04:07 2023 +0100 experimental branch for extending multiframe Image.load the idea is to provide API that allows sequential read, without the need to load all images at once
- Loading branch information