Search found 4 matches

by rozowykubek
2012-11-17T00:40:05-07:00
Forum: Users
Topic: How to create simply arrow - second edition
Replies: 7
Views: 12047

Re: How to create simply arrow - second edition

ok, finally I made it in bash and it looks like this: #!/bin/bash echo 'rysujemy glowe strzalki' arrow_head="path 'M 0,0 l -15,-5 +5,+5 -5,+5 +15,-5 z'" convert test.jpeg -draw 'line 40,100 200,180' \ -draw "stroke blue fill skyblue translate 200,180 rotate -45 $arrow_head' " \ test_arrow.jpeg echo ...
by rozowykubek
2012-11-16T15:47:19-07:00
Forum: Users
Topic: How to create simply arrow - second edition
Replies: 7
Views: 12047

Re: How to create simply arrow - second edition

With your briliant and trival at the same time solution :lol: i was able to survive face to face encounter with my lecturer, but he gone further and gave me another, more complicated arrow quest. If I understood him correctly i have to make "arrow head" pattern which I could generate on the end of ...
by rozowykubek
2012-11-12T12:19:08-07:00
Forum: Users
Topic: How to create simply arrow - second edition
Replies: 7
Views: 12047

Re: How to create simply arrow by using common command promp

i was so absorbed with understanding commands et cetera that i did not think about such brilliant solution :lol:
by rozowykubek
2012-11-12T11:38:52-07:00
Forum: Users
Topic: How to create simply arrow - second edition
Replies: 7
Views: 12047

How to create simply arrow - second edition

Hey preface&task number 1 To be honest my lecturer gave me weird task in exchange for possibility to leave his classes without any consequences (i am college student and in december i want to go abroad for a month ) it has to be ImageMagick whose i did not know until yesterday Task 1 - completed