Alessandro71 Well-Known Member Licensed User Longtime User Feb 19, 2023 #1 this looks to be a magnified/scaled simple square as displayed in an ImageView the original bitmap is just black and white pixels: is there a way to set a "no filter" resize?
this looks to be a magnified/scaled simple square as displayed in an ImageView the original bitmap is just black and white pixels: is there a way to set a "no filter" resize?
Erel B4X founder Staff member Licensed User Longtime User Feb 20, 2023 #2 Use B4XImageView. You can set the scaling mode. Upvote 0
Alessandro71 Well-Known Member Licensed User Longtime User Feb 20, 2023 #3 Erel said: Use B4XImageView. You can set the scaling mode. Click to expand... actually this use case comes from HugeImageView is there any reason you used standard ImageView instead of B4XImageview on that? Upvote 0
Erel said: Use B4XImageView. You can set the scaling mode. Click to expand... actually this use case comes from HugeImageView is there any reason you used standard ImageView instead of B4XImageview on that?
Erel B4X founder Staff member Licensed User Longtime User Feb 21, 2023 #4 This is how the JavaFX scaling works. I thought that you don't want the image to be scaled at all. Upvote 0