Search found 4 matches

by Cutee
2013-10-08T11:03:40-07:00
Forum: Users
Topic: Convert png over jpg weird problem. - SOLVED!!
Replies: 8
Views: 3989

Re: Convert png over jpg weird problem.

"show:" doesn't work on Windows. Just use something like:
convert 1.jpg ( 1.png -resize 1190x1750 ) -compose over -composite out.png
... then type "out.png" to view the result.

OK thanks! that was it :) .. damn i feel stupid with these machines and software so thanks once more for your patience.
by Cutee
2013-10-08T10:55:13-07:00
Forum: Users
Topic: Convert png over jpg weird problem. - SOLVED!!
Replies: 8
Views: 3989

Re: Convert png over jpg weird problem.

try this

unix syntax

convert 1.jpg \( 1.png -resize 1190x1750 \) -compose over -composite show:


windows syntax

convert 1.jpg ( 1.png -resize 1190x1750 ) -compose over -composite show:

Nice that worked! tho it give some weird error? or so on it but it crated a .jpg with those on it ...
by Cutee
2013-10-08T09:53:21-07:00
Forum: Users
Topic: Convert png over jpg weird problem. - SOLVED!!
Replies: 8
Views: 3989

Re: Convert png over jpg weird problem.

snibgo wrote:"-transparent white" should be after the image has been read, not before.

If you can provide both the source files, someone might work out a command that does the job.

Source files added to post.
by Cutee
2013-10-08T09:21:17-07:00
Forum: Users
Topic: Convert png over jpg weird problem. - SOLVED!!
Replies: 8
Views: 3989

Convert png over jpg weird problem. - SOLVED!!

Hi, and 1st of all thanks for the great tools!

I have weird problem when trying to convert .png to .jpg

.png has 1536 x 2259 resolution
.jpg has 1190x1750 resolution

Its a comic strip that im trying to get in one .jpg file so i can create a pdf for my kid to read with tablet.

When i convert with ...