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

  • Home
  • SEARCH
  • 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 67k
  • Answers 67k
  • 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
  • added an answer Using std::auto_ptr is the good practice, in fact such example… May 11, 2026 at 11:48 am
  • added an answer I like the way Martin Fowler puts it :) http://martinfowler.com/eaaCatalog/modelViewController.html… May 11, 2026 at 11:48 am
  • added an answer Try setting the CSS attributes instead (overflow-x and overflow-y, or… May 11, 2026 at 11:48 am

Related Questions

I was loading a Bitmap Image from a File. When I tried to save
I was loading an image resource with the following code and it works fine
I was trying to get my head around XAML and thought that I would
I was reading this question about how to parse URLs out of web pages
I was just looking through some information about Google's protocol buffers data interchange format.
I was recently tasked with coming up with an offsite backup strategy. We have
I was working with quality yesterday doing some formal testing. In their procedure they
I was using a CASE called MAGIC for a system I'm developing, I've never
I was writing some ASP.NET control when I came to the scenario where I
I was trying to add a favicon to a website earlier and looked for

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.