
当サイトはJPGとGIFとPNG画像を対象に縮小、拡大を自由自在に変換し、携帯向けサイトに便利な、画像フォーマットをjpg、gif、png間で変換できるphpプログラムを配布してます。任意の大きさ(縦、横)の長さにあわせて拡大縮小する以外にバラバラの大きさの画像を一定の大きさのサムネイルにする為に任意の大きさに自動で拡大縮小する機能をもっています。
画像フォーマット変換はver1.2からできるようになりました。設置もいたって簡単です。著作権表示を消さなければ、無料で利用していただけます。
免責事項:当サイトを利用したことによる一切の保障は致しません。
This site converts the reduction and the expansion freely for JPG, GIF, and the PNG image, and distributes the php program that can convert a convenient image format for the site for carrying between jpg, gif, and png. It has the function to do the expansion reduction to an arbitrary size by the automatic operation to make the image of an asunder size the thumbnail of a constant size except that the expansion reduction is additionally done to the length of an arbitrary size (length and side). It came to be able to do the image format conversion with ver1.2. The installation is also easy fairly. If the copyright display is not erased, it is possible to use it free of charge.
Exemption matters: I will not do the security done by having used this site at all.
直接変換する場合(When converting it directly)
SAMPLE <-サンプルです。
Program download <-プログラムダウンロード
public_html/
|
|
|
|--/test1/
|-- style.css
|-- img.php
|-- /img/ (master img)
|
|-- /resize/ <777>
ソースの頭の部分を適切に変更してください。特にimgフォルダとresizeフォルダを作り、resizeフォルダはパーミッション777に指定してください。 一度リサイズされた画像はあなたのサイトに残るので次回のアクセスは高速です。ただし、画像を同じ名前でアップした場合はリサイズフォルダを一度空にすることをお勧めします。著作権表示は消さないでください。
Please change the part of the head of the source appropriately. Especially, please make the img folder and the resize folder, and specify the resize folder for permission 777. Because the image resized once remains on your site, the next access is high-speed. However, when the image is improved by the same name, we will recommend the resize folder to be emptied once. Please do not erase the copyright display.
$resizeの関係は以下のようになります。
var $resize = "100_100"; |
|
縦と横を自由な大きさにしたい場合。 When you want to do length and side to a free size. |
![]() |
| var $resize = "100_0"; | |
縦を横に対して自動で調整したい場合。 When it wants to confront length sideways and to adjust it by the automatic operation by you.
| ![]() |
var $resize = "0_100"; |
|
横を縦に対して自動で調整したい場合。 When you want to adjust side by the automatic operation for length.
|
![]() |
| var $resize = "0_1"; | |
たくさんの画像等のサムネイルを自動で調整したい場合用大きさは右の画像くらいです。 The size for the case to want to adjust the thumbnail of a lot of images etc.
|
![]() |
| var $resize = "1_0"; | |
たくさんの画像等のサムネイルを自動で調整したい場合用大きさは右の画像くらいです。 The size for the case to want to adjust the thumbnail of a lot of images etc. |
![]() |
| var $resize = "1_1"; (Default) | |
たくさんの画像等のサムネイルを自動で調整したい場合用大きさは右の画像くらいです。 The size for the case to want to adjust the thumbnail of a lot of images etc. |
![]() |
| var $resize = "0_2"; | |
たくさんの画像等のサムネイルを自動で調整したい場合用大きさは右の画像くらいです。 The size for the case to want to adjust the thumbnail of a lot of images etc. |
![]() |
| var $resize = "1_2"; | |
たくさんの画像等のサムネイルを自動で調整したい場合用大きさは右の画像くらいです。 The size for the case to want to adjust the thumbnail of a lot of images etc. |
![]() |
| var $resize = "2_0"; | |
たくさんの画像等のサムネイルを自動で調整したい場合用大きさは右の画像くらいです。 The size for the case to want to adjust the thumbnail of a lot of images etc. |
![]() |
| var $resize = "2_1"; | |
たくさんの画像等のサムネイルを自動で調整したい場合用大きさは右の画像くらいです。 The size for the case to want to adjust the thumbnail of a lot of images etc. |
![]() |
|
|
~スポンサー~