Search Results
jpeg2wbmp (PHP 4 >= 4.0.5, PHP 5, PHP 7) jpeg2wbmp — Convert JPEG image file to WBMP image file
Feb 19, 2020 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
Parameters jpegname Path to JPEG file. wbmpname Path to destination WBMP file. dest_height Destination image height. dest_width Destination image width. threshold Threshold value, between 0 and 8 (inclusive).
bool jpeg2wbmp ( stringjpegname, stringwbmpname, intdest_height, intdest_width, intthreshold ) Converts a JPEG file into a WBMP file.
Description jpeg2wbmp ( string $jpegname, string $wbmpname, int $dest_height, int $dest_width, int $threshold): bool Convertit une image JPEG en image WBMP.
Sep 6, 2025 · This function has been DEPRECATED as of PHP 7.2.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged.
Actually this produces black and white images only, as does the jpeg2wbmp function.
