50000000) { // 50 MB Maximum File size is allowed echo "Sorry, your file is too large."; $uploadOk = 0; } // Allow certain file formats if($imageFileType == "jpg" || $imageFileType == "jpeg") { $uploadOk = 1; } else { echo "Sorry, only JPG / JPEG Format is allowed."; $uploadOk = 0; } // Check if $uploadOk is set to 0 by an error if ($uploadOk == 0) { echo " Sorry, your file was not uploaded."; // if everything is ok, try to upload file } else { if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) { //echo "The file ". htmlspecialchars( basename( $_FILES["fileToUpload"]["name"])). " has been uploaded."; $filePath = "./images/".htmlspecialchars($tempJpgFileName); $compressedFilePath = "./compressed_images/".$tempJpgFileName; compress($filePath, $compressedFilePath, $compression); echo "

Preview

"; echo "
Original File Compressed File
".round(filesize($filePath) / 1024, 2)." KB ".round(filesize($compressedFilePath) / 1024, 2)." KB (".round((filesize($filePath)-filesize($compressedFilePath))*100/filesize($filePath), 0)."% Size Reduced)
"; } else { echo "Sorry, there was an error uploading your file."; } } } function compress($src_file_loc, $dest_file_loc, $compression = 60) { $img = imagecreatefromjpeg($src_file_loc); imagejpeg($img, $dest_file_loc, $compression); } function src_file_loc($filename) { return "./images/".htmlspecialchars($filename); } function compressed_file_loc($filename) { return "./compressed_images/".$filename; } ?>

This is a Free Online Tool to Compress JPEG Images to lowers file sizes.

60% Compression

How to convert PNG to JPG

  1. Upload any PNG format image you want to convert into JPG.
  2. Click on Upload Image and the Uploading will start.
  3. The PNG format image will automatically convert to JPG format and a JPG format image download link will be provided.
  4. Click on "Download Image in JPG" to download your converted image for free.

How can I convert PNG to JPG for free?

  1. Upload any PNG format image you want to convert into JPG.
  2. Click on Upload Image and the Uploading will start.
  3. The PNG format image will automatically convert to JPG format and a JPG format image download link will be provided.
  4. Click on "Download Image in JPG" to download your converted image for free.