PHPを使用した画像加工


  model.inc




このサンプルには、多くの重要なヒントが含まれています。

オブジェクトによる特殊な処理の実装方法や、PHP等の他のコマンドラインベースのアプリケーション利用のサンプルとして、多くの応用の可能性を示唆しています

  

<%
' **********************************************************
' 画像データ処理
' **********************************************************
Function GetData( )

	Dim WshShell,Fs,fp,strFileName,strCommand
	Dim TargetPhp,TargetImg

	' Web 上のターゲットアドレス
	TargetPhp = "Image/png.php"
	TargetImg = "Image/hm020.png"

	' テキストファイルアクセス用のオブジェクト
	Set Fs = Server.CreateObject( "Scripting.FileSystemObject" )
	' Web アドレスをファイルシステムのパスに変換
	strFileName = Server.MapPath( TargetPhp )
	' php 用のテキストファイルを作成
	Set fp = Fs.CreateTextFile( strFileName, True )

	fp.WriteLine "<?"
	fp.WriteLine "if ( !extension_loaded( ""gd"" ) ) {"
	fp.WriteLine "	dl(""php_gd2.dll"");"
	fp.WriteLine "}"
	fp.WriteLine "$im = ImageCreateFromPng(" & _
		"""http://homepage2.nifty.com/lightbox/image/hm020.png"");"
	fp.WriteLine "$red = ImageColorAllocate($im, 255,0,0);"
	fp.WriteLine "imagesetthickness( $im, 3 );"
	fp.WriteLine "if ( ctype_digit( $argv[1] ) ) {"
	fp.WriteLine "	$x = $argv[1];"
	fp.WriteLine "}"
	fp.WriteLine "else {"
	fp.WriteLine "	$x = 135;"
	fp.WriteLine "}"
	fp.WriteLine "if ( ctype_digit( $argv[2] ) ) {"
	fp.WriteLine "	$y = $argv[2];"
	fp.WriteLine "}"
	fp.WriteLine "else {"
	fp.WriteLine "	$y = 118;"
	fp.WriteLine "}"
	fp.WriteLine "imagearc( $im, $x, $y, 60, 35, 0, 359, $red );"
	fp.WriteLine "ImagePng($im,""" & _
		Server.MapPath( TargetImg ) & """);"
	fp.WriteLine "?>"

	' テキストファイルの使用終了
	Call fp.Close()
	Set fp = Nothing

	' 外部実行用のオブジェクト
	Set WshShell = Server.CreateObject( "WScript.Shell" )
	if Trim( MyData( "In1X" ) ) = "" then
		MyData( "In1X" ) = "135"
	end if
	if Trim( MyData( "In1Y" ) ) = "" then
		MyData( "In1Y" ) = "118"
	end if
	' 実行コマンド
	strCommand = _
		"c:\php\cli\php.exe " & _
		Server.MapPath( TargetPhp ) & " " & _
		MyData("In1X") & " " & MyData("In1Y")

	Call WshShell.Run( strCommand,,True )

	Set Fs = Nothing
	Set WshShell = Nothing

	OutData = "<IMG src=""" & TargetImg & """>"

End Function

' **********************************************************
' VIEW の編集
' **********************************************************
Function EditDataHead( )


End Function

' **********************************************************
' VIEW2 の編集
' **********************************************************
Function EditDataBody( )


End Function

%>
  







  作成された PHP ソース

  

<?
$im = ImageCreateFromPng("http://homepage2.nifty.com/lightbox/image/hm020.png");
$red = ImageColorAllocate($im, 255,0,0);
imagesetthickness( $im, 3 );
if ( ctype_digit( $argv[1] ) ) {
	$x = $argv[1];
}
else {
	$x = 135;
}
if ( ctype_digit( $argv[2] ) ) {
	$y = $argv[2];
}
else {
	$y = 118;
}
imagearc( $im, $x, $y, 60, 35, 0, 359, $red );
ImagePng($im,"C:\lightbox\ASP\IMG\Image\hm020.png");
?>
  




yahoo  google  MSDN  MSDN(us)  WinFAQ  Win Howto  tohoho  ie_DHTML  vector  wdic  辞書  天気 


[webclass]
claudebot
24/03/29 09:55:02
InfoBoard Version 1.00 : Language=Perl

1 BatchHelper COMprog CommonSpec Cprog CprogBase CprogSAMPLE CprogSTD CprogSTD2 CprogWinsock Cygwin GameScript HTML HTMLcss InstallShield InstallShieldFunc JScript JScriptSAMPLE Jsfuncs LLINK OldProg OracleGold OracleSilver PRO PRObrowser PROc PROconePOINT PROcontrol PROftpclient PROjscript PROmailer PROperl PROperlCHAT PROphp PROphpLesson PROphpLesson2 PROphpLesson3 PROphpfunction PROphpfunctionArray PROphpfunctionMisc PROphpfunctionString PROsql PROvb PROvbFunction PROvbString PROvbdbmtn PROvbonepoint PROwebapp PROwin1POINT PROwinSYSTEM PROwinYOROZU PROwindows ProjectBoard RealPHP ScriptAPP ScriptMaster VBRealtime Vsfuncs a1root access accreq adsi ajax amazon argus asp aspSample aspVarious aspdotnet aw2kinst cappvariety centura ckeyword classStyle cmaterial cmbin cmdbapp cmenum cmlang cmlistbox cmstd cmstdseed cmtxt cs daz3d db dbCommon dbaccess dnettool dos download flex2 flex3 flex4 framemtn framereq freeWorld freesoft gimp ginpro giodownload google hdml home hta htmlDom ie9svg install java javaSwing javascript jetsql jquery jsp jspTest jspVarious lightbox listasp listmsapi listmsie listmsiis listmsnt listmspatch listmsscript listmsvb listmsvc memo ms msde mysql netbeans oraPlsql oracle oracleWiper oraclehelper orafunc other panoramio pear perl personal pgdojo pgdojo_cal pgdojo_holiday pgdojo_idx pgdojo_ref pgdojo_req php phpVarious phpguide plsql postgres ps r205 realC realwebapp regex rgaki ruby rule sboard sc scprint scquest sdb sdbquest seesaa setup sh_Imagick sh_canvas sh_dotnet sh_google sh_tool sh_web shadowbox shgm shjquery shvbs shweb sjscript skadai skywalker smalltech sperl sqlq src systemdoc tcpip tegaki three toolbox twitter typeface usb useXML vb vbdb vbsfunc vbsguide vbsrc vpc wcsignup webanymind webappgen webclass webparts webtool webwsh win8 winofsql wmi work wp youtube