php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "quality decrease"

What are the best practices for maintaining image quality when generating thumbnails with PHP?

When generating thumbnails with PHP, it is important to maintain image quality by using the appropriate functions and settings. One common practice is...

How can the imagejpeg function be adjusted to improve the quality of thumbnails?

The imagejpeg function in PHP can be adjusted by setting the quality parameter to a higher value to improve the quality of thumbnails generated. By in...

What are the recommended quality settings for creating JPEG thumbnails using imagejpeg function in PHP?

When creating JPEG thumbnails using the imagejpeg function in PHP, it is recommended to use a quality setting between 60 to 80 for a good balance betw...

How can one ensure that the image quality is maintained while resizing in PHP?

When resizing images in PHP, it's important to use functions like `imagecopyresampled()` instead of `imagecopyresized()` to maintain image quality. Th...

How can the quality of resized images be controlled when using the Imagejpeg() function in PHP?

When using the Imagejpeg() function in PHP to resize images, the quality of the resized images can be controlled by setting the third parameter of the...

Showing 21 to 25 of 1090 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 217 218 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.