Commit 27e95f6
committed
Extract image save logic into new module
Move all image save/export functionality out of imiv_file_actions.cpp into a new imiv_image_save.cpp/.h pair to separate responsibilities and reduce file size. Update imiv_file_actions.cpp to include the new header and remove the duplicated save/build helpers. Add imgui_stdlib (imgui_stdlib.cpp/header) to CMake source lists and use ImGui::InputText(std::string) in imiv_ui.cpp (replace manual buffer handling). Also add /bld to .gitignore and register the new source file in imiv_sources.cmake/CMakeLists.txt.
Signed-off-by: Vlad <shaamaan@gmail.com>
Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com>1 parent 2302fca commit 27e95f6
File tree
7 files changed
+474
-445
lines changed- src/imiv
- cmake
7 files changed
+474
-445
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
| 636 | + | |
636 | 637 | | |
637 | 638 | | |
638 | 639 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| 262 | + | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| |||
0 commit comments