It is currently Wed Apr 24, 2024 4:21 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 812 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 41  Next
Author Message
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 3:34 am  (#41) 
Offline
GimpChat Member
User avatar

Joined: Dec 22, 2011
Posts: 385
WOW...all soo good. Personally for me I like bright colours but they are all fantastic. Looking forward to seeing the winners in action :)

_________________
Image


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 3:35 am  (#42) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
That is very nice wbool. To upload your xcf, go to the bottom and you will see this below, just click browse and look for your file and click submit.

Image

_________________
Image


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 4:17 am  (#43) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Is this better?

Image


Attachments:
gc-molly-banner5.xcf [604.5 KiB]
Downloaded 169 times

_________________
Image
Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 5:01 am  (#44) 
Offline
GimpChat Member
User avatar

Joined: May 26, 2012
Posts: 342
Location: France
yep, now you made it floating, better for integration.
The trick is to create the banner inside a copy of the web page, this way you immediately detect the "box effect" ;)


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 5:09 am  (#45) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
:oops: Thank you anarkhya. I didn't understand what they were talking about but I guess I do now. I just thought they made it to size and that was it.

_________________
Image


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 11:31 am  (#46) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Now here is my thought, Tux will the background of the banner areas be changed according to the banner used? Kinda of like a theme change?>

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 12:54 pm  (#47) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
ZWard117 wrote:
Now here is my thought, Tux will the background of the banner areas be changed according to the banner used? Kinda of like a theme change?>


That would mean the "sliver" image would also need to be rotated. That is why i changed mine.Less work for Tux if he can just upload a new banner or use javascript to rotate JUST the banner image files.

I am not sure if it is possible to use Java to rotate 2 images at once for 2 different directories on your server....maybe? :)
Then folks could create their banner and their sliver.Tux could then give the 2 files a dedicated server folder, and have a javascript call both and rotate them? I have never seen this but it may be possible. :hehe

Then every time Tux receives a new banner and sliver he could add that to the script.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 2:52 pm  (#48) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Or just use css and right a repeating class and background for each of the banner sets, and comment the current one out.

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 4:45 pm  (#49) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
ZWard117 wrote:
Or just use css and right a repeating class and background for each of the banner sets, and comment the current one out.


The thing is i am not sure if either is possible with phpBB forums. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sat Jul 21, 2012 4:48 pm  (#50) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
php allows (last time I was using it at least) for the use of both html, and calling of stylesheets, but is dependent on your use of it.

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Sun Jul 22, 2012 3:06 pm  (#51) 
Offline
GimpChat Member

Joined: Aug 05, 2011
Posts: 606
Location: limestone,ny
Used firebug to see what my banner would look like..
ended up using a layer mask and fading the edges to make it blend-in so the edges didn't show
Image
Image
just realized :oops: i uploaded the wrong banner version screenshot (#2) should have been this one with faded edges
Image


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Mon Jul 23, 2012 2:12 pm  (#52) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Very nice banners!!

As to implementation of a rotating banner, it would be easier to simply use a script rotate a single banner but there shouldn't be an issue with rotating the background "sliver" (background2.png), as well. The current css is pretty straightforward.

#logodesc {
   background-color: #EEF4F5;
   background-image: url('./images/background2.png');
   background-repeat: repeat-x;
   background-position: center;
   padding: -0px 0px 0px 0px;
}


Another option would be to border each side of the banner with a vertical bar, framing it out, so the only thing that would need to change would be the banner itself.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Mon Jul 23, 2012 3:09 pm  (#53) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
You could also take the ones you like and create multiple banner classes with the scripting all set up. Then it would be a matter of changing a div id or class to that particular banners class/id name.

#logodesc1 {
   background-color: #EEF4F5;
   background-image: url('./images/background1.png');
   background-repeat: repeat-x;
   background-position: center;
   padding: -0px 0px 0px 0px;
}

#logodesc2 {
   background-color: #EEF4F5;
   background-image: url('./images/background2.png');
   background-repeat: repeat-x;
   background-position: center;
   padding: -0px 0px 0px 0px;
}
with this or just changing the number in the div
<div id="logodesc1"></div>
<!-<div id="logodesc2"></div>-!>
OR
by uncommentting the other banners and commenting the current one out
#logodesc {<!-Banner Default-!>
   background-color: #EEF4F5;
   background-image: url('./images/background2.png');
   background-repeat: repeat-x;
   background-position: center;
   padding: -0px 0px 0px 0px;
}

<!-#logodesc {<!- Banner one-!>
   background-color: #EEF4F5;
   background-image: url('./images/background2.png');
   background-repeat: repeat-x;
   background-position: center;
   padding: -0px 0px 0px 0px;
}-!>


_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Mon Jul 23, 2012 5:08 pm  (#54) 
Offline
GimpChat Member
User avatar

Joined: May 26, 2012
Posts: 342
Location: France
GnuTux wrote:
Very nice banners!!
Another option would be to border each side of the banner with a vertical bar, framing it out, so the only thing that would need to change would be the banner itself.


But doing so, you would kill the "floating" banner in favor of the "boxed" banner. Matter of taste but, well, I just wanted to stress this as a consequence.


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Mon Jul 23, 2012 6:24 pm  (#55) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
I do like the floating banner effect better myself. I don't think the boxed in effect would look as good.
As for rotating the banner, it would be easier to just use a script that grabs images from a directory and just flips a different one each day, or week.That way there is no need to change the CSS or markup code at all.As there might be a time where you just can't do it that day. Better to have it automatic i think. :)

Tux i don't think anyone has a problem with using your bg and gradient.They can add their own stuff to that.Then it will match the site colors and stay fluid. :)

http://www.phpbbstyles.com/viewtopic.php?t=5922

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Mon Jul 23, 2012 11:00 pm  (#56) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Ya but does that include that ability to define specific dates?

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Wed Jul 25, 2012 7:13 am  (#57) 
Offline
GimpChat Member
User avatar

Joined: Jun 24, 2010
Posts: 504
Location: Western Vic Australia
I have tried to make my original idea with a bit more "oomph" and colour. I stuck with the same theme , a Wilbur, and the two enduring brushes with the underlying colours of the forum.
I also tried to simulate depth by having the peppers and sparkle above and below different items. This will expand on both sides as both sides of the banner are exactly the same.
I found the hardest part was to include the Forum Motto "Where Imagination Meets Innovation". It is long and difficult to place without upsetting some element in the composition.
Because of the layering and with layer masks to achieve the under and above effects of peppers and sparkles, the xcf is quite large and messy. I will upload if you require it. I hope you like this version.
I had thought that we would have had more attempts at this as it is an excellent way to learn more about Gimp and design. Perhaps there are a lot more "in the making" out there!

Attachment:
masthead6.png
masthead6.png [ 271.68 KiB | Viewed 2032 times ]

_________________
Image


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Wed Jul 25, 2012 7:39 am  (#58) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Excellent wbool, very vibrant and a very nice composition. This gets my vote for sure.
BTW, I am a little disappointed too that we haven't received very many from other members.

_________________
Image


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Wed Jul 25, 2012 11:28 am  (#59) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Still working on mine, just got a job so cut me a little slack :D

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: GIMP Chat Banner Challenge
PostPosted: Wed Jul 25, 2012 11:53 am  (#60) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Congrats on the new job.

_________________
Image


Top
Post new topic Reply to topic  [ 812 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 41  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Make a Banner in Gimp?

0

No new posts Attachment(s) Challenge

14

No new posts Attachment(s) Directed Challenge

111

No new posts Attachment(s) GMIC Challenge

24

No new posts Attachment(s) Free Challenge

102



* Login  



Powered by phpBB3 © phpBB Group