Fixed: Removed Tag.TileWidth and Tag.TileLength from the DNG metadata generation. Explicitly declaring these tags without accompanying tile offsets caused modern RAW development engines (such as RawTherapee, Darktable, and newer Adobe Camera Raw pipelines) to expect a tiled format structure, resulting in an "Unexpected End of File" crash.
Impact: The script now successfully defaults to a standard linear stripped layout, making generated DNG files fully compliant and readable across all modern raw processing software.
Adding CFARepeatPatternDim DNG Tag as the image was not opening in Darktable.
Initial commit