dolanmiu / Minetest-Texture-Pack-Completion-Checker

Checks the completion of a Minetest Texture Pack
3 stars 0 forks source link

Look for JPGs #4

Open tacotexmex opened 7 years ago

tacotexmex commented 7 years ago

Trying the checker out on https://github.com/VanessaE/hdx-512 it returns the wrong intended result since it mixes JPEG images with PNG ones. Have it look for JPGs as well.

tobyplowy commented 7 years ago

@tacotexmex why wuld you use jpgs in the first place? I think support for jpg should not be done (only noobs use jpg for pixelart related things!) I don't get why you would use jpg if you can have png XD

dolanmiu commented 7 years ago

That is true, jpgs seems weird to use

tobyplowy commented 7 years ago

JPEGs are crap because they corrupt your image (that's one of the first things you learn when you begin doing pixelart) Minetest shouldn't even support jpgs

tacotexmex commented 7 years ago

Yes, JPEG is crap but

  1. Minetest supports it
  2. Photorealistic texture packs use them, I guess in order to reduce server bandwidth. For those large texture sizes pixel perfection is not critical, so for them it makes sense.