@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11



Comments:

<0> haha
<0> i was just about to talk about how bad*** hydra 3 will be
<0> then noticed it's already in the topic
<1> TByte: firewall... ?
<0> i think it's amazing that RemObjects provides a better migration to .NET than Borland does
<0> with Chrome and Hydra 3
<2> TByte: http://www.eeye.com/html/resources/downloads/audits/NetApi.html
<0> finally got twin peaks season 2 episode 16
<0> been missing that one
<1> did it change your life?
<1> i dunno
<1> i think i need to get ahold of the dvd set
<1> if im to make any sense of it at all
<0> i love it, i used to have it on vhs but it was horrible quality
<0> there is no making complete sense of anything david lynch does
<0> some of it is just way the **** out there



<1> true true
<0> i love most of it though
<1> but i think there's some threads in there tho
<0> mulholland drive is one of my faves
<1> :)
<0> oh ya, i mean there's a story to twin peaks, its just you have to make leaps to understand it
<0> i think mulholland drive is probably his only movie where you can actually know whats going on if you pay attention
<0> aside from straight forward stuff like dune and blue velvet
<1> true
<1> i loved lost highway
<0> ya very very good movie
<1> i really liked the way it looped over on itself
<1> like a moebius strip
<0> but thats one of those where you will never understand it from context really
<0> you have to make leaps to know wtf just happened
<1> true true, im not done with it yet ;)
<0> anyone played black & white 2?
<0> i'm loving it, but i don't understand how to either convert enemy buildings or totally destroy them so i can build over them
<1> nope just b&w 1 for like 2hrs
<3> lol
<3> it takes like 2 hours just to get past the tutorial
<1> yep
<1> :)
<4> what a great picture .. http://www.b0g.org/wsnm/uploads/angel-or-devil.jpg
<4> (WS) btw
<3> lol
<5> there's no boobs in that picture.... :(
<3> did LordLarry just turn into Goodge?
<4> heh
<5> hehe
<4> http://iar-ira.nrc-cnrc.gc.ca/photos/aete_hercules_flare.jpg
<4> http://www.defence.gov.au/raaf/images/for_site/wallpaper/flare_1152.jpg
<5> there are in this one: http://home.tiscali.be/joke1/Neap4/bud%20boobs.jpg
<4> 2 more
<6> is there a TBitmap fix that doesn't convert my 24b .bmp into 16 colors? (288x24)
<6> ?
<7> where does st john's wort come from?
<7> what is it?
<6> I tried loading the .bmp into a normal TBitmap but it converts it all into 16 colors... If I use TImageList to load it with, it splits into like 12 images, though it's still 16 colors :/
<6> but windows loads the .bmp the same way
<6> except paint
<7> privmsg me your code for loading it
<7> from the creation of the tbitmap
<6> simply just BitmapVar.LoadFromFile()
<6> nothing else
<7> you dont create the bitmap?
<7> :P
<6> and ofc the BitmapVar := TBitmap.Create;
<6> but even windows in explorer shows it as 16 colors
<6> paint loads it as 16 colors
<6> though it's not
<6> :S
<6> I don't know if it has layers or similar
<6> not that much into bitmap
<6> I can give you a link to another .bmp I tried downloading
<7> uhm
<7> are you sure it's not just 16 colours?
<6> the program that uses it as skin loads it as 24b
<6> so yes, I'm pretty sure
<7> one sec
<7> loading in photoshop



<7> 600mhz :)
<6> hmm
<6> perhaps it's only 16 colors or looks like that
<6> I'll try to make the .png to .bmp
<6> and test with that
<7> uhm
<7> pretty sure it has more than 16 colours
<7> what color depth are you using in windows right now?
<6> 32b
<7> ok.. here's what i'd suggest.. convert the image to 256 colors
<7> then try loading it
<7> with 256 colours it would look the same
<7> and the bitmap loading thngy wouldnt change the colour depth of the image
<7> maybe
<7> heh
<6> I tried saving a .png to .bmp in Paint
<6> and that's loaded with the right colors
<7> what colour depth?
<1> Kn00n: uhm, ive never had any issues with TBitmap down converting my bitmaps
<6> 24b (both)
<7> also.. why is it a png/
<7> try 16 bit
<7> try indexed colour
<1> Kn00n: sure you havent saved it as a 16 color bitmap? :)
<6> LordCrc, yes
<6> downloaded from a site where the program that uses it as a skin loads it right
<7> lord: i just confirmed
<7> image definately has more than 16 colors in it
<1> is there an url ?
<7> ya
<6> ye, but 2 sec
<6> gonna test this
<6> well, ImageList loads this one even more weird
<7> kn00n: cant help you man sorry.. my knowledge of tbitmap is very limited
<6> black background
<6> but only in delphi
<6> not in the program itself
<6> paint loads it with black background too
<6> is there something like layers or similar for .bmp?
<1> Kn00n: no
<1> Kn00n: a bitmap is a single image, nothing more
<6> ok
<1> like i said, ive never had to missjudge my bitmaps
<1> eh
<1> ive never had it
<6> try to check that one
<6> and ie. load it in that program
<6> and you'll see what I mean
<1> loads fine here in my delphi
<6> strange
<6> D7 ?
<1> what exactly do you do with the bitmap afterwards?
<1> d2006
<6> that's perhaps why
<6> D7 can't load it right
<6> let me take an ss
<1> ie how do you know it's 16 bit?
<1> or, where do you use these images?
<6> that one is 32-bit
<6> so D7 may not load it
<6> ImageList
<6> as toolbar icons
<1> which toolbar control?
<1> TToolbar?
<6> yes, but tested with my own split code
<6> to split into 12 images
<6> same result
<6> loaded fine, except as 16 colors
<1> mkay
<6> and sometime in other weird way
<6> 2 sec, uploading ss
<1> i dont have d7 here now tho so :/
<6> http://kn00n.dk/delphi/bmpbug.png
<6> that's the .bmp from the link I noticed to you


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #delphi
or
Go to some related logs:

fuck the ducks
#firebird
#stocks
#worldcup
phil mcavity porn
#beginner
#beginner
#computers
#politics
cindy klassan



Home  |  disclaimer  |  contact  |  submit quotes