buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
626 stars 111 forks source link

Image Scaling Quality is Very Low #173

Closed CenturySparkle closed 6 months ago

CenturySparkle commented 7 months ago

Since the last release, image scaling quality is very low. Images now have jagged edges, black lines especially. The scaling quality was excellent for years until this last release.

buchizo commented 7 months ago

@CenturySparkle I guess that issue was resolved by greater than version 3.1.24

stricq commented 7 months ago

I'm on 3.1.26 and the scaling is pretty bad. Jaggies and blocks everywhere.

buchizo commented 7 months ago

@stricq @CenturySparkle Please could you provide more details such as options, screen shot, e.t.c.. ?

stricq commented 7 months ago

ClaudIDE 3 1 19 ClaudIDE 3 1 26

The first image is from v3.1.19 and the second is from 3.1.26. You can clearly see the lack of quality in the scaling from the two versions.

buchizo commented 7 months ago

@stricq In my environment, unfortunately jaggies did not reproduce. Could you provide more info? for example, your image, your ClaudiaIDE options (image strech, soft edge size, and others).

stricq commented 6 months ago

image

buchizo commented 6 months ago

Ok, I understood it. If background image original size is bigger than text editor area size, this issue occurred. That means is downscale has problem. If background image is smaller than text editor, it's no problem. This issue's root cause is VisualBrush, maybe. I try fix it.

buchizo commented 6 months ago

I fixed this issue by version 3.1.28.

stricq commented 6 months ago

Confirmed working with 3.1.28. Thanks for looking into this.