Png files fail to show in preview (Safari)_

I'm a little unclear on the original post though; it sounded like some images just weren't displaying, but Hype's automatic optimization will change references in the document so it should all display just fine. Were you referencing this in code in which you expected a .png file but it didn't exist (and instead was a .jpg)?

Anyways, the basic behavior and rationale can be found in this post:

We found this feature does far more good than harm, but for some workflows you may never want it enabled. If so, there's presently a Terminal command you can issue to permanently disable newly added images from enabling the optimize checkbox:

defaults write com.tumult.Hype2 newResourcesAreSetToAutoResize -bool NO
defaults write com.tumult.Beta.Hype4 newResourcesAreSetToAutoResize -bool NO