Develop and Download Open Source Software

Recent Changes

2012-04-17
2012-04-03
2012-02-11
2011-11-09

Wiki Guide

Side Bar

  • class SWFEditor function getJpegData($image_id)

説明

SWF バイナリ中の JPEG データを取り出します。(透明度は含みません)

引数

  • int $image_id (SWF 内のコンテンツ毎にふられた ID)

戻り値

  • string $jpegdata (or boolean false:失敗)

使用例

<?php
$swf 
= new SWFEditor();
$swf->input($swfdata);
echo 
$swf->getJpegData($image_id);

参考

関連


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.