File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
1–10 of 25 posts
Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#2Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#3Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#4Which also makes the line about JPEG noise make a lot more sense.
AFAICT, this is not a generic "PNG always bad and you should never use it to display images on the web" screen.
Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#5JPEG is unacceptable for screenshots of text, unless you can disable chroma subsampling, which isn't always an exposed option.
As a quick test, I took a screenshot of this comment, and saved it as both a PNG and 100% quality 444 JPEG, exported from GIMP. The JPEG is 81477 bytes, and the PNG is 44212.
Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#6I think a missing context here is that this is aimed at people who work with VFX and other forms of computer-made images; and even more in context of "what should your authoritative master format for archival purposes be". Which also makes the line about JPEG noise make a lot more sense. AFAICT, this is not a generic "PNG always bad and you should never use it to display images on the web" screen.
> Never ever PNG, not even for web
Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#7Complains something about alpha channels but doesn't explain what (and the mentioned jpeg has no alpha support)
PNG supports 16 bit per channel and ICC color profiles so can do HDR.
Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#8Which makes this a highly opinionated piece. And why should I listen to the opinion of somebody who thinks it's necessary to disable context menus on their website?
Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#9I think a missing context here is that this is aimed at people who work with VFX and other forms of computer-made images; and even more in context of "what should your authoritative master format for archival purposes be". Which also makes the line about JPEG noise make a lot more sense. AFAICT, this is not a generic "PNG always bad and you should never use it to display images on the web" screen.
I agree with their VFX arguments (well, I'll take their word for most of it, since I don't work in the VFX industry), but they also say > Never ever PNG, not even for web
Re: File Formats Debunk – Why you should stop rendering to PNG (and use EXR instead)
#10Kind of wish this site went to more effort to explain some of the details. I'm a graphics programmer so I can guess why PNG is bad at alpha, but they've done nothing to convince me that EXR gets it right other than show one or two comparison screenshots.