Search found 71 matches

by niyanwen
2019-06-22T17:03:49-07:00
Forum: Users
Topic: How to know the image's transparent space?
Replies: 33
Views: 31406

Re: How to know the image's transparent space?

when I trim it, can I add some padding there, for example, have a padding 5 around the border when trim it?
by niyanwen
2019-06-22T16:01:29-07:00
Forum: Users
Topic: How to know the image's transparent space?
Replies: 33
Views: 31406

Re: How to know the image's transparent space?

wow, great, thank you so much!
by niyanwen
2019-06-22T12:07:43-07:00
Forum: Users
Topic: How to know the image's transparent space?
Replies: 33
Views: 31406

Re: How to know the image's transparent space?

Hi, after revisiting my use case, I think what I need is this is original picture https://m.media-amazon.com/images/G/01/POD/SHIRT_ART_IMAGE1.png I want to know know x, y direction basically need to know left boundary, and top boundary which don't have transparency in here top boundary is 583 and le...
by niyanwen
2019-06-20T11:11:51-07:00
Forum: Users
Topic: How to know the image's transparent space?
Replies: 33
Views: 31406

Re: How to know the image's transparent space?

Hi thanks for your answer, I want to explain a little, so I have an image to print using some printer I want to get this image boundary and exclude transparency. since printer needs to know image boundary another thought I have, could I use trim function to trim the transparency of this image, and c...
by niyanwen
2019-06-19T16:17:15-07:00
Forum: Users
Topic: How to know the image's transparent space?
Replies: 33
Views: 31406

How to know the image's transparent space?

If I have in image, which has transparent space, is there a way I can know the transparent space starts from x and y? basically like this image boundary?
by niyanwen
2019-05-28T19:14:02-07:00
Forum: Users
Topic: what's the best way to combine multiple pics into one big pics
Replies: 10
Views: 8908

Re: what's the best way to combine multiple pics into one big pics

but my use case for now is I need to set a default image size for the whole image, so I need to keep xc:transparent right?
by niyanwen
2019-05-28T12:38:41-07:00
Forum: Users
Topic: what's the best way to combine multiple pics into one big pics
Replies: 10
Views: 8908

Re: what's the best way to combine multiple pics into one big pics

works! thank you! do you know why I need to have this "xc:transparent" in the cmd, looks like without this, it won't work
by niyanwen
2019-05-28T11:46:53-07:00
Forum: Users
Topic: what's the best way to combine multiple pics into one big pics
Replies: 10
Views: 8908

Re: what's the best way to combine multiple pics into one big pics

the command generated is : convert -size 1990x3535 xc:transparent -page +0+0 image1.png -page +497+0 image2.png -layers flatten image3.png
by niyanwen
2019-05-28T11:41:43-07:00
Forum: Users
Topic: what's the best way to combine multiple pics into one big pics
Replies: 10
Views: 8908

Re: what's the best way to combine multiple pics into one big pics

Hi,

I follow this command, but the issue I face is the background of image is white or something else, do you know how to setup background as transparent, and only keep the images I want to combine
by niyanwen
2019-05-23T16:21:58-07:00
Forum: Users
Topic: what's the best way to combine multiple pics into one big pics
Replies: 10
Views: 8908

what's the best way to combine multiple pics into one big pics

Hey, I need to generate one big by combine around 20 small pics
each small pics I have its location(offset x, y) and I have the big image size

what is the best command to do with it?
if I used in java, is there any example to take a look?