C # Bitmap Save Generic GDI + Error

Source: Internet
Author: User

Reference: Http://www.codeproject.com/Questions/52709/C-Bitmap-Save-Generic-GDI-Error

This page explains why such problems arise and how to solve them.

Refernence:

generic error occurred in GDI +

Bitmap (string path) constructor

The file name and path can be either a path relative to the application or an absolute path.Use this constructor to open images in the following file formats: BMP, GIF, EXIF, JPG, PNG, and TIFF. for more information on the supported formats, see bitmap types. This file will remain locked until Bitmap is released.

Types of Bitmaps . " > Bitmap is disposed. " >image.fromfile   once used, the corresponding file will not be unlocked until it has been called by the image object it generated, which creates the problem that the images cannot be manipulated before the graphics are unlocked (such as deleting, Modify, and so on).

Reference

Reasons for locking files and possible workarounds for Image.FromFile methods

C # Bitmap Save Generic GDI + Error

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.