Matt McWilliams mattmcw
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 21:07:28 +00:00
95158f96e6 Testing maybe disasterous change that releases image data after loaded. Might break display
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 20:59:16 +00:00
c646be9534 release memory in resized and loaded
mattmcw pushed to main at 16mm/filmout_manager 2024-10-22 20:54:34 +00:00
0d30b4d5bb Update defaults to be a working example
mattmcw opened issue 16mm/filmout_manager#5 2024-10-22 20:53:39 +00:00
Implement scale update features
mattmcw commented on issue 16mm/filmout_manager#4 2024-10-22 20:52:25 +00:00
Evaluate node.js code for a memory leak

Leak is most certainly in fd. Closing.

mattmcw closed issue 16mm/filmout_manager#4 2024-10-22 20:52:25 +00:00
Evaluate node.js code for a memory leak
mattmcw closed issue 16mm/filmout_manager#3 2024-10-22 20:37:19 +00:00
Image display logic creates invalid layouts and stretches image
mattmcw pushed to main at 16mm/filmout_manager 2024-10-22 20:37:19 +00:00
74935eb50c Bad logic in display. Somehow never encountered this??? Resolves #3
mattmcw pushed to main at 16mm/filmout_manager 2024-10-22 20:31:07 +00:00
3c88de83b8 Work chasing down errors in display
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 20:27:48 +00:00
b17840c8de Move Mat blank to global variable, may have been creating 2 per frame
mattmcw opened issue 16mm/filmout_manager#4 2024-10-22 20:22:45 +00:00
Evaluate node.js code for a memory leak
mattmcw opened issue 16mm/filmout_manager#3 2024-10-22 20:21:56 +00:00
Image display logic creates invalid layouts and stretches image
mattmcw opened issue 16mm/filmout_manager#2 2024-10-22 20:21:11 +00:00
Framing button doesn't work
mattmcw opened issue 16mm/filmout_manager#1 2024-10-22 20:20:26 +00:00
Focus button doesn't work
mattmcw opened issue 16mm/filmout_display#1 2024-10-22 20:19:48 +00:00
Memory leak
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 19:20:32 +00:00
1f1c9e2aff Make intermediary Mats part of the image class.
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 19:18:03 +00:00
cb3b3c98f5 Update cmakelists to fix build on new machine
mattmcw pushed to main at 16mm/filmout_manager 2024-10-22 19:04:30 +00:00
582a95202e Add position adjustment logic and size adjustment logic. Still need to complete scale and fix an issue with letterboxed images just discovered with a 4:3 monitor
mattmcw pushed to main at 16mm/filmout_display 2024-10-22 19:03:34 +00:00
27921f0155 Move image object to global variable so it does not get re-declared on every actionLoad()
mattmcw pushed to main at 16mm/filmout_manager 2024-10-22 03:51:41 +00:00
58b9310128 All work on focus feature (still in progress)