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 getJpegAlpha($image_id)

説明

SWF バイナリ中の JPEG 透明度情報を取り出します。

引数

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

戻り値

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

使用例

<?php
$swf 
= new SWFEditor();
$swf->input($swfdata);
echo 
$swf->getJpegAlpha($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.