在 php 中从 swf 文件创建缩略图?

发布于 2024-07-27 20:36:03 字数 69 浏览 2 评论 0原文

我正在寻找一个脚本,可以从 swf 文件动态生成 jpg 缩略图(在 php 中)。 有谁知道我在哪里可以找到这样的东西?

I'm looking for a script that will generate jpg thumbnails on the fly (in php) from a swf file. Does anyone know where I can find something like this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫瑾少女 2024-08-03 20:36:03

来看看 Flash Bitmap 类吧~用它可以做很多令人惊奇的事情~~!!!
查看 Cynergy 的 Andrew Trice 提供的示例和来源(最后几个)

http://www.cynergysystems.com/blogs/page/andrewtrice?entry=flex_2_bitmapdata_tricks_and

主要思想是获取位图数据并将其发送到 PHP GD 库以创建图像。

另一个选项看看:

http://ffmpeg-php.sourceforge.net/

我把它取自关联 :
http://www.experts-exchange.com/Software/ Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_22400739.html

Go ahead chek out the Flash Bitmap class~ a bunch of amazing stuff can be done with it~~!!!
Check out the examples and sources here by Andrew Trice of Cynergy (the last few ones)

http://www.cynergysystems.com/blogs/page/andrewtrice?entry=flex_2_bitmapdata_tricks_and

The main idea is to get the bitmap data and send to PHP GD library to create the images.

another option look at :

http://ffmpeg-php.sourceforge.net/

i take it from link :
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_22400739.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文