php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "resize"

What potential pitfalls should be considered when using the <img width='...' height='..'> functionality in HTML to resize images in PHP?

When using the <img width='...' height='..'> functionality in HTML to resize images in PHP, it's important to consider that resizing images using HTML...

Is it possible to resize and output a JPEG image in PHP without using the header function?

To resize and output a JPEG image in PHP without using the header function, you can use the imagejpeg function to output the resized image directly to...

What are some common pitfalls when trying to resize images in PHP?

One common pitfall when resizing images in PHP is not maintaining the aspect ratio, which can result in distorted images. To solve this, you can calcu...

Can PHP be used to automatically resize images that are too large for the browser without losing quality?

When displaying images on a website, it's important to resize them appropriately to ensure they fit within the browser window without losing quality....

What units need to be specified when using setImageExtent in Imagick to resize a graphic in PHP for optimal results?

When using setImageExtent in Imagick to resize a graphic in PHP, it is important to specify the units for the width and height values to ensure optima...

Showing 26 to 30 of 580 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 115 116 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.