PureBasic Logo as a high quality PNG image with alpha mask

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

PureBasic Logo as a high quality PNG image with alpha mask

Post by Rescator »

Why? Because I'd like to use the PureBasic logo in the about window of the program, in the HTML documentation of the program and possibly on the website as well to help promote PureBasic.

A larger PNG image with alpha mask is preferred and can easily be resized in applications that support PNG with alpha masking to fit the intended use.
(and that way there is no need to originally provide multiple sizes etc.)
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Image
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

:D

Ask and ye shall receive.


Dare2 cut down to size
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post by djes »

I'd like a big cauldron filled with gold coins :P
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Here you go! Image

Image

Oh noooooos!! It's only virtual! Image
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Re: PureBasic Logo as a high quality PNG image with alpha ma

Post by AND51 »

Rescator wrote:I'd like to use the PureBasic logo in the about window of the program
...
A larger PNG image with alpha mask is preferred
As long as PB doesn't support the alpha mask, you can forget this idea!
The only chance to get it working is with Sprites or DrawAlphaImage().
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post by djes »

PB is supporting alpha channel since 4.00, at least in sprites... If not, I wouldn't have done Purebreaker 3 8)

Fluid Byte> It works! Magic :P
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

djes, I said this already.
But transparency is not supported in ImageGadget() for example. He wants to show the transparent logo in an "About-Window", which I conclude from, that he's using GUI interfaces with... ImageGadget()'s!
(Alternatively, he must use DrawAlphaImage() in combination with WindowOutput().)
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Post by djes »

AND51 wrote:djes, I said this already.
But transparency is not supported in ImageGadget() for example. He wants to show the transparent logo in an "About-Window", which I conclude from, that he's using GUI interfaces with... ImageGadget()'s!
(Alternatively, he must use DrawAlphaImage() in combination with WindowOutput().)
Sorry I've read a bit too fast.
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Post by AND51 »

np :wink:
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

I am sorry FLuid Byte... your leprechuan image does not have a transparent layer and the little people are a wee bit peeved!!! :twisted:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

At least Fluid Byte understood what I meant.
AND51, djes, you two are way off topic. :roll:

I'm talking about the PureBasic logo, like you see at top left of this forum
or the website or the IDE about window.
But that one does not lend itself so well for re-use, and it's only a gif (256 colors) and no alpha masking, and too low resolution for further resizing.

PS! Fluid Byte thanks for the Z, but not really what I had in mind :)
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

I can recreate that logo in PS for you if you want. It has a really simple layout. I could send you a 32bit png afterwards.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

That would be great, but I'm sure others would love that as well so it should be downloadable from somewhere. You might have a problem with those cogwheels and 01's though. (Hint, Hey Fred how about a page on the website with logo downloads? :)
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Rescator wrote:That would be great, but I'm sure others would love that as well so it should be downloadable from somewhere.
Just as information: It's hosted on my webspace ;-) .
bye,
Daniel
Post Reply