TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Apngasm Wants To Promote Animated PNGs As An Alternative To GIFs

51 点作者 xmpir超过 11 年前

9 条评论

darkchasma超过 11 年前
Scratching an itch that doesn't exist, with a name that makes it impossible to have an intelligent conversation around.
评论 #6279200 未加载
评论 #6278207 未加载
pornel超过 11 年前
GIF video has &quot;privileged&quot; support in browsers, because it used to be the only native video format, and that level of integration has been impossible with &#x27;90s QuickTime&#x2F;RealMedia&#x2F;WMW plug-ins.<p>And decade of this situation has conditioned us to think that only shitty video formats (like GIF, APNG, WebP with animation) can be allowed to have first-class support in browsers, and any video format that is technically competent must be kept isolated in special tags, must not work well with rest of the browser and must cargo-cult limitations of plugins of the &#x27;90s.<p>But browsers can and do support H.264&#x2F;WebM natively now. Technically (patents aside) we could have &lt;img src=&quot;video.mp4-or-webm&quot;&gt; work just as well as GIF (and maybe even faster given 10th of bandwidth needed and possibility of HW acceleration).
sjwright超过 11 年前
I&#x27;d like to promote <i>static</i> PNGs as an alternative to animated GIFs. Who&#x27;s with me!?
评论 #6277144 未加载
评论 #6276955 未加载
simias超过 11 年前
Isn&#x27;t it a bit late for that? I feel the modern alternative to gifs is simply embedded video.
评论 #6277125 未加载
评论 #6277046 未加载
评论 #6278082 未加载
评论 #6280049 未加载
评论 #6278634 未加载
pcunite超过 11 年前
Slightly related ... I&#x27;m only supporting IE8 and higher now for all new website work. Wow! I just said that out loud! I feel ... better.
tpainton超过 11 年前
The name is juvenile.
评论 #6277114 未加载
blorenz超过 11 年前
With a higher-end stretch goal of $20,000: Python native extensions, it is apparent someone doesn&#x27;t understand Python. On a humorous note, isn&#x27;t <i>import apngasm</i> part of the batteries included?
roc超过 11 年前
animated gifs are used instead of video, because the restrictions lend it to less cruft, fast(er) downloads and widespread browser support without plugins.<p>Building extensions&#x2F;plugins to increase quality is not only missing the point, it&#x27;s directly opposed to it.
jpkeisala超过 11 年前
Let control to keyframes via JavaScript and it could be interesting.