You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open my images it standard uses the nearest interpolation method, which gives me a grained image. When I use one of the other methods, my images look better. However, I need to do this every time I open an image. I was wondering if there is a way for the program to remember another interpolation method?
Cheers,
Maarten
The text was updated successfully, but these errors were encountered:
Nearest Neighbour was selected as the default because it's the closest to the 'truth'. The other interpolation filters will look more visually pleasing, but they don't strictly represent the actual image pixel data that you have.
There currently isn't a system for setting defaults, though it would be relatively straightforward to add for the next release. For now, if you're running from source, it should be simple to manually edit the script to produce a different default.
Hej,
When I open my images it standard uses the nearest interpolation method, which gives me a grained image. When I use one of the other methods, my images look better. However, I need to do this every time I open an image. I was wondering if there is a way for the program to remember another interpolation method?
Cheers,
Maarten
The text was updated successfully, but these errors were encountered: