Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Try with 3x3, 4x4 and others. If the error is just on 2x2, then import and double size the images and try pixelation 4x4.

Let me know, so maybe if is that i can look into some patch or check why that fails only on 2x2

(1 edit)

Sorry. As a result of testing on v155, the same problem occurs with pixelate W,H=3 and W,H=4. I press F to get fullscreen. The reason seems to be simply a matter of size. I want to give you the information you want, but I think this is the limit I can provide.

%%NOTE:Unfortunately, batch processing also creates the same problem.

Are you using Desktop or laptop? Also in W10 have you some change in font size or similar? Like 120%ppt ? Or try to run the tool in administrator and set compatible with Win7.

If i can fix it i will try to hire a more advanced coder to see if him can fix this issue. again sorry.

I am using Windows 10, and the font size is 100%, which is the default of Windows 10. I'm using a desktop.
But I have also seen this error on other computers with 4K monitors attached. The computer is running Windows 7.
That computer is my personal work computer and is currently not accessible. I am currently home. Sorry.
I live in another non-English speaking country, but I am a programmer. I have witnessed js error on v135 you made. I mainly use c# and c++, but not javascript, so it may not help. Still, I want to help you as much as I can.
In my opinion, in the process of converting an image to a floating point between 0 and 1, I want to check if there is any error in the position of the pixels. Floating point errors sometimes make a roundoff operation. The key to this problem is that the dithering doesn't work in areas where it should be. Somewhere, it seems that the pixel is clearly not recognizing where it should be taken.
Or, it may be that the dithering position is pushed by one and the calculation is not possible.
I love this program so much that I want to help improve it whenever possible.

Are you using Discord or Something?  Maybe Realtime conversation should be help you

I just go to sleep now. i will investigate tomorrow, thanks for all the info!

Ok good night and good luck

If you want another info then ask me another time

Maybe the wrong thing is related on the aspect ratio.

Try  using v1.55, in full screen, using a 4k image, resolution: 3840x2160, and let me know if error still happens.

I mean, try to make the aspect ratio divisible by your resolution 1920x1080.

I just read the method you wrote. You mean it's okay if you work with the image within the screen's maximum resolution, right? Let's try it.

I've tried the way you did. I think I found the exact problem! I found a problem using dithering the entire 1920x1080 image! I post the results for you to see. One image is Pixelate WH=2,2, and one image is WH=8,8.The topmost dithering is not applied.

If thats the problem, i think i can fix it, here is too late, i will try to fix tomorrow and upload a hotfix, fingers crossed!

very good! I look forward to your results.

In v158 version, I hope you can fix the problem that fullscreen is not displayed properly by pressing F. It works fine in v155! The fullscreen function is very convenient.