python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to trim or remove black part from image in php imagick?
I have created an image using Imagick in PHP. But there is a black part in the background. I want to remove it. For more clarification, i have attached the image.
`
header('Content-type: image/jpeg');...

Mouri
Votes: 0
Answers: 1
Test Imagick Image
Hello i'm doing a test with Imagick library with following code
<?php
error_reporting(E_ALL);
ini_set( 'display_errors','1');
/* Create a new imagick object */
$im = new Imagick();
/* Create ne...
user3718303
Votes: 0
Answers: 1
SVG to PNG in PHP results wrong
I am trying to convert a SVG image code into PNG image for response.
But somehow (I dont know why, but results in my local(mac) is okay, but in Ubuntu 20.0 its respond wrong) Image is not that i expec...

Katerou22
Votes: 0
Answers: 1
Convert PDF to PNG without transparent background
I use the following code to convert PDF to PNG. As you can see, I use code setImageAlphaChannel(Imagick::ALPHACHANNEL_REMOVE ) to remove the background transparency. But in practice it only works for ...
user17961530
Votes: 0
Answers: 1