amtgard / ORK3

Version 3 of the Online Record Keeper
Other
23 stars 12 forks source link

Problems with .png Alpha Channels: #91

Open rechristel opened 9 years ago

rechristel commented 9 years ago

The system drops all Alpha data in .png files and does some funky things to fill in the gap. Here are some examples: aries heraldry - ork bugged aries heraldry arland heraldry - ork bugged arland heraldry demon heraldry - ork bugged demon heraldry

esdraelon commented 9 years ago

The system converts images to JPG format for size considerations. Alpha channel is not accommodated in JPG, so results are going to be wonky.

On Sun, Apr 19, 2015 at 9:14 PM, rechristel notifications@github.com wrote:

The system drops all Alpha data in .png files and does some funky things to fill in the gap. Here are some examples: [image: aries heraldry - ork bugged] https://cloud.githubusercontent.com/assets/12025971/7222694/55f51be0-e6c8-11e4-8916-39a4f90ada6e.jpg [image: aries heraldry] https://cloud.githubusercontent.com/assets/12025971/7222695/55f55452-e6c8-11e4-83f9-ba9083df7e5b.png [image: arland heraldry - ork bugged] https://cloud.githubusercontent.com/assets/12025971/7222697/55f67814-e6c8-11e4-953a-4f5e180e8d6b.jpg [image: arland heraldry] https://cloud.githubusercontent.com/assets/12025971/7222698/55f6d156-e6c8-11e4-87ce-d74a656a8af5.png [image: demon heraldry - ork bugged] https://cloud.githubusercontent.com/assets/12025971/7222696/55f67bc0-e6c8-11e4-937e-0ab13dcd36eb.jpg [image: demon heraldry] https://cloud.githubusercontent.com/assets/12025971/7222699/55f8fbca-e6c8-11e4-976d-5360181ad4fc.png

— Reply to this email directly or view it on GitHub https://github.com/amtgard/ORK3/issues/91.

zellfaze-zz commented 9 years ago

Do we not have enough space to store PNG images? The size difference isn't too big in this day in age.

On Mon, Apr 20, 2015 at 8:55 AM, esdraelon notifications@github.com wrote:

The system converts images to JPG format for size considerations. Alpha channel is not accommodated in JPG, so results are going to be wonky.

On Sun, Apr 19, 2015 at 9:14 PM, rechristel notifications@github.com wrote:

The system drops all Alpha data in .png files and does some funky things to fill in the gap. Here are some examples: [image: aries heraldry - ork bugged] < https://cloud.githubusercontent.com/assets/12025971/7222694/55f51be0-e6c8-11e4-8916-39a4f90ada6e.jpg

[image: aries heraldry] < https://cloud.githubusercontent.com/assets/12025971/7222695/55f55452-e6c8-11e4-83f9-ba9083df7e5b.png

[image: arland heraldry - ork bugged] < https://cloud.githubusercontent.com/assets/12025971/7222697/55f67814-e6c8-11e4-953a-4f5e180e8d6b.jpg

[image: arland heraldry] < https://cloud.githubusercontent.com/assets/12025971/7222698/55f6d156-e6c8-11e4-87ce-d74a656a8af5.png

[image: demon heraldry - ork bugged] < https://cloud.githubusercontent.com/assets/12025971/7222696/55f67bc0-e6c8-11e4-937e-0ab13dcd36eb.jpg

[image: demon heraldry] < https://cloud.githubusercontent.com/assets/12025971/7222699/55f8fbca-e6c8-11e4-976d-5360181ad4fc.png

— Reply to this email directly or view it on GitHub https://github.com/amtgard/ORK3/issues/91.

— Reply to this email directly or view it on GitHub https://github.com/amtgard/ORK3/issues/91#issuecomment-94444776.

BenOvermyer commented 8 years ago

This should probably be considered a feature request: adding support for multiple image file types, rather than converting all images to JPEG format.