Search found 7 matches

by hcorreia
2012-04-12T11:48:51-07:00
Forum: Users
Topic: Convert and draw same command issue
Replies: 14
Views: 22934

Re: Convert and draw same command issue

Ok that makes since but do I need to cd like the command below?

convert card.png -draw 'image SrcOver 0,65 1000,1000 point.png' cd../newpath/cardnew.png


Thank you again
by hcorreia
2012-04-12T09:28:09-07:00
Forum: Users
Topic: Convert and draw same command issue
Replies: 14
Views: 22934

Re: Convert and draw same command issue

Thre is no reason really, I guess I thought this was the correct way of doing this.
How can I redirect the output file to a different folder, do you know?
by hcorreia
2012-04-11T20:15:32-07:00
Forum: Users
Topic: Convert and draw same command issue
Replies: 14
Views: 22934

Re: Convert and draw same command issue

Sorry for the confusion. I have an index card and needed to blank information or cover it up and only leave the header. The command did that after your correction of course. I cant post files or else I would have post before and after.
by hcorreia
2012-04-11T19:56:28-07:00
Forum: Users
Topic: Convert and draw same command issue
Replies: 14
Views: 22934

Re: Convert and draw same command issue

card.png is the original image before command execution. I created small point.png (1x1) of white color to use in below command. Below is the command which fulfills over requirement.

convert card.png -draw "image SrcOver 0,65 1000,1000 'point.png"' car
dnew.jpeg
by hcorreia
2012-04-11T18:12:54-07:00
Forum: Users
Topic: Convert and draw same command issue
Replies: 14
Views: 22934

Re: Convert and draw same command issue

Since I have you any idea the command to do this in batches?
by hcorreia
2012-04-11T18:11:45-07:00
Forum: Users
Topic: Convert and draw same command issue
Replies: 14
Views: 22934

Re: Convert and draw same command issue

Thank you so much that did it. Yes this worked it covered the image thank you again

C:\testing>convert card.png -draw "image SrcOver 0,65 1000,1000 'point.png'" car
dnew.png
by hcorreia
2012-04-11T17:07:16-07:00
Forum: Users
Topic: Convert and draw same command issue
Replies: 14
Views: 22934

Convert and draw same command issue

This i my first post and I could not find the answer. I am using Windows XP to run IM. I have an image that I am trying to put a blank image over a certain area. I have created a blank image 1x1 I go to my directory and run the command below and get the error also below convert card.png -draw 'image ...