rectangle with border
Message-ID:<6tjrqjFbb7n3U1@mid.individual.net>
Subject:
rectangle with border
Date:Mon, 19 Jan 2009 18:32:18 +0100
I want to do complex things with gimp because I know it is possible. ;) But on the first step I am falling. I am not able to drawing a filled rectangle with a filled border. How can I do this? -- publictimestamp.org/ptb/PTB-5237 sha384 2009-01-19 15:00:05 3AF0CFD8D66196C16E4FDB93B58A80186E1D3444CBA43CB0E5358562894D67FDABC43F ED045843B3C56611DA729703DF
Message-ID:<gl2kr9$ua1$1@nntp.motzarella.org>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 20:36:28 +0100
Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > Looks quite dangerous > How can I do this? > gug.sunsite.dk "don't try this at home". http://www.billybragg.co.uk/releases/albums/dont_try_this/index.html -- -- 700+ Radio Stations on SW http://swstations.tk/ Shortwave transmissions in English, Francais, Nederlands, Deutsch, Suid-Afrikaans, Chinese, Dansk, Urdu, Cantonese, Greek, Spanish, Portuguese, ... http://radiolanguages.tk Updated every month or so ....
Message-ID:<4974e650$0$6725$426a74cc@news.free.fr>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 21:45:04 +0100
Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? > - Make a rectangular selection the size of the rectangle+border - Bucket-fill selection with border color - In the menu bar, do a Select/shrink... and enter the required width of the border - Bucket-fill the selection with the inner rectangle color. -- Bertrand
Message-ID:<feudnRYbOrPpZ-nUnZ2dnUVZ_ojinZ2d@giganews.com>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 23:11:00 +0100
On Mon, 19 Jan 2009 18:32:18 +0100, Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? If I'm understanding you correctly - try using the rectangle select tool to make the selection, then select "Border" from the Select menu. You'll get a dialog where you can specify the size and some options for your border. Once you've made your selection, you can use the bucket-fill tool to fill in the border [make sure you have "Fill whole selection" selected in the Bucket Fill's tool box. After creating your border, you can select everything inside it to fill with a different color. Not that I think it through, it might be faster and easier to first fill in the whole selection and then use the Select->Border menu to create the border around the selection. Since I'm just learning myself and never do anything the right way, I'm sure there may be an easier way to do this.
Message-ID:<49750f72$0$15312$426a74cc@news.free.fr>
Subject:
Re: rectangle with border
Date:Tue, 20 Jan 2009 00:40:34 +0100
arkster wrote: > On Mon, 19 Jan 2009 18:32:18 +0100, Christian Buhtz wrote: > >> I want to do complex things with gimp because I know it is possible. ;) >> >> But on the first step I am falling. I am not able to drawing a filled >> rectangle with a filled border. >> >> How can I do this? > > If I'm understanding you correctly - try using the rectangle select tool > to make the selection, then select "Border" from the Select menu. You'll > get a dialog where you can specify the size and some options for your > border. Once you've made your selection, you can use the bucket-fill tool > to fill in the border [make sure you have "Fill whole selection" selected > in the Bucket Fill's tool box. > > After creating your border, you can select everything inside it to fill > with a different color. > > Not that I think it through, it might be faster and easier to first fill > in the whole selection and then use the Select->Border menu to create the > border around the selection. > > Since I'm just learning myself and never do anything the right way, I'm > sure there may be an easier way to do this. The "border" selection has two drawbacks here: - it has round corners (ok, this may also be what is wanted, but then growing the rectangular selection will do the same) - the border straddles the initial limits. It merely make a copy of the selection and grows it by the requested amount, shrink the initial selection by the selected amount, and substract that from the grown one. This make the computation a bit more complicated: To draw a 100x100 square with a 20 pixels wide black border, you have to create a 110x110 selection, and then make a 10-pixels border selection. -- Bertrand
Message-ID:<87mydmomvd.fld@apaflo.com>
Subject:
Re: rectangle with border
Date:Tue, 20 Jan 2009 01:13:42 +0100
Christian Buhtz <exsudat@gmx.de> wrote: >I want to do complex things with gimp because I know it is possible. ;) > >But on the first step I am falling. I am not able to drawing a filled >rectangle with a filled border. > >How can I do this? Open a new image with any given rectangular canvas size. Duplicate the layer. Scale the new layer (take your pick, larger or smaller than the original layer). Now fill each of the two layers with different colors, and then merge the layers. -- Floyd L. Davidson <http://www.apaflo.com/floyd_davidson> Ukpeagvik (Barrow, Alaska) floyd@apaflo.com
Message-ID:<0b54358a-7483-446d-b060-2c6a9a87ef3a@v39g2000pro.googlegroups.com>
Subject:
Re: rectangle with border
Date:Sat, 24 Jan 2009 00:49:58 +0100
On Jan 19, 12:32 pm, Christian Buhtz <exsu...@gmx.de> wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? > > > publictimestamp.org/ptb/PTB-5237 sha384 2009-01-19 15:00:05 > 3AF0CFD8D66196C16E4FDB93B58A80186E1D3444CBA43CB0E5358562894D67FDABC43F > ED045843B3C56611DA729703DF First you must create a rectangle selection. After this you must use Selection > Border select. Choose 5-10 pixels range. The GIMP will create the border around the rectangle selection. After this you can fill the border any color or pattern with Bucket fill tool, or Gradient tool. (Andy Smith kovacs.endre7@upcmail.hu
Message-ID:<6tjrqjFbb7n3U1@mid.individual.net>
Subject:
rectangle with border
Date:Mon, 19 Jan 2009 18:32:18 +0100
I want to do complex things with gimp because I know it is possible. ;) But on the first step I am falling. I am not able to drawing a filled rectangle with a filled border. How can I do this? -- publictimestamp.org/ptb/PTB-5237 sha384 2009-01-19 15:00:05 3AF0CFD8D66196C16E4FDB93B58A80186E1D3444CBA43CB0E5358562894D67FDABC43F ED045843B3C56611DA729703DF
Message-ID:<gl2kr9$ua1$1@nntp.motzarella.org>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 20:36:28 +0100
Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > Looks quite dangerous > How can I do this? > gug.sunsite.dk "don't try this at home". http://www.billybragg.co.uk/releases/albums/dont_try_this/index.html -- -- 700+ Radio Stations on SW http://swstations.tk/ Shortwave transmissions in English, Francais, Nederlands, Deutsch, Suid-Afrikaans, Chinese, Dansk, Urdu, Cantonese, Greek, Spanish, Portuguese, ... http://radiolanguages.tk Updated every month or so ....
Message-ID:<4974e650$0$6725$426a74cc@news.free.fr>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 21:45:04 +0100
Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? > - Make a rectangular selection the size of the rectangle+border - Bucket-fill selection with border color - In the menu bar, do a Select/shrink... and enter the required width of the border - Bucket-fill the selection with the inner rectangle color. -- Bertrand
Message-ID:<feudnRYbOrPpZ-nUnZ2dnUVZ_ojinZ2d@giganews.com>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 23:11:00 +0100
On Mon, 19 Jan 2009 18:32:18 +0100, Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? If I'm understanding you correctly - try using the rectangle select tool to make the selection, then select "Border" from the Select menu. You'll get a dialog where you can specify the size and some options for your border. Once you've made your selection, you can use the bucket-fill tool to fill in the border [make sure you have "Fill whole selection" selected in the Bucket Fill's tool box. After creating your border, you can select everything inside it to fill with a different color. Not that I think it through, it might be faster and easier to first fill in the whole selection and then use the Select->Border menu to create the border around the selection. Since I'm just learning myself and never do anything the right way, I'm sure there may be an easier way to do this.
Message-ID:<49750f72$0$15312$426a74cc@news.free.fr>
Subject:
Re: rectangle with border
Date:Tue, 20 Jan 2009 00:40:34 +0100
arkster wrote: > On Mon, 19 Jan 2009 18:32:18 +0100, Christian Buhtz wrote: > >> I want to do complex things with gimp because I know it is possible. ;) >> >> But on the first step I am falling. I am not able to drawing a filled >> rectangle with a filled border. >> >> How can I do this? > > If I'm understanding you correctly - try using the rectangle select tool > to make the selection, then select "Border" from the Select menu. You'll > get a dialog where you can specify the size and some options for your > border. Once you've made your selection, you can use the bucket-fill tool > to fill in the border [make sure you have "Fill whole selection" selected > in the Bucket Fill's tool box. > > After creating your border, you can select everything inside it to fill > with a different color. > > Not that I think it through, it might be faster and easier to first fill > in the whole selection and then use the Select->Border menu to create the > border around the selection. > > Since I'm just learning myself and never do anything the right way, I'm > sure there may be an easier way to do this. The "border" selection has two drawbacks here: - it has round corners (ok, this may also be what is wanted, but then growing the rectangular selection will do the same) - the border straddles the initial limits. It merely make a copy of the selection and grows it by the requested amount, shrink the initial selection by the selected amount, and substract that from the grown one. This make the computation a bit more complicated: To draw a 100x100 square with a 20 pixels wide black border, you have to create a 110x110 selection, and then make a 10-pixels border selection. -- Bertrand
Message-ID:<87mydmomvd.fld@apaflo.com>
Subject:
Re: rectangle with border
Date:Tue, 20 Jan 2009 01:13:42 +0100
Christian Buhtz <exsudat@gmx.de> wrote: >I want to do complex things with gimp because I know it is possible. ;) > >But on the first step I am falling. I am not able to drawing a filled >rectangle with a filled border. > >How can I do this? Open a new image with any given rectangular canvas size. Duplicate the layer. Scale the new layer (take your pick, larger or smaller than the original layer). Now fill each of the two layers with different colors, and then merge the layers. -- Floyd L. Davidson <http://www.apaflo.com/floyd_davidson> Ukpeagvik (Barrow, Alaska) floyd@apaflo.com
Message-ID:<0b54358a-7483-446d-b060-2c6a9a87ef3a@v39g2000pro.googlegroups.com>
Subject:
Re: rectangle with border
Date:Sat, 24 Jan 2009 00:49:58 +0100
On Jan 19, 12:32 pm, Christian Buhtz <exsu...@gmx.de> wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? > > > publictimestamp.org/ptb/PTB-5237 sha384 2009-01-19 15:00:05 > 3AF0CFD8D66196C16E4FDB93B58A80186E1D3444CBA43CB0E5358562894D67FDABC43F > ED045843B3C56611DA729703DF First you must create a rectangle selection. After this you must use Selection > Border select. Choose 5-10 pixels range. The GIMP will create the border around the rectangle selection. After this you can fill the border any color or pattern with Bucket fill tool, or Gradient tool. (Andy Smith kovacs.endre7@upcmail.hu
Message-ID:<6tjrqjFbb7n3U1@mid.individual.net>
Subject:
rectangle with border
Date:Mon, 19 Jan 2009 18:32:18 +0100
I want to do complex things with gimp because I know it is possible. ;) But on the first step I am falling. I am not able to drawing a filled rectangle with a filled border. How can I do this? -- publictimestamp.org/ptb/PTB-5237 sha384 2009-01-19 15:00:05 3AF0CFD8D66196C16E4FDB93B58A80186E1D3444CBA43CB0E5358562894D67FDABC43F ED045843B3C56611DA729703DF
Message-ID:<gl2kr9$ua1$1@nntp.motzarella.org>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 20:36:28 +0100
Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > Looks quite dangerous > How can I do this? > gug.sunsite.dk "don't try this at home". http://www.billybragg.co.uk/releases/albums/dont_try_this/index.html -- -- 700+ Radio Stations on SW http://swstations.tk/ Shortwave transmissions in English, Francais, Nederlands, Deutsch, Suid-Afrikaans, Chinese, Dansk, Urdu, Cantonese, Greek, Spanish, Portuguese, ... http://radiolanguages.tk Updated every month or so ....
Message-ID:<4974e650$0$6725$426a74cc@news.free.fr>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 21:45:04 +0100
Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? > - Make a rectangular selection the size of the rectangle+border - Bucket-fill selection with border color - In the menu bar, do a Select/shrink... and enter the required width of the border - Bucket-fill the selection with the inner rectangle color. -- Bertrand
Message-ID:<feudnRYbOrPpZ-nUnZ2dnUVZ_ojinZ2d@giganews.com>
Subject:
Re: rectangle with border
Date:Mon, 19 Jan 2009 23:11:00 +0100
On Mon, 19 Jan 2009 18:32:18 +0100, Christian Buhtz wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? If I'm understanding you correctly - try using the rectangle select tool to make the selection, then select "Border" from the Select menu. You'll get a dialog where you can specify the size and some options for your border. Once you've made your selection, you can use the bucket-fill tool to fill in the border [make sure you have "Fill whole selection" selected in the Bucket Fill's tool box. After creating your border, you can select everything inside it to fill with a different color. Not that I think it through, it might be faster and easier to first fill in the whole selection and then use the Select->Border menu to create the border around the selection. Since I'm just learning myself and never do anything the right way, I'm sure there may be an easier way to do this.
Message-ID:<49750f72$0$15312$426a74cc@news.free.fr>
Subject:
Re: rectangle with border
Date:Tue, 20 Jan 2009 00:40:34 +0100
arkster wrote: > On Mon, 19 Jan 2009 18:32:18 +0100, Christian Buhtz wrote: > >> I want to do complex things with gimp because I know it is possible. ;) >> >> But on the first step I am falling. I am not able to drawing a filled >> rectangle with a filled border. >> >> How can I do this? > > If I'm understanding you correctly - try using the rectangle select tool > to make the selection, then select "Border" from the Select menu. You'll > get a dialog where you can specify the size and some options for your > border. Once you've made your selection, you can use the bucket-fill tool > to fill in the border [make sure you have "Fill whole selection" selected > in the Bucket Fill's tool box. > > After creating your border, you can select everything inside it to fill > with a different color. > > Not that I think it through, it might be faster and easier to first fill > in the whole selection and then use the Select->Border menu to create the > border around the selection. > > Since I'm just learning myself and never do anything the right way, I'm > sure there may be an easier way to do this. The "border" selection has two drawbacks here: - it has round corners (ok, this may also be what is wanted, but then growing the rectangular selection will do the same) - the border straddles the initial limits. It merely make a copy of the selection and grows it by the requested amount, shrink the initial selection by the selected amount, and substract that from the grown one. This make the computation a bit more complicated: To draw a 100x100 square with a 20 pixels wide black border, you have to create a 110x110 selection, and then make a 10-pixels border selection. -- Bertrand
Message-ID:<87mydmomvd.fld@apaflo.com>
Subject:
Re: rectangle with border
Date:Tue, 20 Jan 2009 01:13:42 +0100
Christian Buhtz <exsudat@gmx.de> wrote: >I want to do complex things with gimp because I know it is possible. ;) > >But on the first step I am falling. I am not able to drawing a filled >rectangle with a filled border. > >How can I do this? Open a new image with any given rectangular canvas size. Duplicate the layer. Scale the new layer (take your pick, larger or smaller than the original layer). Now fill each of the two layers with different colors, and then merge the layers. -- Floyd L. Davidson <http://www.apaflo.com/floyd_davidson> Ukpeagvik (Barrow, Alaska) floyd@apaflo.com
Message-ID:<0b54358a-7483-446d-b060-2c6a9a87ef3a@v39g2000pro.googlegroups.com>
Subject:
Re: rectangle with border
Date:Sat, 24 Jan 2009 00:49:58 +0100
On Jan 19, 12:32 pm, Christian Buhtz <exsu...@gmx.de> wrote: > I want to do complex things with gimp because I know it is possible. ;) > > But on the first step I am falling. I am not able to drawing a filled > rectangle with a filled border. > > How can I do this? > > > publictimestamp.org/ptb/PTB-5237 sha384 2009-01-19 15:00:05 > 3AF0CFD8D66196C16E4FDB93B58A80186E1D3444CBA43CB0E5358562894D67FDABC43F > ED045843B3C56611DA729703DF First you must create a rectangle selection. After this you must use Selection > Border select. Choose 5-10 pixels range. The GIMP will create the border around the rectangle selection. After this you can fill the border any color or pattern with Bucket fill tool, or Gradient tool. (Andy Smith kovacs.endre7@upcmail.hu



RSS News Feed