KillerInk / FreeDcam

FreeDcam is a CameraApp for Android >4.0(ics) wich try to enable stuff that is forgotten by the manufacturs
GNU General Public License v2.0
298 stars 44 forks source link

Redmi 4A DNG shot on versions after 4.1 betas open cropped in Photoshop #220

Open JonasHanway opened 9 months ago

JonasHanway commented 9 months ago

My Redmi 4A supports raws with 4208x3120 resolution, but for some reason DNGs made by latter versions of FreeDcam get cropped to 4192x3104 when opened in Photoshop's Camera Raw. I tried changing app's settings, DNG profile settings, but nothing helped. Only reinstalling old 4.1beta6 gave me full sized pictures again. 4.1beta6 always takes raws properly but the interface is extremely glitchy. 7-9 betas of 4.1 mostly don't work on my phone, but when they do they still take full sized DNG. Starting from 4.1final and later the result is cropped. Any chance you could fix it somehow in future updates?

Screenshots screenshot

Smartphone (please complete the following information):

KillerInk commented 8 months ago

Hi sorry for late response. That is correct. Dng specs tells that about:

Raw images often store extra pixels around the edges of the final image. These extra pixels help prevent interpolation artifacts near the edges of the final image.

That means that the full image is stored. but the image processor(rawtherappee/photoshop/...) use that 8 rows/lines on top/bottom left/right for pre demosaicing to get no artrifacts in the edges^^

greets

JonasHanway commented 8 months ago

But non-cropped DNGs look completely fine and have no artifacts on edges or other problems, which makes this crop absolutely pointless. I'll just have to use the old version if further updates have no option of disabling this crop.

MaferCJ commented 7 months ago

You can remove the crop tags with exiftool (on Android you can use Termux)

https://github.com/darktable-org/darktable/issues/11949#issuecomment-1141806518