Search found 9 matches
- 2019-07-01T06:42:44-07:00
- Forum: Users
- Topic: Annotate with leading zeros?
- Replies: 4
- Views: 8031
Re: Annotate with leading zeros?
Obviously thank you.
- 2019-07-01T05:48:32-07:00
- Forum: Users
- Topic: Annotate with leading zeros?
- Replies: 4
- Views: 8031
Annotate with leading zeros?
I'm creating a numbered image sequence using: for i in `seq 001 300` do convert -size 2048x1080 xc:none -font arial -fill black -pointsize 48 -annotate +100+100 $i output_$(printf %04d $i).png done This works well but I would like the annotation text to be 001, 002, etc. rather than 1,2,3,10,13,137 ...
- 2014-02-24T05:50:12-07:00
- Forum: Developers
- Topic: Animate Play keyboard shortcut [feature req]
- Replies: 0
- Views: 4604
Animate Play keyboard shortcut [feature req]
As I work with image sequences a lot I use animate frequently to view these, an amazing tool. Fast, simple and snappy, just what I like. I do however miss a Play keyboard shortcut. After I've stopped playback to step forward/backward I need to click the sequence and click Play in the menu to start ...
- 2010-05-19T01:20:14-07:00
- Forum: Users
- Topic: text layers in xcf?
- Replies: 7
- Views: 16184
text layers in xcf?
When converting xcf files to png text layers seems to be discarded.
The resulting image contains all image layers but none of the text layers.
Is this true? Do I have to find another solution that ImageMagick to convert my xcf's?
The resulting image contains all image layers but none of the text layers.
Is this true? Do I have to find another solution that ImageMagick to convert my xcf's?
- 2010-05-19T01:13:42-07:00
- Forum: Users
- Topic: mogrify xcf to png
- Replies: 1
- Views: 6216
mogrify xcf to png
I've got a convert command that works: convert -flatten -type Grayscale input.xcf output.png Now I want to batch convert a lot of xcf's so trying to use mogrify but can't get it to work. mogrify -flatten -type Grayscale -format png -verbose *.xcf Results in " mogrify: unrecognized option `-flatten ...
- 2010-03-05T03:30:20-07:00
- Forum: Users
- Topic: jpg default quality?
- Replies: 2
- Views: 39286
Re: jpg default quality?
That's what I was looking for but couldn't find. Thank you.
Default=85 then.
Default=85 then.
- 2010-03-05T02:21:31-07:00
- Forum: Users
- Topic: jpg default quality?
- Replies: 2
- Views: 39286
jpg default quality?
When doing conversion without any specific set options convert *.png *.jpg, what are the default quality settings for the output jpg images?
- 2010-01-15T08:09:32-07:00
- Forum: Users
- Topic: Create layered xcf-files?
- Replies: 1
- Views: 4722
Create layered xcf-files?
First, can you create xcf files as well as read them in ImageMagick?
If so, how can I create layered xcf's from a selection of images? (take 5 png's, create an xcf with the images as layers in it.)
If so, how can I create layered xcf's from a selection of images? (take 5 png's, create an xcf with the images as layers in it.)
- 2009-11-30T03:03:26-07:00
- Forum: Users
- Topic: identify error messages.
- Replies: 0
- Views: 3801
identify error messages.
I'm currently writing a small bash-script to find broken images and was wondering about identify error messages.
I've got these;
identify: Read Exception `trasig-bild.png'.
identify: Corrupt image `trasig-bild.png'.
and was wondering if there are any other messages for broken images you know of?
I've got these;
identify: Read Exception `trasig-bild.png'.
identify: Corrupt image `trasig-bild.png'.
and was wondering if there are any other messages for broken images you know of?