bal-agates
bal-agates
#### Description With hugin-app 2019.2.0 I ran into several problems. - Use of the deprecated finite() caused compile time error. That fix was straightfoward. - Several runtime path issues. The...
**Operating system**: macOS 12.2.1 arm64 **wxPython version & source**: wx version: 4.1.1 osx-cocoa (phoenix) wxWidgets 3.1.5 (MacPorts) **Python version & source**: python version: 3.9.10 (main, Jan 15 2022, 18:27:37) (MacPorts)...
Compile failed because arc_raster_rescue.hpp:134 references template array which was not defined. [CPPreference std:array](https://en.cppreference.com/w/cpp/container/array) says this is defined in header array. Adding that header allowed me to successfully compile. I am...
This library still works but when compiled for macOS 13.3 or later generates lots of deprecation warnings. I am compiling for macOS 14.2 and see warnings similar to: `'dgetrf_' was...
The enclosed PDF [CompilationMapLegend.pdf](https://github.com/asosnovsky/pdfmajor/files/3932955/CompilationMapLegend.pdf) threw an exception in PDFFont line 140 with cid=31. Once the exception happens I can no longer process any information on that page. It would be...
I downloaded the example ConvertMPL.py from [the example link](https://github.com/malaterre/GDCM/tree/master/Examples/Python) in the readme. This example appears to be Python 2 code so I first converted to Python 3 with these changes:...
I am getting this error ``` $ python gdcm_lut_problem.py Traceback (most recent call last): File "/Users/brett/Brett2025/Source/Python/dicom/gdcm_lut_problem.py", line 15, in lutDescRed = lut.GetLUTDescriptor(lut.RED, length, subscript, bitsize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/brett/Library/Python/3.12/lib/python/site-packages/_gdcm/gdcmswig.py", line 3537,...