Search found 7 matches
- 2014-11-16T05:28:05-07:00
- Forum: Users
- Topic: create 12 squares around a circle - clock face ticks background PNG
- Replies: 13
- Views: 9116
Re: create 12 squares around a circle - clock face ticks background PNG
Many variations are possible. This may be an easier method Thank you for the follow-up. I also want to try and put text around the circle. Example: http://ablogtowatch.wpengine.netdna-cdn.com/wp-content/uploads/2014/11/Hamilton-Khaki-Interstellar-watches-8.jpg - although this gets pretty complex ...
- 2014-11-15T15:07:48-07:00
- Forum: Users
- Topic: create 12 squares around a circle - clock face ticks background PNG
- Replies: 13
- Views: 9116
Re: create 12 squares around a circle - clock face ticks background PNG
yha I changed some other prams to get visibility up on larger sizes - but I think I got the math figured out. This is great, thanks again.Bonzo wrote:]
We crossed posts !
- 2014-11-15T14:57:50-07:00
- Forum: Users
- Topic: create 12 squares around a circle - clock face ticks background PNG
- Replies: 13
- Views: 9116
Re: create 12 squares around a circle - clock face ticks background PNG
yha, that was it, forgot % is var on Windows ;) The outcome size is a bit complex, but got close to a target of 960x960 ;) convert -size 909x10 xc:None -size 49x10 xc:red +append \ -duplicate 11 \ -virtual-pixel None \ +distort SRT "%[fx:360.0*t/n]" \ -layers merge \ clockticks.png Thank you - this ...
- 2014-11-15T14:54:22-07:00
- Forum: Users
- Topic: create 12 squares around a circle - clock face ticks background PNG
- Replies: 13
- Views: 9116
Re: create 12 squares around a circle - clock face ticks background PNG
got: invalid argument for option ScaleRotateTranslate : 'Zero Scale Given'. I think I translated to bash correctly:
Code: Select all
convert -size 80x10 xc:None -size 20x10 xc:red +append \
-duplicate 11 \
-virtual-pixel None \
+distort SRT "%%[fx:360.0*t/n]" \
-layers merge \
c.png
- 2014-11-15T14:17:06-07:00
- Forum: Users
- Topic: create 12 squares around a circle - clock face ticks background PNG
- Replies: 13
- Views: 9116
Re: create 12 squares around a circle - clock face ticks background PNG
I"m not able to make sense of how to apply iteration in the green circle example you provided. What I do see is this "Moving hole" example at: http://www.imagemagick.org/Usage/anim_opt/ But this is cloning the entire image to make multiple frames of an Animated GIF. Is it possible to adapt that ...
- 2014-11-15T13:19:25-07:00
- Forum: Users
- Topic: create 12 squares around a circle - clock face ticks background PNG
- Replies: 13
- Views: 9116
Re: create 12 squares around a circle - clock face ticks background PNG
Yes, I need to be able to create variations of the shape... circles/squares/etc at different sizes and offsets around the circle.fmw42 wrote:why not just use that image? do you need to change something?
- 2014-11-15T13:09:24-07:00
- Forum: Users
- Topic: create 12 squares around a circle - clock face ticks background PNG
- Replies: 13
- Views: 9116
create 12 squares around a circle - clock face ticks background PNG
Hi, I found a script for creating a clock face using bash + ImageMagick. I'm trying to take it one step further and create all the assets. script is here: http://pantburk.info/?blog=89 What I'm trying to do is create a 1000x1000 PNG that matches this: http://pantburk.info/upload/analogclock/bg ...