I noticed that the book cover images in the program are low color (looks like 256 colors or something). I checked the folder where the images are stored and confirmed that there's nothing wrong with the images themselves: they are high color and sharper than the images as shown in the program. A) Does anybody else have this problem? B) If so, can it be solved?
Cover images are being fetched from the google books service. Not all the images are of high quality.
I don't change the image quality, only it's scale.
Can you please provide screenshots of the eLibrary versus the original image, so i can check this futrher - Start a new BUG ticket.
hi amirshk. First thanks for great program. In your program covers display properly editing or viewing but not in the listview . So i checked code and found out that your imagelist depth is 8 bit by default. you should add "oLargeImageList.ColorDepth = ColorDepth.Depth32Bit;" into your code in booklistcontrol.cs
Best regards