El Goblina
kiwifarms.net
- Joined
- May 14, 2019
I posted a little analysis I've used to highlight not-very-apparent details in an image. There was some interest in my technique, so rather than muddling up an already massive thread, I figured it'd be better to discuss the intricacies of the technique here.
At its core, this is a one-liner with ImageMagick.
convert photo.jpeg -colorspace RGB -separate -equalize -combine output.png
Instead of RGB, you can use any colorspace ImageMagick supports. On Debian, the list is: CIELab CMY CMYK Gray HCL HCLp HSB HSI HSL HSV HWB Lab LCH LCHab LCHuv LinearGray LMS Log Luv OHTA Rec601Luma Rec601YCbCr Rec709Luma Rec709YCbCr RGB scRGB sRGB Transparent XYZ xyY YCbCr YDbDr YCC YIQ YPbPr YUV
If you post some photoshops here, I'll apply the approach and show you how it makes the edits more obvious.
At its core, this is a one-liner with ImageMagick.
convert photo.jpeg -colorspace RGB -separate -equalize -combine output.png
Instead of RGB, you can use any colorspace ImageMagick supports. On Debian, the list is: CIELab CMY CMYK Gray HCL HCLp HSB HSI HSL HSV HWB Lab LCH LCHab LCHuv LinearGray LMS Log Luv OHTA Rec601Luma Rec601YCbCr Rec709Luma Rec709YCbCr RGB scRGB sRGB Transparent XYZ xyY YCbCr YDbDr YCC YIQ YPbPr YUV
If you post some photoshops here, I'll apply the approach and show you how it makes the edits more obvious.
I'm skeptical of this claim about that old image of Vic being Photoshopped. I'm just not seeing it.
There's a strategy I use for visual art where I take an image and then equalize each channel in varying colorspaces to generate neat false-color versions of a photo. One of the strengths of this strategy is that it occasionally makes inconsistencies very plain. This analysis is not showing anything atypical in the image. I don't find the error-level analyses very persuasive here.
I've attached a few different colorspaces to show the kind of details this equalization technique pulls out of the image. Left to right, these colorspaces are xyY, HSI, RGB, YUV.
View attachment 794985View attachment 794992View attachment 794993View attachment 794994