melix / astro4j

Astronomy libraries for Java
Apache License 2.0
27 stars 4 forks source link

Fix dynamic cropping of composite images #356

Closed melix closed 1 month ago

melix commented 1 month ago

Images which are composites (e.g a stack from multiple images) don't have the required reference information for logging the position in the source image. This caused the crop action to do nothing on images from batch mode, for example. This commit fixes the problem.