Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 66289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:04:48+00:00 2026-05-10T19:04:48+00:00

I was loading a Bitmap Image from a File. When I tried to save

  • 0

I was loading a Bitmap Image from a File. When I tried to save the Image to another file I got the following error ‘A generic error occurred in GDI+’. I believe this is because the file is locked by the image object.

Ok so tried calling the Image.Clone function. This still locks the file.

hmm. Next I try loading a Bitmap Image from a FileStream and load the image into memory so GDI+ doesn’t lock the file. This works great except I need to generate thumbnails using Image.GetThumbnailImage method it throws an out of memory exception. Apparently I need to keep the stream open to stop this exception but if I keep the stream open then the file remains locked.

So no good with that method. In the end I created a copy of the file. So now I have 2 versions of the file. 1 I can lock and manipulate in my c# program. This other original file remains unlocked to which I can save modifications to. This has the bonus of allowing me to revert changes even after saving them because I’m manipulating the copy of the file which cant change.

Surely there is a better way of achieving this without having to have 2 versions of the image file. Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T19:04:48+00:00Added an answer on May 10, 2026 at 7:04 pm

    I have since found an alternative method to clone the image without locking the file. Bob Powell has it all plus more GDI resources.

          //open the file       Image i = Image.FromFile(path);        //create temporary       Image t=new Bitmap(i.Width,i.Height);        //get graphics       Graphics g=Graphics.FromImage(t);        //copy original       g.DrawImage(i,0,0);        //close original       i.Dispose();        //Can now save       t.Save(path) 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 108k
  • Answers 108k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I'm, afraid it has something to do with the grayscale… May 11, 2026 at 9:12 pm
  • Editorial Team
    Editorial Team added an answer Well ... I wouldn't recommend storing images in any database… May 11, 2026 at 9:12 pm
  • Editorial Team
    Editorial Team added an answer Time is bigger than int, so I think result is… May 11, 2026 at 9:12 pm

Related Questions

I've been using the BitmapImage.DownloadProgress event to wait until the image is loaded when
I've download an image from the Internet and converted to a String (This is
I've got an exception log from one of production code releases. System.OutOfMemoryException: Exception of
I might be missing something obvious but is there a reference somewhere about what

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.