Talk About Network

Google





Graphics > GIMP (GNU Image Manipulation Program) > Re: fill in a b...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 6 Topic 2996 of 3173
Post > Topic >>

Re: fill in a bash script

by houghi <houghi@[EMAIL PROTECTED] > Jun 14, 2008 at 11:25 PM

houghi wrote:
>> Hope this helps.
>
> It is a serious step in the right direction.

I am an idiot. A complete moron. Instead of using The GIMP, it would be
much better to use ImageMagic for it. I am so dumb. :-/

Below the script I have after 5 minutes. This is extremely basic. I will
obviously need to add several things.

#!/bin/bash
# Add colorized mask
#Replace the following with a loop
cp adrianne_curry_20080529_0007.jpg file.jpg
FILE=file.jpg
# Get the colour Semi-randomize colour?
COLOUR=`convert $FILE -filter Box -resize 1x1 -depth 8 txt:-| \
        tail -n 1|awk '{print $NF}'`
#Make the overlay
convert -size 1920x1200 xc:${COLOUR} overlay.jpg
#Put it all together Semi-randomize the %
composite -dissolve 25% file.jpg overlay.jpg file2.jpg
rm overlay.jpg file.jpg

I am now trying out what I can change to make it look nice.

houghi
-- 
This was written under the influence of the following:
|  Artist : Deep Purple
|    Song : Child In Time
|   Album : Made in Japan
 




 6 Posts in Topic:
fill in a bash script
houghi <houghi@[EMAIL   2008-06-14 14:18:08 
Re: fill in a bash script
Michael Soibelman <in-  2008-06-14 12:15:06 
Re: fill in a bash script
houghi <houghi@[EMAIL   2008-06-14 22:06:39 
Re: fill in a bash script
houghi <houghi@[EMAIL   2008-06-14 23:25:57 
Re: fill in a bash script
Michael Soibelman <in-  2008-06-14 16:28:43 
Re: fill in a bash script
houghi <houghi@[EMAIL   2008-06-15 03:31:40 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Wed Jan 7 22:13:43 PST 2009.