-
Notifications
You must be signed in to change notification settings - Fork 13
Description
https://github.com/GreatAttractor/imppg#7-image-sequence-alignment says
The output files are saved under names suffixed with _aligned. FITS files are saved as FITS, the remaining formats: as TIFF files.
This is highly undesirable for long sequences. During yesterday's eclipse I have generated 3300 images and they are in NEF (Nikon's RAW image format). I already need to duplicate them to TIFF since ImPPG does not support NEF, having to duplicate them again to do the alignment is a huge pain. It should be very easy to just store an x-y pairs for each image and be done with that only, no? Bonus points if we can find a format that is compatible with other software, e.g. as if it were a pixelshift image which RawTherapee suppors (but not sure if there is a PP3 corresponding field for it, I can't find the PP3 specifications at the moment)