Friday, September 5, 2025
HomeLanguagesPHP | Imagick getImageWidth() Function

PHP | Imagick getImageWidth() Function

The Imagick::getImageWidth() function is an inbuilt function in PHP which is used to get the width of the image.

Syntax:

int Imagick::getImageWidth( void )

Parameters: This function does not accepts any parameters.
Return Value: This function returns the image width in pixels.

Original Image

Below program illustrates the Imagick::getImageWidth() function in PHP:
Program:




<?php 
// require_once('path/vendor/autoload.php');
  
// Create an Imagick Object
$image = new Imagick(
  
// Function to get the width of image
$width = $image->getImageWidth();
  
// Display the image width in pixel.
print_r($width);
?>


Output:

667

Related Articles:

Reference: http://php.net/manual/en/imagick.getimagewidth.php

Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32269 POSTS0 COMMENTS
Milvus
81 POSTS0 COMMENTS
Nango Kala
6636 POSTS0 COMMENTS
Nicole Veronica
11802 POSTS0 COMMENTS
Nokonwaba Nkukhwana
11865 POSTS0 COMMENTS
Shaida Kate Naidoo
6752 POSTS0 COMMENTS
Ted Musemwa
7026 POSTS0 COMMENTS
Thapelo Manthata
6703 POSTS0 COMMENTS
Umr Jansen
6721 POSTS0 COMMENTS