Jump to content

Fisherman's Friend

Members
  • Posts

    468
  • Joined

  • Last visited

Posts posted by Fisherman's Friend

  1. I really don't want a plugin folder full of phoning home Dlls.

    The idea of auto-update-plugins may be interesting, especially for the developer, but as a user I reject it.

    Besides the fact that it annoys me, it opens a new realm for bugs, freezes and crashes.

    I suggest to drop the update-idea and -system, and I also request other plugin authors to not adapt the idea.

    And as a side note, some pictures to show the effects in the first post would be nice and of use.

  2. Would it be possible to change the plugin so that it doesn't discard all the metadata?

    The point here is: The best use for HD Photo is saving edited Digital Camera pictures. Paint.NET includes a lot of effects for improving the quality of your photos, especially via plugins. Now, if I edit my photos I don't want to loose any quality when saving them. With JPEG, I usually save it in a way that the filesize becomes larger than the original, and still I'm not sure wether I loose quality.

    With HD Photo, I think, you can keep the quaility and even reduce the filesize. Also, It has a lossless mode.

    But when I use the plugin, all metadata is lost. :?

    As Windows 7 supports HDP even more than Vista (for example in Media Center) I ask for an update and also encourage you to include it in Paint.NET. In 7 (and in Vista) it's supported in Windows Explorer, Windows (Live) Photo Gallery, Windows Photo Viewer, Media Center (7) and all WIC applications.

  3. I use this plugin a lot, usually with PNGs. Sadly, there seems to be a bug. Sometimes, directly after the file is saved, the entire apllication freezes. You can't do anything, even the "X" to close Paint.NET doesn't work. Clicking the Paint.NET window results in error sounds. I always have to close Paint.NET via the Task Manager.

    It happens frequently, but unforseen. There is no crash log, and I also failed to see a pattern in the behaviour. I really have no clue.

    My system is Vista SP2, x86 Intel. I use the most recent version of Paint.NET.

    I don't know wether the proplem is limited to me, but I suggest all other users to save all open files in a default format (PNG for single layer, PDN for multi layer files) before you use this filetype plugin. Otherwise you may face data loss.

    I want to say that I'm very fond of this plugin and will continue to use it in spite of the bug. Thanks.

  4. May I suggest moving Polygonal Transparency to the "Object" submenu?

    i6zed2.png

    I honestly see no use for a new submenu if it includes only one entry. The meaning of submenus should be to produce a clean user interface and to avoid an overcrowded one. We do not know if this submenu is "accepted" like Object, Tools and Color. Considering that general transparency effects rather go in "Adjustments" I see the possibility that half a year in the future this submenu will still feature only one single entry. Now that I mentioned this, I also think a "Transpareny" submenu may confuse the users.

    By compiling all effects into a single DLL you sadly force me at the moment to either take all of your effects or none, if I don't want the Transparency submenu - both bitter options. Major plugin contributors like Pyrochild, BoltBait, Madjik... therefore provide single DLLs for each effect. In my opinion, you should consider this choice as the best of both worlds.

  5. Thank you!

    Seconded.

    But the plugin has a major rendering issue.

    It happens apparently when you enlarge the image till it is shown larger than the Paint.NET window. As a consequence, the result does not replace the original, it is rendered inside the picture.

    Original:

    14afc2.jpg

    Plugin used in "window" picture size:

    ogceaa.jpg

    Plugin used (same settings) with the picture larger than the window (in my example, I enlarged it to 100% - 1024x768 - with the window around 890x630, the following image shows the result zoomed out to display the effect):

    30wxats.jpg

    Users of Windows Vista and Windows 7 may restore the old plugin version via shadow copies ("previous versions") until a fix is provided. Note that this works only in certain editions. Interested users can use "Help and Support" for further information.

    Despite any problems I want to say thanks that this plugin is still maintained and updated. Sadly, I do not understand the local maximum/minimum option. The image just turns black or white..?

  6. I have yet to see anyone using it for anything real.

    I for one do.

    HD Photo is at the moment the best choice when saving your file in Paint.NET - as long as you are on Vista or Seven. Combining - and improving - all the advantages of JPEG and PNG, including rich metadata, alpha and lossless mode, HD Photo does the job. One of the few things I looked forward to when I got Vista. JPEG is fail. Without options like GIMP, it produces crappy results even on "100", it has been discussed and shown on this forum.

    I really don't get why I should spend hours and days on artwork and then save it as ruined file in a format which is actually out of date. OK, I could save as PNG - but can I tag the file? Can I rate it? Do I even see the author? Nope, at least not outside of Photo Gallery. Now I have an OS praised for all the indexing and search stuff, but the PNGs will not show up in my "4 and 5 stars" search folder. With HD Photo, it works. For real, there is no reason why I should save in the worse file format when I have HDP. HDPs need less space while featuring better quality and more possibilities than JPEG. It's just as saving in DOC when you have access to and make use of DOCX (Word 2007).

    The only thing which matters is the compatibility issue, but I can convert them in seconds. And when Seven launches, many people who didn't want to upgrade from XP to Vista will move on Seven, then being able to view HDPs. Considering it is becoming JPEG XR, I guess all the rest is just a matter of years.

    Nice job on HD Photo, Microsoft.

    As a side note: You do not need SP3 in XP for HD Photo. You only need WIC, which is just ONE MB (see yourself) and is installed when you get Windows Live Photo Gallery with all it's features including panorama stitching and people tags. WL Gallery itself opens HDP, being WIC based.

  7. I recently edited a bunch of digicam photos and encountered one memory error after another using this plugin. I have an x86 PC with 3 GB RAM and my pagefile can expand to at least 6 (?) GB. No other plugin caused problems, it was only this one, and it did it frequently and rather randomly. So I guess there's a mistake in the code. This is one of the exception logs Paint.NET showed when the plugin crashed:

    Datei: C:\Program Files\Paint.NET\Effects\IncreaseLocalContrast.dll
         Effektname: MeeSoft.Paint.Net.Plugins.IncreaseLocalContrast.EffectPlugin
         Vollständige Fehlermeldung: PaintDotNet.WorkerThreadException: Worker thread threw an exception ---> System.OutOfMemoryException: Eine Ausnahme vom Typ "System.OutOfMemoryException" wurde ausgelöst.
      bei MeeSoft.Mathematics.LinearAlgebra.MatrixFloat32.New(Int32 nRows, Int32 nCols)
      bei MeeSoft.ImageProcessing.PlanarBitmap.New(Int32 width, Int32 height, Int32 planeCount, Double gamma)
      bei MeeSoft.ImageProcessing.PlanarBitmap.Assign(Bitmap source)
      bei MeeSoft.Paint.Net.Plugins.IncreaseLocalContrast.EffectOperation.CheckParams(EffectPluginConfigToken param, Bitmap srcBitmap)
      bei MeeSoft.Paint.Net.Plugins.IncreaseLocalContrast.EffectPlugin.Render(EffectConfigToken parameters, RenderArgs dstArgs, RenderArgs srcArgs, Rectangle[] rois, Int32 startIndex, Int32 length)
      bei PaintDotNet.Effects.Effect.Render(EffectConfigToken parameters, RenderArgs dstArgs, RenderArgs srcArgs, Rectangle[] rois)
      bei PaintDotNet.Effects.BackgroundEffectRenderer.ThreadFunction()
      --- Ende der internen Ausnahmestapelüberwachung ---
      bei PaintDotNet.Effects.BackgroundEffectRenderer.Join()
      bei PaintDotNet.Effects.BackgroundEffectRenderer.Abort()
      bei PaintDotNet.Menus.EffectMenuBase.DoEffect(Effect effect, EffectConfigToken token, PdnRegion selectedRegion, PdnRegion regionToRender, Surface originalSurface, Exception& exception)

    In most of the cases the crash occured when pressing the OK button, during the preview it was OK.

    Also, it was only a "little" error, only the plugin "died", Paint.NET continued to run.

    It works fine with smaller pics.

  8. Ok, I fixed the rendering problem. It happened only when the zoom was 100% for some reason, so I didn't notice it before.

    Thanks. I'd also ask you to add the publishing date of the current version to your first post, like 2009/03/23, instead of just a version number like 1.0.1.1. It's pretty hard to say if something has changed if it's like 1.0.1.0 to 1.0.1.1. Especially imagine someone has holidays, comes back and cannot tell wether something has changed or not. If you see that the current version was published on, say 09/03/30, you won't have to guess.

  9. I scanned a page with 1200 dpi. PDN told me it wouldn't have enough memory to load the image. Now the problem is that I scanned the same page before. So the page was visible in the program and I do not know wether it was the earlier (600 dpi) version or if the new version was loaded despite the memory message, what may caused the crash. I had no chance too look on the resolution in the info bar - it crashed immediately.

    I had RARELY issues with scanning before; to be precise I scanned an image, but it was not appearing in Paint.NET. That did not occure more than five times in the last half year, and I do scan a lot of stuff via PDN.

    As a side note, I suggest that Paint.NET creates the changelog both in the localized version and in English - if that's possible. In my case, I am totally unable to translate the error message - the .Net-Expressions are not in the dictionary and translation software wouldn't give you anything useful.

    I did not shorten my plugin list, as I can only assume what may made PDN crash. Thanks for your hard wark on making this application better and better.

    #################################

    Application version: Paint.NET v3.36 (Final Release Build 3.36.3158.38068)
    Time of crash: 07.03.2009 01:33:10
    Application uptime: 00:14:30.1586000
    OS Version: 6.0.6001.65536 Service Pack 1 Workstation x86
    .NET version: CLR 2.0.50727.3074 x86, FX 2.0 2.0SP1 2.0SP2 3.0 3.0SP1 3.0SP2 3.5 3.5SP1 3.5SP1_Client 
    Processor: 2x "Intel(R) Core(TM)2 Duo CPU     T5550  @ 1.83GHz" @ ~1828MHz (DEP, SSE, SSE2, SSE3)
    Physical memory: 3069 MB
    UI DPI: 96,00 dpi (1,00x scale)
    Tablet PC: no
    Updates: false, err
    Locale: pdnr.c: de, hklm: de, hkcu: DE, cc: de-DE, cuic: de
    Features log: PopulateFonts(), UpdatesState(StartupState), SetTool(PaintDotNet.Tools.PanTool), UpdatesState(ReadyToCheckState), HM(NullHistoryMemento), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.HistoryForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), Menu.File, Acquire, FromScannerOrCamera, AWAction(AcquireFromScannerOrCameraAction), ViewConfigStrip(ZoomIn), AWAction(CloseWorkspaceAction), ShowDialog(PaintDotNet.TaskDialog+TaskDialogForm), OpenRecent, AWAction(CloseAllWorkspacesAction)
    Loaded assemblies: 
       mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll
       PaintDotNet, Version=3.36.3158.38068, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe
       System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
       System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll
       System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
       PaintDotNet.Core, Version=3.36.3158.38063, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll
       PaintDotNet.Base, Version=3.36.3158.38062, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll
       PaintDotNet.SystemLayer, Version=3.36.3158.38062, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll
       PaintDotNet.Resources, Version=3.36.3158.38063, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll
       PaintDotNet.Data, Version=3.36.3158.38064, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll
       System.Windows.Forms.resources, Version=2.0.0.0, Culture=de, PublicKeyToken=b77a5c561934e089 @ C:\Windows\assembly\GAC_MSIL\System.Windows.Forms.resources\2.0.0.0_de_b77a5c561934e089\System.Windows.Forms.resources.dll
       PaintDotNet.Effects, Version=3.36.3158.38065, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll
       Alias, Version=2.0.3167.14578, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Alias.dll
       AlignPlugin, Version=1.5.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AlignPlugin.dll
       Alpha-Displacement Mask, Version=1.4.1.1, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Alpha-Displacement Mask.dll
       AlphaBlur, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AlphaBlur.dll
       AlphaMask, Version=1.2.2859.32277, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AlphaMask.dll
       AlphaSpace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AlphaSpace.dll
       Barcode, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Barcode.dll
       Bars, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Bars.dll
       Bars_H, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Bars_H.dll
       BasicAntialias11, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BasicAntialias11.dll
       BasicPhotoAdjustments, Version=1.1.3277.32602, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BasicPhotoAdjustments.dll
       BlackandAlpha+, Version=2.0.3325.35471, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BlackandAlpha+.dll
       BoltBaitOutlineSelection2, Version=1.1.3055.24444, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BoltBaitOutlineSelection2.dll
       Border, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Border.dll
       "Borders N' Shapes", Version=1.7.3106.38770, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Borders N' Shapes.dll
       Boutons, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Boutons.dll
       Burninate, Version=1.1.3182.28956, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Burninate.dll
       BW_Moire, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BW_Moire.dll
       CameraLens, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CameraLens.dll
       Centerlines 2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Centerlines_2.dll
       Channels, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Channels.dll
       CloudEffect, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CloudEffect.dll
       CodeLab, Version=1.3.3180.34624, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CodeLab.dll
       Color Match, Version=1.0.3106.38961, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Color Match.dll
       ColorBalance, Version=1.1.3182.30196, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorBalance.dll
       ColorMixer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorMixer.dll
       ColorModulo, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorModulo.dll
       ColorStretchV10, Version=1.0.3116.21703, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorStretchV10.dll
       ColorTargetV13, Version=1.3.3116.21867, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorTargetV13.dll
       ColorToAlpha, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorToAlpha.dll
       ColorTrimming, Version=1.0.3167.14623, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorTrimming.dll
       coltoalphaadv, Version=1.0.3100.18431, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\coltoalphaadv.dll
       Col_Rainbow, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Col_Rainbow.dll
       CreateImageMap, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CreateImageMap.dll
       CurtisBlack.Common, Version=1.0.3142.30104, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CurtisBlack.Common.dll
       CurtisBlack.Effects, Version=11.0.3142.30301, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CurtisBlack.Effects.dll
       CurtisBlack.Resources, Version=1.0.3142.30103, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CurtisBlack.Resources.dll
       Curves+, Version=2.9.3298.19169, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Curves+.dll
       CustomBrushes, Version=5.1.4.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CustomBrushes.dll
       CutoutEffect.cs, Version=1.0.2404.21446, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CutoutEffect.dll
       DesktopBackgroundPreview, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\DesktopBackgroundPreview.dll
       Diffuse, Version=1.0.3254.27766, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Diffuse.dll
       Droste, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\droste.dll
       EdHarvey.ColorBlindness, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EdHarvey.ColorBlindness.dll
       EdHarvey.DrawingHelpers, Version=3.22.2940.32375, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EdHarvey.DrawingHelpers.dll
       EdHarvey.Edfects.Common, Version=3.36.3160.38013, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EdHarvey.Edfects.Common.dll
       EdHarvey.Effects, Version=3.36.3160.38013, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EdHarvey.Effects.dll
       EOEffects, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EOEffects.dll
       ErodeDilate, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ErodeDilate_v0.2.dll
       Feather, Version=2.3.3182.30477, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Feather.dll
       Film, Version=2.0.3106.38770, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Film.dll
       FilmNoir, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FilmNoir.dll
       FindEdges, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FindEdges.dll
       Fire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Fire.dll
       FlipPlugin, Version=1.0.2579.16421, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FlipPlugin.dll
       FloydSteinbergEffect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FloydSteinbergEffect.dll
       Frames, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Frame.dll
       GaussianBlurPlus, Version=1.1.3182.30307, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GaussianBlurPlus.dll
       GenTree, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GenTree.dll
       Gradient Bars, Version=3.0.3106.38771, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gradient Bars.dll
       GradientBlur, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gradient Blur.dll
       Gradient Mapping, Version=2.2.3106.38961, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gradient Mapping.dll
       Gravity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gravity.dll
       GridMaker, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GridMaker.dll
       HexaGrid, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\HexaGrid.dll
       ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73 @ C:\Program Files\Paint.NET\Effects\ICSharpCode.SharpZipLib.dll
       InputToOutput, Version=1.0.3167.14695, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\InputToOutput.dll
       isolate, Version=1.0.3303.3202, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\isolate.dll
       PDNPI_IndirectUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\jchunn.dll
       Jitter, Version=3.0.3106.38769, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Jitter.dll
       KaleidoGen, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\KaleidoGen.dll
       Kaleidoscope, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Kaleidoscope.dll
       LensFlare, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\LensFlare.dll
       LightRays, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\LightRays.dll
       LocalContrast, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\LocalContrast.dll
       Lomography, Version=1.1.3182.31441, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Lomography.dll
       Majority, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Majority.dll
       MakeTransparent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MakeTransparent.dll
       MathNet.Iridium, Version=2007.3.8.35795, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MathNet.Iridium.dll
       Mexican Hat Edge Detect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Mexican Hat Edge Detect.dll
       Moire, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Moire.dll
       MotionSharpen, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MotionSharpen.dll
       MultiColorGradient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MultiColorGradient.dll
       Nebulous, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Nebulous.dll
       NewtonFractal, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\NewtonFractal.dll
       Oblique, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Oblique.dll
       Olden, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Olden.dll
       OtherFarmColorReplacer, Version=1.1.3263.11631, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\OtherFarmColorReplacer.dll
       Outline Object, Version=2.6.3284.30852, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Outline Object.dll
       OutlineObject, Version=1.1.3160.31739, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Outline.dll
       PageCurl, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PageCurl.dll
       Panelling, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Panelling.dll
       NewPastel, Version=1.2.3182.29587, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Pastel.dll
       phips_fill_gaps, Version=1.0.3307.18956, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\phips_fill_gaps.dll
       phips_selective_enhancer, Version=1.1.3302.33189, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\phips_selective_enhancer.dll
       phips_selective_toning, Version=1.0.3304.32827, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\phips_selective_toning.dll
       PhotoFloodFillPlugIn, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PhotoFloodFillPlugIn.dll
       Pixelate+, Version=1.0.3106.38767, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Pixelate+.dll
       PointWarpEffect, Version=1.1.0.31635, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PointWarpEffect.dll
       Polar, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Polar.dll
       Polygon, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Polygon.dll
       Polygones, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Polygones.dll
       PowerStretch20Beta, Version=1.9.3045.14671, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PowerStretch.dll
       Psychedelic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Psychedelic.dll
       pyrochild.effects.common, Version=2.5.3298.19513, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\pyrochild.effects.common.dll
       Radialcolors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Radialcolors.dll
       RainbowTwist, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RainbowTwist.dll
       Random Effect, Version=1.0.3106.38960, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Random Effect.dll
       RandLines, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Random lines.dll
       RandMaze1, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Random Maze1.dll
       RandMaze2, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Random Maze2.dll
       Random Shape Fill, Version=1.0.3106.41337, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Random Shape Fill.dll
       RedEyeQuickFix, Version=1.1.3161.39688, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RedEyeQuickFix.dll
       ReflectionFlat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ReflectionFlat.dll
       Rosaces, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Rosaces.dll
       ScriptLab, Version=2.4.3284.31448, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ScriptLab.dll
       SeamlessTextureMaker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SeamlessTextureMaker.dll
       SelectionTools, Version=1.1.3182.28742, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SelectionTools.dll
       ShadowEffect, Version=1.1.0.43197, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ShadowEffect.dll
       ShadowHighlight, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ShadowHighlight.dll
       Shape3D, Version=1.2.6.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Shape3D.dll
       Sharpen+, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Sharpen+.dll
       silhouetteplus, Version=1.1.3131.17586, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\silhouetteplus.dll
       SineCurve, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Sine Curve.dll
       SinWaves, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SinWaves.dll
       Smudge, Version=2.2.3298.1545, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Smudge.dll
       Sparkle, Version=2.6.0.78, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Sparkle_Glitter.dll
       Sparkle_Stars, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Sparkle_Stars.dll
       Specular, Version=1.0.3254.27778, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Specular.dll
       Spiral, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Spiral.dll
       SpiroGraph, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SpiroGraph.dll
       SpiroShapes, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SpiroShapes.dll
       Splashes, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Splashes.dll
       Splatter, Version=1.5.3284.30867, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Splatter.dll
       Stars, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Stars.dll
       Steganography, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Steganography.dll
       Stitch, Version=1.0.3106.38769, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Stitch.dll
       TargetPanelV10, Version=1.0.3116.21780, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TargetPanelV10.dll
       Texture, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Texture.dll
       Tiles, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Tiles.dll
       TJacksonEffects, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TJacksonEffects.dll
       Transparency, Version=1.1.3182.29244, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Transparency.dll
       TreeGen, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TreeGen.dll
       TubeOblique, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TubeOblique.dll
       TwistZ, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TwistZ.dll
       UnsharpMask, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\UnsharpMask.dll
       Vandermotten.PaintDotNetEffects.Blurs, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll
       Vandermotten.PaintDotNetEffects, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.dll
       Vandermotten.PaintDotNetEffects.DropShadow, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll
       Vandermotten.PaintDotNetEffects.Duotones, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll
       Vandermotten.PaintDotNetEffects.FadeEdge, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll
       Vibrato, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vibrato.dll
       WaterReflection, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\WaterReflection.dll
       Waves, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Waves.dll
       WetFloor, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\WetFloor.dll
       XYCoords, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\XYCoords.dll
       ZoomBlurDeluxe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ZoomBlurDeluxe.dll
       System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll
       Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll
       mscorlib.resources, Version=2.0.0.0, Culture=de, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll
       Interop.WIA, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Interop.WIA.dll
    
    Exception details:
    System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. [i have no clue how to translate this. Word-by-word gives sth. like "The object specification was not set to an object instance".]
      bei [read] PaintDotNet.Actions.CloseAllWorkspacesAction.PerformAction(AppWorkspace appWorkspace)
      bei PaintDotNet.AppWorkspace.PerformAction(AppWorkspaceAction performMe)
      bei PaintDotNet.MainForm.OnClosing(CancelEventArgs e)
      bei System.Windows.Forms.Form.WmClose(Message& m)
      bei System.Windows.Forms.Form.WndProc(Message& m)
      bei PaintDotNet.PdnBaseForm.OurWndProc(Message& m)
      bei PaintDotNet.PdnBaseForm.WndProc(Message& m)
      bei PaintDotNet.MainForm.WndProc(Message& m)
      bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
      bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
      bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ------------------------------------------------------------------------------

  10. If you look at the index page and visit the "tutorials" section we have a category called "the newbie playground" that should help. ;)

    Also, this is in the wrong section.

    Simon Brown, could you please just stop to reply to threads which are against the board rules? You always, always do it, effectively creating the impression that one gets what he wants, regardless if using the forum in the proper way. Thanks.

    Thread reported.

  11. I have no idea if this is a bug or a limitation of Paint.NET.

    However, in this case the program crashed so I lost any changes I made (I could not save them due to the nature of the bug).

    I reported before that PDN saves large files improperly in PNG/BMP 8bit Mode, but you could save them in 24 bit. This time saving was entirely impossible (I tested it), so I decided to report this - at least as a warning.

    I took the same image and tried it with other programmes and had no issues. I have to stress I have 3 GB of RAM but I'm aware Vista takes a big part and my Graphics Device may also take something. Regardless, I was able to create the file with Inkscape and work with it in GIMP.

    The crash log (I shorted the effects list, it's not important for this topic I would say, especially cause I did not use any effect):

    Application version: Paint.NET v3.36 (Final Release Build 3.36.3158.38068)
    Time of crash: 04.01.2009 22:30:11
    Application uptime: 00:01:48.4044000
    OS Version: 6.0.6001.65536 Service Pack 1 Workstation x86
    .NET version: CLR 2.0.50727.3074 x86, FX 2.0 2.0SP1 2.0SP2 3.0 3.0SP1 3.0SP2 3.5 3.5SP1 3.5SP1_Client 
    Processor: 2x "Intel(R) Core(TM)2 Duo CPU     T5550  @ 1.83GHz" @ ~1828MHz (DEP, SSE, SSE2, SSE3)
    Physical memory: 3069 MB
    UI DPI: 96,00 dpi (1,00x scale)
    Tablet PC: no
    Updates: false, err
    Locale: pdnr.c: de, hklm: de, hkcu: DE, cc: de-DE, cuic: de
    Features log: UpdatesState(StartupState), UpdatesState(ReadyToCheckState), PopulateFonts(), ShowDialog(PaintDotNet.SplashForm), ShowDialog(PaintDotNet.ToolsForm), ShowDialog(PaintDotNet.ColorsForm), ShowDialog(PaintDotNet.HistoryForm), ShowDialog(PaintDotNet.LayerForm), ShowDialog(PaintDotNet.MainForm), Load(PaintDotNet.PngFileType), SetTool(PaintDotNet.Tools.PanTool), HM(NullHistoryMemento), ViewConfigStrip(ZoomIn), SetTool(PaintDotNet.Tools.PaintBrushTool), HM(BitmapHistoryMemento), CommonActionsStrip(Undo), DWAction(HistoryUndoAction), SetTool(PaintDotNet.Tools.LineTool), HM(CompoundHistoryMemento), ToolConfigStrip(penEndCapSplitButton), ToolConfigStrip(penStartCapSplitButton), SetTool(PaintDotNet.Tools.EraserTool), Menu.File, Save, ShowDialog(PaintDotNet.SaveConfigDialog), Save(PaintDotNet.PngFileType)
    Loaded assemblies: 
       mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll
       PaintDotNet, Version=3.36.3158.38068, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe
       System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
       System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll
       System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
       PaintDotNet.Core, Version=3.36.3158.38063, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll
       PaintDotNet.Base, Version=3.36.3158.38062, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Base.dll
       PaintDotNet.SystemLayer, Version=3.36.3158.38062, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll
       PaintDotNet.Resources, Version=3.36.3158.38063, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll
       PaintDotNet.Data, Version=3.36.3158.38064, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll
       System.Windows.Forms.resources, Version=2.0.0.0, Culture=de, PublicKeyToken=b77a5c561934e089 @ C:\Windows\assembly\GAC_MSIL\System.Windows.Forms.resources\2.0.0.0_de_b77a5c561934e089\System.Windows.Forms.resources.dll
       PaintDotNet.Effects, Version=3.36.3158.38065, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll
       Alias, Version=2.0.3167.14578, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Alias.dll
       AlignPlugin, Version=1.5.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AlignPlugin.dll
    
    (...)
    
      Files\Paint.NET\Effects\ZoomBlurDeluxe.dll
       System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll
       Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll
       mscorlib.resources, Version=2.0.0.0, Culture=de, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll
       System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll
       AsciiArtFileType, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\AsciiArtFileType.dll
       AviFile, Version=1.0.2920.35272, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\AviFile.dll
       AVIImport, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\AVIImport.dll
       BMP32 Paint.NET FileType, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\BMP32.dll
       DdsFileType, Version=1.11.3158.38065, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\DdsFileType.dll
       HDPhoto, Version=0.4.2904.33958, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\HDPhoto.dll
       IcoCur, Version=3.5.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\IcoCur.dll
       JPEG 2000, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\JPEG 2000 x86.dll
       OptiPngFileType, Version=8.11.30.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\OptiPngFileType.dll
       PcxFileType, Version=0.9.2.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\PcxFileType.dll
       PhotoShop, Version=1.0.1.14046, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\PhotoShop.dll
       RawReader, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\FileTypes\RawReader.dll
       msvcm80, Version=8.0.50727.3053, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_none_d08d7bba442a9b36\msvcm80.dll
       Accessibility, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\assembly\GAC_MSIL\Accessibility\2.0.0.0__b03f5f7f11d50a3a\Accessibility.dll
    
    Exception details:
    System.OutOfMemoryException: CreateDIBSection returned NULL (8) while attempting to allocate 10000x7208 bitmap
      bei PaintDotNet.SystemLayer.Memory.AllocateBitmap(Int32 width, Int32 height, IntPtr& handle)
      bei PaintDotNet.MemoryBlock.Allocate(Int32 width, Int32 height, IntPtr& handle, Boolean allowRetry)
      bei PaintDotNet.MemoryBlock.Allocate(Int32 width, Int32 height, IntPtr& handle, Boolean allowRetry)
      bei PaintDotNet.MemoryBlock..ctor(Int32 width, Int32 height)
      bei PaintDotNet.Surface..ctor(Int32 width, Int32 height)
      bei PaintDotNet.Surface..ctor(Size size)
      bei PaintDotNet.DocumentView.DocumentSetImpl(Document value)
      bei PaintDotNet.DocumentView.set_Document(Document value)
      bei PaintDotNet.SaveConfigDialog.UpdateFileSizeAndPreview(String tempFileName)
    ------------------------------------------------------------------------------
    

  12. I appreciate your announcement to make more effects, but I request single-effect DLLs. It's the way Pyro, BoltBait, Tanel etc. do it. It let's you choice which effects you want. Just consider somebody who uses PDN only for small photo touch-ups and does not want crowded menus. He would take CH/S Adjustment, but not the other stuff.

    If you zip them, users would not have to download every single file, and - saying someone wants all effects - copying five DLLs is as much work as copying one single DLL. If I'm correct, the PDN Installer itself is zipped, so there should be no problems with the users.

    However, thank you very much, Mirror is really cool and well done.

    • Upvote 1
  13. Paint.NET has severe problems with large files when it comes to save them. It happens often to me. Today I encountered it when saving a 3323 x 5656 image (600 dpi). When you set the bit depth to auto (BMP & PNG) or to 8 bit, it says "computing..." "error".

    bmpsaveerrorgc7.png

    pngsaveerrorqh8.png

    If you ignore that and save the image, you get this:

    saveerrorgm8.png

    You can only save it as 24 bit BMP or JPEG (not lossless). 24 bit PNG gives the error (in conrast to BMP).

    I assumed it could be a memory problem, but I have 3 GB of RAM and a page file of 3.29 GB (not enlarged), giving me 6.3 GB of memory (again, with not enlarged page file).

    If you work with high quality artwork that can become nasty.

    Note: I did search but the stuff was about TIFF files. Because I do not want to resurrect the old one (from June, I believe) and the issue obviously does not only affect the TIFF encoder, I decided to make a new topic.

  14. I conisder it as low priority, but the current expression for "Paint.NET Search" is "Paint.NET Suchen". I think that's a mistake. It sounds like "Search FOR Paint.NET" in English. In my opinion, the correct German phrase is "Paint.NET-Suche" (like Live Seach -> Live-Suche; Google Search -> Google-Suche).

    In it's current form it may confuse users (for example: "I have Paint.NET, why should I search for it?"), "Paint.NET-Suche" however makes clear that the link leads you to a search ENGINE.

    pdnsuchenlt4.png

×
×
  • Create New...