| Thread | Last Post | Replies |
|
| How to use GetGlyphOutline GDI32 API with C# ? | 29 Sep 2003 15:53 GMT | 2 |
I'm trying to integrate the GetGlyphOutline API in a C# project. My algorithm is working fine with VB6, but I still have problem to make the appropriate definitions using C#. Anybody has a solution ?
|
| Setting the JPEG quality | 29 Sep 2003 00:35 GMT | 1 |
I want to save an image as jpeg. I want, also, to set the quality of the image. I know something about EncoderParameters but i don't know how to use this in VB.NET code.
|
| How to record a EMF+ in GDI+ | 28 Sep 2003 22:28 GMT | 2 |
I don't find examples about creating a EMF+ metafile in on- line help of VB.NET. I want to draw an ellipse and draw a string inside it. Then record these instructions to a metafile. How i can do
|
| Horrible outline | 28 Sep 2003 22:03 GMT | 5 |
I'm trying to overlay a rotated bitmap over another (not rotated) bitmap. This I can do without too many problems. What I am having a problem with is a really ugly outline around the perimeter of my top image. I have set the top image to have all magenta transparent. This
|
| PixelFormat16bppIndexed possible ? | 28 Sep 2003 20:19 GMT | 4 |
Hi NG, the PixelFormat8bppIndexed specifies that the format is 8 bits per pixel, indexed. Is it possible to use a Pixelformat of 16 bits per pixel, indexed.
|
| Understanding BitmapData, LockBits, and .BMP files with Alpha channels | 27 Sep 2003 15:27 GMT | 2 |
I am using the code below to read a .bmp file and write it out to a new file. This small example just tries to duplicate the file. Later, I'm going to add code to process the file further. But this code illustrates my current problem which is this:
|
| Image-Formats | 27 Sep 2003 15:01 GMT | 1 |
Hi NG How can I use other Image-Formats as in VSNet are by default includet? Is there som free Code? Thomas Bock
|
| Transforming an image's color space | 27 Sep 2003 02:16 GMT | 7 |
Hey guys, I'm working on an image transformation project. It takes a Canon raw file (.CRW) file and converts it in to either a JPG or a Photoshop file. The Photoshop file is working pretty well, and since Photoshop can convert the
|
| MemoryStream usage for Bitmaps | 26 Sep 2003 14:39 GMT | 1 |
If I write code such as the following : public static Bitmap MakeDuplicate(Bitmap SourceImage) { MemoryStream ms = new MemoryStream();
|
| Converting a Word document to a wmf format | 26 Sep 2003 14:36 GMT | 1 |
Is there a .Net or a 3rd party technology that can convert a Word document into a wmf or any image format or as thumbnails that does not require Word to be installed on the machine. I have checked the Lead tools SDK but that requires Word on the machine and is a printer
|
| Converting Image from Interop Picture Object | 26 Sep 2003 13:25 GMT | 4 |
I'm working on a project in which I need to get the image from a MapPoint 9.0 Object Library Interop COM object and manipulate it. My problem is converting the image to a .Net Image or Bitmap. It's an in-memory VB 6 Picture object. Any clues on converting it?
|
| Drawing a picturebox pixel by pixel fast | 26 Sep 2003 10:42 GMT | 2 |
I have an array with values and for every value I assign a color that I want to paint in a picture box. The array si 1024x1024 or larger so I need a fast routine to do the job... sure, the picturebox may be smaller than the whole bitmap
|
| refresh image box | 25 Sep 2003 22:56 GMT | 1 |
Hi, My problem is refresh a picture box when resized parent form. If .ShowDialog = DialogResult.OK Then Dim bmp As Bitmap = Bitmap.FromFile(.FileName) Dim gr As Graphics = Me.pImmagine.CreateGraphics
|
| Avalon UI and XML | 25 Sep 2003 22:51 GMT | 1 |
Is it possible to see any examples of XML representation used to define UI in Avalon? This would be useful for developers planning to create their own custom schemas. Although it may be too early to release, this information
|
| Image.Save to TIFF or BMP yields Black Image | 25 Sep 2003 22:49 GMT | 3 |
I've written code to save an image to a TIFF or BMP file for faxing. The code works properly on my Windows XP development machine, but when I deployed on a Windows 2000 Server machine, the program saves a black image.
|