Quote:
Originally Posted by wallcraft
Since the original BMP images were all <60KB, there was no need to convert them to JPG at all. In fact, if BMP or GIF images are small enough then leaving them "as is" is the best approach because a JPG always looses information. This is particularly true of line graphics. If an image is too big, then converting to JPG is probably the best approach in general.
|
Yes, you are right. I did the conversation because the code became simpler. I will test this change and do a new release if it works.