Jump to content

Omicronic

Newbies
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Omicronic

  1. stem.ArgumentException: Parameter is not valid.

       at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)

       at PaintDotNet.Data.PngFileType.OnLoad(Stream input) in d:\src\pdn\paintdotnet\src\PaintDotNet\Data\PngFileType.cs:line 118

       at PaintDotNet.FileType.Load(Stream input) in d:\src\pdn\paintdotnet\src\Data\FileType.cs:line 477

       at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in d:\src\pdn\paintdotnet\src\Base\Functional\Func.cs:line 158

     

    Tried Again and I got this

  2.  

    When you say it "didn't work," what do you mean? After you changed the extension from .png to .pdn, did it do exactly the same thing or something different?

    Exact same thing,

    System.ArgumentException: Parameter is not valid.

       at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)

       at PaintDotNet.Data.PngFileType.OnLoad(Stream input) in d:\src\pdn\paintdotnet\src\PaintDotNet\Data\PngFileType.cs:line 118

       at PaintDotNet.FileType.Load(Stream input) in d:\src\pdn\paintdotnet\src\Data\FileType.cs:line 477

       at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in d:\src\pdn\paintdotnet\src\Base\Functional\Func.cs:line 158

  3. I think from what you've said, you can probably just use the Windows file explorer (the built-in Window program that lets you look at folders and files) to rename the file. Just right click on the file, choose "rename" from the drop-down list, and type the name with the correct extension. Windows will ask you if you're sure you want to change the extension. I assume you are sure. You can actually do the same from within PDN. Just click on "File>Open" and when it brings up the file menu, right click on the file and rename it. If things work right, you should now be able to open the file.

    Tried this, didn't work thanks for trying to help though!

  4. Alrighty, So first off I made a first slide of a comic I am making, I saved it as a .png file, then realized eh might as well just save as .pdn file, and then I saved it on the png file and closed paint.net, tried opening file, got this ->

    System.ArgumentException: Parameter is not valid.

       at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)

       at PaintDotNet.Data.PngFileType.OnLoad(Stream input) in d:\src\pdn\paintdotnet\src\PaintDotNet\Data\PngFileType.cs:line 118

       at PaintDotNet.FileType.Load(Stream input) in d:\src\pdn\paintdotnet\src\Data\FileType.cs:line 477

       at PaintDotNet.Functional.Func.Eval[T1,TRet](Func`2 f, T1 arg1) in d:\src\pdn\paintdotnet\src\Base\Functional\Func.cs:line 158

     

     

    So I read something about needing to manually change files, .png -> .pdn, BUT I HAVE NO IDEA HOW TO DO THAT, PLEASE HELP!

×
×
  • Create New...