Topic profile page for Bitmaps.
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: Bitmaps.
Topic "Bitmaps" was discussed 0 times on 0 sites in last 3 months
@ joseeight I compiled this app:... @ joseeight I compiled this app: http://tinyurl.com/y9887c3 and it ran 0-2 FPS, even with fewer particles and using bitmaps 1:59 PM Oct 6th from web
Very very tired today. entire day went in... Very very tired today. entire day went in NTFS-parsing/bitmaps/VMDK-parsing/debugging. Even eyes have started paining now. 4:04 PM Oct 14th from TwitterBar
Started 1 week, 1 day ago (2009-12-09 09:11:00)
by emotive
In my VSPackage I use custom tool windows. I have a bitmap strip consisting of 3 bitmaps (*.BMP) of height 16 and length 48 for my 3 custom tool windows inside VS 2008. I can see the correct bitmap on my tool window tab, however it is not transparent. There is this black frame around the bitmap. Do I use the wrong format? Should it be PNG or something else?
Started 1 week, 5 days ago (2009-12-05 17:17:00)
by gal friday
It looks like you can do some things to imported bitmaps, but I'm wondering if you can do all the things to them like rotate, scale, transform color..., that you can do to sprites and MC's. Is there anything you can't do? GF
Started 2 weeks, 1 day ago (2009-12-03 04:50:54)
by NF81
Hi everyone, i'm trying to create Bitmaps at runtime and save them in the virtual directory of the web app. It's for creating images that draw a string with a barcode font. In a webpart that shall display the ASP Image i have the following lines : string barcode = Page.Request.QueryString["barcode"]; if ( barcode != String.Empty ) {...
Started 2 weeks, 5 days ago (2009-11-29 03:58:00)
by susmur
Hello Framers, I'm currently evaluating FM 9 (the latest patch is installed). We normally use FM 8 to create our manuals and import screenshots at a resolution of 115 DPI. Bitmaps are saved as GIFs and imported by reference. With FM 9, when importing a new bitmap, the DPI setting seems to be ignored. Everything is imported at 72 DPI. Also, with screenshots alrready available in the ...
Started 1 month ago (2009-11-13 23:45:00)
by Dispiacere
I have a problem with bitmaps cutting off after being displayed. When another window moves over my program's window the bitmap is erased and the back of the window is visible. Here's a pic to show what I mean http://img23.imageshack.us/img23/1706/16493978.jpg And here's the code I use to load the bitmap Code: int LoadFile(int XDest, int YDest, char *FileName, ...
Started 1 month, 1 week ago (2009-11-11 03:07:00)
by brian01
hi all, i have a doubt in encoding techniques used in bitmaps index... what are the encoding techniques and how is it used in bitmaps index?? please help me out
Started 5 days, 14 hours ago (2009-12-12 18:54:00)
by mik
I'm trying to clone / duplicate an object loaded in at runtime via the -- ldr = new Loader(); var mRequest:URLRequest = new URLRequest(targetFile); -- technique. The problem I think I'm having, is in understanding what exactly the loader returns and how it can be used. after loading an image and tracing the result after the loader completes like this ... trace(ldr....
Started 4 days, 12 hours ago (2009-12-13 20:54:00)
by stuart chapman
When I load a jpg picture as a bitmap I lose a lot of memory that I am unable to recover. I use the GetBitmapfromfile, the GetBitmapInfo, then GetBitmapData, then DiscardBitmap. after this I have about 120 M of memory (for a 5 M pixel image) missing that I cannot recover. The size of this lost memory is proportional to the number of pixels in the image.
Started 1 day, 1 hour ago (2009-12-17 07:23:00)
by BeHappy
Hello, I'm new user to mac and I have problem, all of my iphotos that I email to friends with Windows show up to them as bitmap format, not jpeg. And to mention, my pictures show as jpeg when I send them, but recipient can save them only as bitmap. Is there some trick to correct it? Thanx a lot!
Started 6 days, 18 hours ago (2009-12-11 15:05:00)
by Ken Krugh
Greeting all, I've posted about getting image resolution before and have a script we've been using with great success but I just learned from my operator that the script never returns the resolution for Photoshop EPS bitmap files. I'm using .Graphics(1)..ActualPpi(0) and most times works just fine except for the Photoshop EPS bitmap files. Photoship color EPS, gray EPS and a bitmap TIF...
Started 1 week, 1 day ago (2009-12-09 20:11:00)
by saxisa
Lets say I have a list of some items, like customers, and a usercontrol that displays a chart of some customer data when a customer is selected (from a combobox or whatever). The chart being a usercontrol with a custom panel... A user can also generate a report, which should iterate (in a background thread) over all customers and create bitmaps of the customer chart/usercontrol- the same...
Started 1 week ago (2009-12-10 21:12:00)
by Kiran T
Hi, Is it possible to do some thing like. If i click on a country or Area (array lanlon). need to show that much area in another controle like Image controle. Basically i need to show some selective portion of the map in different container. Thanks in advance Kirant400
Started 1 week ago (2009-12-10 12:10:00)
by RobinsonUK
Hi, I've got a collection of items of a class called MyImage. Each MyImage item has two properties: Visual and IR, which return bitmaps. I want to databind a list in WPF to either the Visual or IR property of each element in the collection. How can I do this? I'm guessing I just databind with the list itself and then have some kind of formatter that uses the image property to render the ...
Started 3 days, 13 hours ago (2009-12-14 19:22:00)
by notAnAccountant
I can load external JPEGs, transfer their data as Bitmaps into an Array, and place those Bitmaps to the stage immediately using the Array index. ("bitmapList[2]", etc) However, when I try to reference the Bitmap Array by index anywhere else in the script, it's blank. No error, just blank. And yes, I did declare the Array before any of the functions.
Started 1 week, 1 day ago (2009-12-10 01:30:00)
by chrisatflash
Hello, I tried something different today when using bitmaps. In the Flash IDE you can add some png images to your library and you can export these images with a class, that has a base class of bitmapData When doing this, you have control over the jpg compression when publishing it. You can also embed an image in your external class : [Embed(source="image.png")] private var Image:...
Started 1 day, 22 hours ago (2009-12-16 10:52:00)
by kraö
Hello, it´s clear to me that I can load external SWF-Movies and other stuff like Bitmaps, Sounds etc. But how is it with the differentDisplayObejcts in the swf-root. My specific problem: For a numerous mask-effected MovieClip-Field, the Constructor inside an external class creates 3 Instances of different DisplayObjects in every loopcycle. First, the masked Object, then the mask (...