Rhet Turnbull
|
186a5b77d0
|
Fixed bug in imageconverter exception handling, closes #440
|
2021-05-23 14:21:13 -07:00 |
|
Kristoffer Dalby
|
b67f11a3bb
|
Force cleanup of objects with autorelease pool
This commit puts the content of write_jpeg into a autorelease_pool context
provided by PyObjC. This essentially means that the objects should be cleaned up
when the context is exited and prevent them from leaking (memory leak).
https://pyobjc.readthedocs.io/en/latest/api/module-objc.html#memory-management
https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmAutoreleasePools.html
|
2021-01-09 14:44:26 +00:00 |
|
Rhet Turnbull
|
05f111a287
|
Added exception handling/capture for convert-to-jpeg, issue #322
|
2021-01-03 09:36:26 -08:00 |
|
Rhet Turnbull
|
da100f93a9
|
Fix for issue #234
|
2020-10-12 05:59:44 -07:00 |
|
Rhet Turnbull
|
4099253c8e
|
Updated tests to run in GitHub actions
|
2020-10-03 13:48:18 -07:00 |
|
Rhet Turnbull
|
38f201d0fb
|
--convert-to-jpeg initial version working
|
2020-10-02 06:31:20 -07:00 |
|