It would be tremendously useful to actually have two modes for this:
- a region render mode (the current behavior of crop mode) where the entire frame is shown in the buffer but only the crop area is rendered
- a real crop mode (the current name is misleading) where *only* the cropped area will be rendered. This would allow to render at high resolutions without having to allocate memory for the entire frame and it would allow me to fit the region of interest on my screen.
The problem right now (somewhat related): let's say my render resolution is 10000 pixels wide but I only am interested in a certain area to preview what the final render will look. Right now, since any scaling is actually broken in the frame buffer, I *can not* preview my render at 100%. None of the zoom levels - not even 100% - displays the true pixels, resampling with downscaling doesn't work reliably and introduces block artifacts, and even viewing the image at 100% is not the true pixel output, it's blocky for some reason, too.
I've submitted a report on the forums here and the frame buffer is broken for who knows how many years now. Please, give us a way to view the true image pixels at 100%, it's mind-blowing this is still impossible.
Even if the frame buffer is fixed - dedicated modes for region and crop rendering would be very welcome.