openjump-gis / openjump

OpenJUMP, the Open Source GIS with more than one trick in its kangaroo pocket, takes the leap from svn to git. join the effort!
http://openjump.org
GNU General Public License v2.0
28 stars 14 forks source link

Image reading interpolation #108

Closed mukoki closed 2 months ago

mukoki commented 2 months ago

Some image readers read image without any interpolation (seems to be the case with ImageIO-Ext). Others use a bicubic interpolation (like subclasses of AbstractGraphicImages used by Commons Imaging). Nothing wrong but not very consistant. A solution would be to add a general option in the option panel, or a per layer "style". In the meantime, my preference is to have no interpolation because for technical work, I like to see pixels squares. Any one against it ?

edeso commented 2 months ago

sounds reasonable. go for it.

mukoki commented 2 months ago

Interpolation removed with AbstractGraphicImages and Commons Imaging (no option implemented for now)