Topic profile page for Bitmap.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Bitmap.
Topic "Bitmap" was discussed 0 times on 0 sites in last 3 months
Started 3 days, 1 hour ago (2009-12-22 01:21:00)
by rook14
I have a class that loads an image and offers you the ability to have it in a bitmap or bitmap data object available after the image has loaded. But when I try this: Code: private function onImageReady (e:Event):void { //_myClass.getBitmapData gets me a bitmapdata representation of the image _bitmapMaterial = new BitmapMaterial(_myClass.getBitmapData, true); _bitmapMaterial....
Started 3 days, 6 hours ago (2009-12-21 20:31:00)
by SpelledJ
In Firefox I've had a font problem I can't figure out. A lot of websites are displayed using the bitmap font called "Clean". It seems like I'm missing whatever font the website wants to use, and Firefox is just substituting "Clean" instead. It's small, not very readable, and the bold version of it looks "smeared". The only thing I've found to get rid of it is to uncheck "Allow pages to ...
Started 3 days, 15 hours ago (2009-12-21 11:50:00)
by DanielMGC
Hello all. I am new to the world of WPF and I was trying to create a button with a Bevel bitmap effect. So I applied the effect with the following configuration: The effect looks good against a white backgound, but if I use a different color behind the button, you can see some ugly white pixels around the corners of the button. I think it's related to some kind of ...
Started 3 days, 22 hours ago (2009-12-21 04:52:00)
by Siron SG
I use webbrowser I can get a HtmlElement with in webbrowser.document but I want to get a bitmap which in HtmlElment with Searching from web,I found this function copyImage(sImgID) { var ctrlRange = document.body.createControlRange(); ctrlRange.add(document.all(sImgID)); ctrlRange.execCommand("Copy"); } how can I do in Vb.net2005
Started 4 days, 3 hours ago (2009-12-21 00:00:00)
by Uwar
I have a problem with creating icon form bitmap files my code is following: ICONINFO _iconInfo; PBITMAPFILEHEADER _pBmpFileHeader = (PBITMAPFILEHEADER)import("image.BMP"); _iconInfo.hbmpColor = CreateDIBitmap ( GetDC(o_hwnd), (PBITMAPINFOHEADER)(_pBmpFileHeader + 0x01), 0x04, ((void*)_pBmpFileHeader)+_pBmpFileHeader.offBits, (...
Started 4 days, 17 hours ago (2009-12-20 09:30:00)
by mickey
Hi All I have successfully retreived a pointer to scanned image data but all efforts to turn this data into a bitmap have failed. Can anybody help? Thanks Mickey
Started 4 days, 17 hours ago (2009-12-20 09:20:00)
by mickey
Hi All I have successfully retreived a pointer to scanned image data but all efforts to turn this data into a bitmap have failed. Can anybody help? Thanks Mickey
Started 1 week ago (2009-12-17 14:50:00)
by Greg KH
2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: NeilBrown commit aa5cbd103887011b4830355f88fb055f9ad2d556 upstream. A write intent bitmap can be removed from an array while the array is active. When this happens, all IO is suspended and flushed before the bitmap is removed. However it is possible that bitmap_...
Started 1 week ago (2009-12-18 01:47:00)
by 39 Cent Stamp
I have seen this topic come up from time to time. I searched the RTI forum for "make bitmap library" "create bitmap library" and couldnt find the information. Is it possible to create a bitmap library for integration designer? Can you set both states of a button? Thanks.
Started 1 week ago (2009-12-17 03:42:00)
by Dorferk
When I choose the 'save as button' to save a photo off the internet, I am only able to save one photo in Jpeg form. The rest of the photos I try to save can only be saved in bitmap form.I'm not given any other choices. How can I change this? 1 person needs an answer I do too
Started 1 week, 1 day ago (2009-12-16 07:03:00)
by Manoj
My application is crashing on Bitmap* image = new Bitmap(hicon) in a old Win XP installation. The stack trace is showing it is in gdiplus.dll, the version of the dll in this system is 5.1.3097.0. I tried with a newer version of dll (5.1.6001.0) and it was working fine. Is this a bug with GDI Plus? or am I doing something wrong....
Started 1 week ago (2009-12-17 22:12:00)
by Eric51
Hi, I am trying to get a small bitmap from a larger image. something like Dim bmp As New Bitmap(PictureBox2.Image) However this just gets the entire picture not just a portion of it, I would like to do something like this where I can specify the starting and stoping points Dim bmp As New Bitmap(PictureBox2.Image, StartX, StartY, EndX, EndY) I would also like to take ...
Started 1 week ago (2009-12-17 22:12:00)
by Eric51
Small bitmap from a larger image Hi, I am trying to get a small bitmap from a larger image. something like Dim bmp As New Bitmap(PictureBox2.Image) However this just gets the entire picture not just a portion of it, I would like to do something like this where I can specify the starting and stoping points Dim bmp...
Started 5 days, 9 hours ago (2009-12-19 17:24:00)
by minitech
I have a bunch of PNG images in my project's resources. I need to find out whether the pixel at any X,Y is transparent or not. Testing the alpha of the color returned by GetPixel doesn't work, and I can't test it against the transparency key because Bitmap objects only have a MakeTransparent method, for some strange reason. Is there a way to tell? Does anyone know the transparency key given to ...
Started 5 days, 9 hours ago (2009-12-19 17:24:00)
by minitech
Tell if pixel in bitmap at position is transparent I have a bunch of PNG images in my project's resources. I need to find out whether the pixel at any X,Y is transparent or not. Testing the alpha of the color returned by GetPixel doesn't work, and I can't test it against the transparency key because Bitmap objects only have a ...
Started 2 days, 11 hours ago (2009-12-22 15:51:00)
by martinsmith160
Hi all I am trying to create a level builder tool for a final year project and im having some problems drawing. I have placed a picture box within a panel so i can scroll around the image which is working fine. My aim is to double click the picture box and the desired image will be drawn at the mouse position. This works fine unless I scroll or minimise the form because the image isnt ...
Started 1 week, 1 day ago (2009-12-16 16:33:00)
by jik_ff
I have made a little drawing program for my daughter, and I have worked in the ability to save and load images that you have made. It's a simple line drawing thing, but she's 3, and it works. What I need help with (and I'm still new with Flash and AS3) is that I can "addChild" to put the jpeg on the stage, but it's on (or over top of) the drawing area. That means that when I start to draw, ...