John Sheehy wrote:
RLight wrote:
I've used DC on the former PowerShots, its usefulness is limited. Pretty much if you're a JPEG shooter and don't want to /can't touch RAWs or crop in post, sure. And, I'll say the JPEGs on the R50 are pretty good. It's a smartphone-like option that is a gimmick to the point of others. But, I might argue it's actually useful in theory here. I'm pretty happy with the SOOC JPEGs from the R50, enough it could be "worth it". I may give DPP4 a shot now (on those R50 RAWs I have) that I figured out my lens profile issues... Not today though.
It's not "magic" though, it modifies things like your aperture a touch, really it's a no-post crop that does slightly alter your exposure/metering for the center of the image in my experience, but just crops it for you to the point of others, so it's more than what folks around here argue, less than what Canon insinuates, falls in the middle. That's not a bad thing if you intended to throw away the rest of the uncropped image anyways... Now sure, shoot RAW, do it yourself in post. But about that buffer... And folks coming from smartphones are used to this sort of thing too. Not inappropriate for the target audience of this thing. And again, those SOOC JPEGs are pretty good, it's not like you're gonna kick yourself for not being able to raise a shadow and then crop, or change WB and then crop on the R50. That's just not my experience in the past 48 hours with this thing. It's bang on with things like WB and exposure, right out of camera. So yeah, crop away in camera...
BTW, the real help the Digital TC does? Framing and metering. So as I said, it is somewhat useful.
Yes, having the extra magnification in the viewfinder can be useful, but the Digital TC concept is not necessary for that at all; the already-existing "crop mode" in Canon FF cameras does that, too.
The only thing that the upsampling really does, perhaps, is create a JPEG that handles subsequent resampling better than a simply-cropped JPEG or crop mode JPEG would. You could do that yourself before distributing the files or uploaded them somewhere with unknown resampling quality, the camera just does it automatically with the DTC. There may be a slight benefit to upsampling pixels before committing to JPEG, but the fact of the Bayer CFA does make that benefit quite small, compared to doing that with an image that was previously downsampled or came from a sensor without a CFA, like a 3-CCD video frame grab or a Foveon image.
I called it a gimmick because the name of the mode implies some kind of optical gain, but there is no optical gain. Canon seems to want to sell these cameras to people based on the false premise that they have something optically better than crops going on, and as a Canon user I am very embarrassed by this deception. "My 400mm f/8 lens becomes a real 1600mm and is still f/8!". Many of us have been wishing for more options of crop mode size, or even a continuous crop mode with the zoom ring or control ring, but then they start giving this "raw-less, upsized-JPEG crop mode masquerading as a TC" nonsense instead.
It has been a few decades since I paid much attention to image scaling algorithms and I may not remember correctly or newer algorithms may be available. It makes sense to not do upscaling in camera when raw quality is selected since raw implies later processing on a bigger faster computer. If the goal is to get a JPEG from the camera quickly and avoid spending time post processing, then it seems to me that the upscaling in the camera is useful. But, if one is to do post processing anyway then one may choose algorithms that are slower or use more memory on a larger computer than the one in the camera.
As has been mentioned, it is always necessary to do some sharpening after scaling.
Comparison gallery of image scaling algorithms: https://en.wikipedia.org/wiki/Comparison_gallery_of_image_scaling_algorithms
The scaling algorithm that I usually use when down-scaling an image (default for GraphicsMagick) is: https://en.wikipedia.org/wiki/Lanczos_resampling
For upscaling the default algorithm for GraphicsMagick is: https://en.wikipedia.org/wiki/Mitchell%E2%80%93Netravali_filters
Gimp also allows one to choose the scaling algorithm which assumes one knows the tradeoffs among the various algorithms and can choose an algorithm based upon the desired result.
https://en.wikipedia.org/wiki/Image_scaling
http://www.graphicsmagick.org/GraphicsMagick.html
"
-filter <type>
use this type of filter when resizing an image
Use this option to affect the resizing operation of an image (see -geometry). Choose from these filters (ordered by approximate increasing CPU time):
Point Box Triangle Hermite Hanning Hamming Blackman Gaussian Quadratic Cubic Catrom Mitchell Lanczos Bessel Sinc
The default filter is automatically selected to provide the best quality while consuming a reasonable amount of time. The Mitchell filter is used if the image supports a palette, supports a matte channel, or is being enlarged, otherwise the Lanczos filter is used.
"
https://gmic.eu/reference/list_of_commands.html#geometry_manipulation