speed

  1. O

    Opening Image Speed

    Hi, Im trying to make a win form that opens multipage tiff files. The code that im currently using is loading the image into a Image Variable (BaseImg) with the following line of code: BaseImg = Image.FromFile("Some path"). Then i iterate throught the baseimg and create a bitmap of each page...
  2. M

    Answered looping a collection into multiple new filenames, how to speed up?

    EDIT: the final solution has been reached and the time required to split files has been reduced by at least a factor of 10 by using a dictionary rather than direct IO. see later posts for the solution code. greetings, i have the following snippet of code: For Each tempstring In...
Back
Top