jpeg2wbmp

(PHP 4 >= 4.0.5, PHP 5, PHP 7)

jpeg2wbmp�� JPEG ͼ���ļ�ת��Ϊ WBMP ͼ���ļ�

˵��

jpeg2wbmp ( string $jpegname , string $wbmpname , int $dest_height , int $dest_width , int $threshold ) : bool

�� JPEG ͼ���ļ�ת��Ϊ WBMP ͼ���ļ���

����

jpegname

JPEG �ļ���·����

wbmpname

Ŀ�� WBMP �ļ���·����

dest_height

Ŀ��ͼ��߶ȡ�

dest_width

Ŀ��ͼ���ȡ�

threshold

��ֵ���� 0 �� 8 ֮�䣨������

����ֵ

�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��

����

Example #1 jpeg2wbmp() ����

<?php
// Ŀ�� jpeg ��·��
$path './test.jpg';

// ��ȡͼ��ߴ�
$image getimagesize($path);

// ת��ͼ��
jpeg2wbmp($path'./test.wbmp'$image[1], $image[0], 5);
?>

ע��

Note: WBMP ֧�ֽ��� PHP �� GD-1.8 ����߰汾һ�����ʱ���á�

Note: JPEG ֧�ֽ��� PHP �� GD-1.8 ����߰汾һ�����ʱ���á�

�μ�

  • png2wbmp() - �� PNG ͼ���ļ�ת��Ϊ WBMP ͼ���ļ�