Search found 9 matches

by cookie2000
2018-10-21T11:29:50-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Re: Change picture to transparent and inserting it into other picture at specific location

I will test it tomorrow with a proper display ( on the macbook it looks closer ... ) :-)

i had used the icc.profile before, but put it in the wrong position tried colourspace as well but that made it worse :-(
by cookie2000
2018-10-19T13:29:21-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Re: Change picture to transparent and inserting it into other picture at specific location

the result
www.../test.jpg

the required output

platform either mac or ubuntu


magick -list format
Format Module Mode Description
-------------------------------------------------------------------------------
3FR DNG r-- Hasselblad CFV/H3D39II
3G2 MPEG r-- Media Container
3GP MPEG r ...
by cookie2000
2018-10-19T12:55:12-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Re: Change picture to transparent and inserting it into other picture at specific location

the tmp.png is still perfect but the test.jpg, the brightness of the red color for example is different
by cookie2000
2018-10-19T12:29:04-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Re: Change picture to transparent and inserting it into other picture at specific location

ok as before
pictures are here

www.../gradiant-grey.jpg
(i am using this gradiant grey, only because I am not able to change the background to colour #E9EDEE and have the size to 3840x5760 )

www.../4060715278916-0.png


magick ./gradiant-grey.jpg \( "4060715278916-0.png" -transparent white -trim ...
by cookie2000
2018-10-19T11:03:11-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Re: Change picture to transparent and inserting it into other picture at specific location

I have done this successfully, however on colourpicture the pictures get dull


the picture is fine while resizing it, but after the compose over composite, the colours are not as before, any idea ?
by cookie2000
2018-10-01T13:49:31-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Re: Change picture to transparent and inserting it into other picture at specific location

I am currently working o a mac, but i will be doing this on ubuntu linux


it is looking nice, have to test it tomorrow on a couple of pictures, thanks a million so far
by cookie2000
2018-10-01T12:48:31-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Re: Change picture to transparent and inserting it into other picture at specific location

Ok I am starting with
picture 016011.jpg , i have resized it and changed the background to transparent thats why I used png
( convert 016011.jpg -format png -resize 2973x4460 -fuzz 30% -transparent white 016011.png)
http://www.../016011.jpg
http://www..../gradiant-grey.jpg
In the end I want to ...
by cookie2000
2018-10-01T12:39:20-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Re: Change picture to transparent and inserting it into other picture at specific location

mogrify version 7.0.7-11
i cant find a way to attach the pictures
by cookie2000
2018-10-01T11:05:43-07:00
Forum: Users
Topic: Change picture to transparent and inserting it into other picture at specific location
Replies: 19
Views: 44538

Change picture to transparent and inserting it into other picture at specific location

Hi all I kind of do not find the right combination

starting point
One jpg with white backround
Task
1 resize that picture to 2973x4460
mogrify -write test1.png -format png -resize 2973x4460 016011.png
2 make the backround of the picture transparent and write it into a different picture resulting ...