gd

How to remove the white background in the image using PHP?

There are a lot of images on the site - I want to optimize the amount of files. I want to do the following things: How do I ... ? How do I crop a photo at the edges of the image so that there are no extra areas, so to speak, but only the working area?

Applying text to an image with line break using GD

Hello everyone. Creating a function in PHP for applying text to an image. Everything turned out well with the help of the GD ... ($ret==""?"":"\n").$word; $wrp=$wrp+1; } else { $ret.=($ret==""?"":" ").$word; } } $marker = $ret;

How to overlay one image on another using php?

You need to overlay . png (145x343) in the center of the image . png (1929x1087) with PHP (GD2), also take into account the alpha channel. I tried the imagecopy function, the image did not overlap, perhaps I did not use it correctly...

Creating a video from images to the server (PHP)

Hello. There was a task to create a Gif on the server from ordinary images (jpg). The problem was solved using the php librar ... from which the video gif was created, so that instead of showing this video to the user. How can this be implemented in PHP?

Good image blur in GD

The site has a script for generating thumbnails. Since it's natively on GD, I added a few lines to simulate the shadow: $bac ... adow of the superimposed rectangles with indentation is not suggested, it looks too unnatural because of the sharp corners:

FFmpeg get a frame without black bars

There is a task to get a certain frame from different videos without black bars on the top and bottom of the video. Now the ... black bars at the top and bottom of the frame: Is it possible to somehow keep without these bands in the same proportion?

Optimizing PNG in PHP with GD

Is it possible to compress a PNG image without losing its transparency and save it to a new file, as it is done? The review of a dozen thematic articles was not successful

How do I darken an image and overlay text with a logo using php?

Here is the code <?php // Тип содержимого header('Content-Type: image/png'); // Создание изображения ... te a picture and put it on the existing one, first the background is translucent, and then on top of the text with the logo?

Assemble an image from other images with PHP

Hello; I would like to know if I can assemble an image from other images sequentially. For example: let's say I have a re ... 0, 0, 0, 0, 60, 60 ); imagedestroy( $lim ); } header('Content-Type: image/jpeg'); imagejpeg( $im ); imagedestroy( $im );

Resize image in a square keeping aspect ratio of the original PHP image

What happens is this: I'm pulling some product photos from an XML link, and the images come in different sizes. I currently ... that Square the image of the product, respecting its proportion but making it whole fit on the White Square, is it possible?

Write about image with PHP

I need that from a form, the user can write their data, to be printed on a predefined image (it will be an email signature) ... r o arquivo. Se não definido NULL a imagem será mostrado no browser. * 80 - Qualidade da compresão da imagem. */

Error in characters when using PHP imagettftext

I'm using the script below to test with a certain source and on the local machine I have windows everything runs beautiful, b ... directive... I think it might be that, but I have no idea how to disable it via code and if this is possible and recommended.

Problem creating an image with a transparent background

Hello, I am trying to create an equal PHP image of the offer emails sent automatically by CasasBahia. Example of Housesbah ... et and forums but found nothing. I am using XAMPP in version 5.6.35 I use Google Chrone in version 65.0.3325.181 (latest)

Problem with resizing PNG images in PHP

Good night. I have a script from a virtual store here, but I'm having problems with PNG images. When uploading an image li ... th PNG in PHP? Something related to Alpha (I don't work much with images, so I don't know what can be happening). Thank you.