Search found 33 matches

by BigNoub
2018-12-05T10:49:05-07:00
Forum: Users
Topic: Generate random noise over specific colors
Replies: 9
Views: 9514

Re: Generate random noise over specific colors

I showed the command I used to generate noise in my first post. I thought that would be enough, especially if there was a way to modify the color of the noise. So yes I could process the output, but it multiplies my run time by 2 or 3. If there was a way to modify the colors in a previous step I thi...
by BigNoub
2018-12-05T03:39:09-07:00
Forum: Users
Topic: Generate random noise over specific colors
Replies: 9
Views: 9514

Re: Generate random noise over specific colors

Sorry for not being specific enough. I'm just trying to generate backgrounds to be used later in other images, just like here: http://www.imagemagick.org/Usage/backgrounds/ The basis for most of these backgrounds is a random noise image, but because I can't control the colors of this noise I always ...
by BigNoub
2018-12-03T12:36:38-07:00
Forum: Users
Topic: Generate random noise over specific colors
Replies: 9
Views: 9514

Generate random noise over specific colors

I'm using Imagemagick 7.0.8-14 on ubuntu 16.04 I would like to generate random noise: magick -size 100x100 xc: +noise Random random.png but above specific colors, for instance noise over pastel colors, or reddish colors, instead of the usual RGB we get from the above command. Is there a way to do th...
by BigNoub
2018-11-27T08:13:28-07:00
Forum: Bugs
Topic: convert: no encode delegate for this image format `XC' @ error/constitute.c/WriteImage/1217.
Replies: 3
Views: 12097

Re: convert: no encode delegate for this image format `XC' @ error/constitute.c/WriteImage/1217.

magick -version only says:

Delegates (built-in): zlib

so that's indeed the problem. How do I build these libraries exactly? What is the command?
by BigNoub
2018-11-27T07:28:01-07:00
Forum: Bugs
Topic: convert: no encode delegate for this image format `XC' @ error/constitute.c/WriteImage/1217.
Replies: 3
Views: 12097

convert: no encode delegate for this image format `XC' @ error/constitute.c/WriteImage/1217.

I'm using ImageMagick 7.0.8-14 on Ubuntu 16.04. I installed by downloading the tar.gz and ran ./configure --prefix /usr/local && \ make install When I try a simple command with png or jpg as an output format: convert -size 800x800 xc:white white.jpg I get the error message convert: no encode...
by BigNoub
2017-02-28T14:24:00-07:00
Forum: Users
Topic: % character in caption not appearing
Replies: 9
Views: 7035

Re: % character in caption not appearing

Perfect thanks!
by BigNoub
2017-02-28T10:58:11-07:00
Forum: Users
Topic: % character in caption not appearing
Replies: 9
Views: 7035

Re: % character in caption not appearing

yes you're right, what I meant is that the files I use as inputs are generated in real time by users, I can't ask them to write %% as it's really not human-readable, and I can't myself do tens of global searches per day to change that manually, I need everything to be automated. Is that a bug anyway...
by BigNoub
2017-02-28T10:10:42-07:00
Forum: Users
Topic: % character in caption not appearing
Replies: 9
Views: 7035

Re: % character in caption not appearing

Escaping the percent with another percent works! Although it is not very practical because my caption is read from a file, and I have lots of captions to write, potentially with lots of percent in them, I can't go throughout the file and change them all. Is my only option to analyse each $title vari...
by BigNoub
2017-02-28T07:29:40-07:00
Forum: Users
Topic: % character in caption not appearing
Replies: 9
Views: 7035

Re: % character in caption not appearing

no, double quoting does not solve the problem
by BigNoub
2017-02-28T02:42:14-07:00
Forum: Users
Topic: % character in caption not appearing
Replies: 9
Views: 7035

% character in caption not appearing

I'm using ImageMagick 6.7.7-10 2016-11-29 Q16 on Ubuntu 14.04 I am using this command to add a caption to an image: convert -background black -bordercolor black -fill white -size 300x20 -pointsize $myFontsize caption:$title -trim -border 5 -channel A -fx '(lightness/2)+.8' -geometry +$myX+$myY $inpu...
by BigNoub
2016-09-29T01:30:33-07:00
Forum: Users
Topic: Animate a drawing
Replies: 10
Views: 6377

Re: Animate a drawing

Great I will test that! My IM version is 6.7.7-10 and I'm on Ubuntu 14.04 Geemack's solution is what you gave me, isn't it? Erasing the drawing instead of drawing it? Or you meant doing it by hand is going to look better? The problem in this case is that I have lots of drawings and it would take me ...
by BigNoub
2016-09-28T15:03:17-07:00
Forum: Users
Topic: Animate a drawing
Replies: 10
Views: 6377

Re: Animate a drawing

I don't know IM very well, so I didn't know whether it was possible to "pick a random black pixel" or "turn white all pixels within a radius". Your reply seems to confirm that it's possible. Any commands I should look at more precisely?
by BigNoub
2016-09-28T01:19:00-07:00
Forum: Users
Topic: Animate a drawing
Replies: 10
Views: 6377

Re: Animate a drawing

Sorry I was not specific enough in my question. I would like Image Magick to do this process all alone (even saving the multiple intermediary images). I would like to give Image Magick the final image, then it would select a random black point on the drawing, follow the line on about 10% of the tota...
by BigNoub
2016-09-27T14:15:21-07:00
Forum: Users
Topic: Animate a drawing
Replies: 10
Views: 6377

Animate a drawing

Let's say I have an image like this :

Image

I would like to produce an animation that would show the drawing as if it is drawn in real time:

Image

Can ImageMagick help me do that?
Thanks.
by BigNoub
2015-12-31T13:52:57-07:00
Forum: Users
Topic: Caption: adding breaklines in the middle of a word
Replies: 11
Views: 10634

Re: Caption: adding breaklines in the middle of a word

Thank you all for your replies. I'm puzzled because I have just tried again the code I posted above in my first message and the numbers aren't cut anymore. Can anyone try it and confirm if they can replicate the problem? @bonzo : the problem happened with letters too @magick : there was no space bet...