Search found 4 matches

by rananaskar
2016-02-23T19:57:17-07:00
Forum: Digital Image Processing
Topic: Sub images and their position
Replies: 6
Views: 21882

Re: Sub images and their position

With "-trim" or "-format %@".

convert in.png -format %@ info:

With trim i can not get the position of the individual elements like this. I am getting whole elemnts position after trimming
https://printaura.com/fred1.png


But i want to get it like this
https://printaura.com/fred.png

I want ...
by rananaskar
2016-02-23T02:37:49-07:00
Forum: Digital Image Processing
Topic: Sub images and their position
Replies: 6
Views: 21882

Re: Sub images and their position

If i have an big transparent image with few texts and images at different position.

How can i find position and size of those texts and images in the main image.

Any help would be appreciated.
by rananaskar
2016-02-22T02:45:31-07:00
Forum: Digital Image Processing
Topic: Sub images and their position
Replies: 6
Views: 21882

Sub images and their position

Hello guys i am generating mug with Freds imagemagick cylinder script.

Left view in transparent image
https://printaura.com/wp-content/plugins/rmproductmanagement/ssi/temp_mockup/1456125942a3Jpc2g-left.png

Middle view in transparent image
https://printaura.com/wp-content/plugins ...
by rananaskar
2015-06-17T07:22:07-07:00
Forum: Users
Topic: PDF to PNG Transparency Problem
Replies: 0
Views: 6050

PDF to PNG Transparency Problem

I have a pdf which have a transparent background and it also contains a white image, but the problem is when i am removing the background it's removing the white text also.

Here is the code i am using


$imagename=time().'.png';
$userfile_tmp = $_FILES['image']['tmp_name'];
$im = new Imagick ...