About 127,000 results
Open links in new tab
  1. Creating Simple PNG Decoder/Encoder - CodeProject

    Aug 13, 2016 · For decoding PNG images, you can use GDI+ as an easy way but the GDI+ always creates 32-bit bitmap from PNGs regardless of actual image format. If you want to …

  2. Loading JPG & PNG resources using GDI+ - CodeProject

    Jan 21, 2003 · The Gotcha Before discussing the code itself, there is a caveat with GDI+ that must be addressed. With JPG, some TIFF and other formats, the original image information …

  3. Generating and Reading QR Codes in a Java Application using …

    Aug 24, 2024 · The above code generated the following QR code. The following code can be used to read and extract text from a QR code saved as a PNG image, using the …

  4. APNG Viewer - CodeProject

    May 5, 2009 · APNG stands for animated PNG, which is similar to gif89, but gif89 only has 256 colors, so APNG might be a better choice in some scenarios. The APNG Viewer is based on …

  5. PNG Image Steganography with libpng - CodeProject

    Apr 22, 2013 · To work with the PNG images I made a PNG image class to implement the steganography portion and used the libpng library and the zlib library to actually do all the …

  6. How to Load/Display images with C# - CodeProject

    Feb 24, 2003 · How to load/display images in a form in C#, explained with the code of a complete image viewer application

  7. CxImage - CodeProject

    Aug 12, 2001 · CxImage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.

  8. PDF417 Barcode Encoder Class Library and Demo App Ver. 2.2

    Apr 1, 2019 · Press “ Save PNG ” to save the barcode to a disk file in PNG format. This method of saving the image is significantly more efficient than saving it with Bitmap.

  9. Drawing transparent bitmaps using CImage - CodeProject

    Sep 18, 2001 · A: Save the file in formats PNG or GIF, using Paint Shop Pro or the like Q: I don't want to use either format, Unisys owns GIF and PNG is too esoteric for me, what to do? A: …

  10. C# Image to Byte Array and Byte Array to Image Converter Class

    Sep 4, 2006 · This method uses the Image.FromStream method in the Image class to create a method from a memorystream which has been created using a byte array. The image thus …