Major refactoring for FITSViewer and how FITS and other data is handled:
1. Eliminate any unncessary "temporary" files. If we have a buffer, use it without creating any files on disk unless strictly required. 2. Use a shared pointer for data so that FITSView instances are implicitly sharing the same pointer. This finally allowed for Summary View to load the same view as FITS Viewer without incurring any memory penalty. 3. Add metadata to the FITSImage object to pass information that were passed before using AUX members of the blob which was not safe. 4. Add support to load RAW camera files directly in the FITS Viewer along with loading JPEG/PNGs that were added by Robert earliar. CCMAIL:kstars-devel@kde.org
parent
3ca7488a
Loading
Loading
Pipeline
#38584
failed
with stages
in
1 hour, 2 minutes, and 22 seconds
Loading
Please register or sign in to comment