jpeg2wbmp

  1. P
    Convert JPEG image file to WBMP image file Converts a JPEG file into a WBMP file. Rückgabewert: Path to destination WBMP file. Beispiel: // Path to the target jpeg $path = './test.jpg'; // Get the image sizes $image = getimagesize($path); // Convert image jpeg2wbmp($path, './test.wbmp'...
Oben Unten