Search found 47 matches
- 2019-02-21T16:33:57-07:00
- Forum: Users
- Topic: Animated gif images onto static image; undesired results
- Replies: 8
- Views: 6514
Re: Animated gif images onto static image; undesired results
Thank you to both especially snibgo as I'll look into the above code. Much appreciation.
- 2019-02-20T23:40:41-07:00
- Forum: Users
- Topic: Animated gif images onto static image; undesired results
- Replies: 8
- Views: 6514
Re: Animated gif images onto static image; undesired results
To avoid the possibility of duplicating one or more frames or get blank when adding frames, lets go with 28 frames then.
- 2019-02-20T17:38:05-07:00
- Forum: Users
- Topic: Animated gif images onto static image; undesired results
- Replies: 8
- Views: 6514
Re: Animated gif images onto static image; undesired results
HI snibgo, In order to get a smooth animation result, frames have to be dropped or duplicated to an equal amount per gif image? Hmm not sure which to drop or duplicate. Is it possible to duplicate frames of the one with the less frames to the gif that has the most frames? So in other words, the left ...
- 2019-02-20T16:21:57-07:00
- Forum: Users
- Topic: Animated gif images onto static image; undesired results
- Replies: 8
- Views: 6514
Animated gif images onto static image; undesired results
Hello, My IM version is: ImageMagick 6.9.6-3 Q16 x86_64 2016-11-05 My platform is: Linux I am trying to place more than one animated gif image onto a static image. Everything is fine(no errors) except for the result. One of the animated gif images (left arrow gif image) 'blinks' as you'll see from ...
- 2017-09-07T16:01:03-07:00
- Forum: Users
- Topic: Rounded Corners with border
- Replies: 2
- Views: 5611
Re: Rounded Corners with border
Hello, Yes that is basically what I was looking for. I apologize if I have broken any posting rules or posted in the wrong section. You may move to the appropriate section if necessary. IM version is: ImageMagick 6.9.5-4 Q16 x86_64 2016-08-2 Platform: Mac The border color can be any IM color ...
- 2017-09-07T15:03:27-07:00
- Forum: Users
- Topic: Rounded Corners with border
- Replies: 2
- Views: 5611
Rounded Corners with border
Hello, i have the following command that applies a rounded corner to an image, but I would like it to apply a border as well. I tried to apply a border to an image first and then take the newly border image and apply the command below but the border was cut off at the corners. If I can get he below ...
- 2017-05-08T15:23:39-07:00
- Forum: Users
- Topic: Get and save image dimension in memory?
- Replies: 2
- Views: 4617
Get and save image dimension in memory?
Hello, I was wondering if it's possible to get an image dimension and then save it into memory for later use, like the following: convert \( -size 400 -background transparent caption:”this is some text“ -write mpr:captionText +delete \) \( mpr:captionText -format "%[fx:h]" INFO: -write mpr:imgWidth + ...
- 2017-03-10T14:22:57-07:00
- Forum: Users
- Topic: convert Apple Color Emoji
- Replies: 30
- Views: 37007
Re: convert Apple Color Emoji
I found this reference, https://github.com/googlei18n/noto-emoji/issues/36, and opened the link in the first message "here" to https://github.com/engen0/notocoloremojibuild2 and downloaded the emoji ttf file and tried to use it, but IM says it does not recognize that font. I did not try modifying ...
- 2017-03-04T19:58:42-07:00
- Forum: Users
- Topic: convert Apple Color Emoji
- Replies: 30
- Views: 37007
Re: convert Apple Color Emoji
The only way to know for sure is to try with Freetype. According to the Freetype website above it only supports the Google emojis contributed by Behdad Esfahbod. But I have not researched to find those emoji fonts. Imagemagick is limited to whatever Freetype supports, since it uses Freetype as a ...
- 2017-03-04T19:26:23-07:00
- Forum: Users
- Topic: convert Apple Color Emoji
- Replies: 30
- Views: 37007
Re: convert Apple Color Emoji
I was wondering before installing anything if installing either https://github.com/eosrei/emojione-color-font or https://github.com/eosrei/twemoji-color-font that is mentioned in http://probablement.net/txt/emojilinux would work with imagemagick in rendering emojis?
Thank you.
Thank you.
- 2016-11-05T16:13:12-07:00
- Forum: Users
- Topic: Imagemagick Install question
- Replies: 3
- Views: 4880
Re: Imagemagick Install question
Thank you for the response and links. I'll just go ahead and continue with installing from source but first uninstall previous version via make uninstall. Another question, even if everything is working with current install IM, would it be advisable to always upgrade your IM when a new stable ...
- 2016-11-05T14:31:11-07:00
- Forum: Users
- Topic: Imagemagick Install question
- Replies: 3
- Views: 4880
Imagemagick Install question
Hello, I am thinking about upgrading my imagemagick on my linux machine soon and prior I installed via source. I see now that there is a RPM package at http://www.imagemagick.org/script/binary-releases.php which is easier to install with. My question is, would there be a problem if I upgraded via ...
- 2016-10-08T18:43:02-07:00
- Forum: Users
- Topic: convert Apple Color Emoji
- Replies: 30
- Views: 37007
Re: convert Apple Color Emoji
Hello,
I was wondering if there is any update on this? Thank you.
I was wondering if there is any update on this? Thank you.
- 2016-04-16T22:43:49-07:00
- Forum: Users
- Topic: Question about caption:
- Replies: 7
- Views: 7845
Re: Question about caption:
Hello, that is great! Thanks! I tried to add a stroke to it but doing the following but no results.. is it possible to add stroke? convert -size 256x -pointsize 64 -background black -fill white -font Arial -stroke yellow -strokewidth 2 -gravity center caption:"Testing" \( -clone 0 -alpha opaque ...
- 2016-04-14T23:52:59-07:00
- Forum: Users
- Topic: Question about caption:
- Replies: 7
- Views: 7845
Re: Question about caption:
Hmm that looks about right... would it be possible though to have the gradient go vertically and if the background can be transparent?
Thank you.
Thank you.