Jump to content

midora

Members
  • Posts

    1,782
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by midora

  1. Thanks for the tutorial. Great results here. Some advice how to produce a different sky? Like Sunset over sea
  2. In PDN4 the alignment of the checkerboard background has changed. In 3.5 it was top/left always. Typically if I am editing an icon then I set the zoom to 800%. In 3.5 this meant one pixel mapped to the size of one square in the checkerboard. Now there is no more a mapping and switching on the pixel grid makes it even more difficult to see what you are painting.
  3. I would use the FillFromClipboard plugin. 1. Create your logo (don't forget to set a good resolution value i.e. 300dpi). 2. Copy the image to the clipboard 3. Create a new image with the same dpi setting (A4 300dpi would be 2480 x 3508 pixels). You may have to respect non printable areas on the paper, means you have to use a smaller image size. 4. Execute the plugin Now I would save the file as PDF using the ImPDF plugin. Print the PDF using a PDF viewer w/o scaling.
  4. Some observations about animation of selection. 1. Open paint.net, Select all: Windows Task Manager shows 3% (the dancing ants) 2. Copy, paste: Windows Task Manager shows 22-25% 3. Switch off animations: Windows Task Manager shows 0-1% 4. Switch on animations again: Windows Task Manager shows 5-7% 5. Deselect: Windows Task Manager shows 0-1% Repeating step 2 to 5 results in the same values.
  5. Undo of layer up does not set the selection to the layer moved back. It wrks right for move down, move top and move bottom.
  6. MeasureSelection has been updated in October regarding PDN4. Is there still an issue?
  7. That's the second word I added to my vocabularies today reading this forum: First mutilated and now vetted. ;-) There is always a risk if you are downloading software. But best is to get it from a trusted place.
  8. I really like the effects during drag and drop of a layer in the layers window. Nice job :-) What I'm missing is scrolling of the window content if the mouse is on top or bottom of the window while dragging. Ctrl+Move Up/Down of a layer moves the layer to the top or the bottom but the view of the layers jumps to the oposite side (means the selected layer is not visible). After the move to top click one of the layers in the middle shows sometimes a background using the hover color.
  9. >> A handy plugin, that could convert the colors in an image to 8-Bit. Just a remark: A plugin ist just able to quantize the colors to a given or an optimal set of colors. The bitmap will still be 32bit. There is no guaranty that saving this bitmap to an 8bit format will keep the colors generated by the plugin. Typically the 8bit filetype plugins do their own quantization. A good quantizer is a complex thing because it has to respect the sensitivity of the human eye. (It's a little bit more than just counting and mapping colors).
  10. Beside of IrfanView there is also a batch utility pdn2png available on Windows (both are using the same library to load .pdns). The pdn format contains some serialized .net data structures. That's the main reason why there aren't a lot of converters.
  11. I got it to run the other way round: - Install Paint.NET 4 - Start and finish Paint.NET - Rename Paint.NET folder to Paint.NET4 - Install Paint.NET 3.5.11 - Start and finish Paint.NET - Rename Paint.NET folder to Paint.NET3511 - Rename Paint.NET4 to Paint.NET So it seems that Paint.NET 4 removes some important files required by 3.5.11. People should know that there are potential risks doing this: - Both versions share the same registry key - Some data exchange format may be different (i.e. the clipboard format of selections) - The pdn file format changed a little bit (The serialized data part). Still compatible between PDN versions but I had to update the Irfanview plugin.
  12. Just to say. This is not working for me on W7 SP1. Starting the 3.5.11 version results in the messagebox: Paint.NET has detected that some important installation files are missing. If you click the Repair button it will attempt to repairt his and then continue loading. The missing files are: Microsoft Visual C++ Redistributable Pressing the Repair button leads to some activity (where I can see a Paint.NET 4.0 pre release in the header) but it does not work. The application terminates and the next start will present the same messagebox. I downloaded vcredis_x64.exe and installed it but w/o effect.
  13. >(Yeah, I need a "Copy to clipboard" button in there ) This was just a proposal. As long as the diagnostics aren't larger than the screen... ;-) This is the version w/o the ATI card:
  14. I tested this on my laptop after a friend told me about the issue. On my test laptop it works with the ati card but not with the build in intel graphics (the drivers are up to date).
  15. Same for me ;-) Still the real layered PDF feature (which allows to switch on/off individual layers in a PDF viewer) is missing. Rick would say: No ETA ;-) Too many other things to finish...
  16. The FileType plugins should really get their own subforum ;-)
  17. The background of the nubs is not drawn well. See Video. This happens for all shape variants on Win7 Sp1.
  18. 'Color Matrix' plugin is able to convert the alpha channel to a gray bitmap ('Transparency to Gray' in drop down). Or the other way 'RGB to Transparency'.
  19. 'Color Matrix' Adjustment Plugin NOTE: paint.net >= 4.3.2 requires that all OptionBasedLibrary files must be placed in the Effects and the FileTypes folder. Please ignore the out of date instructions in the ReadMe.txt file. Summary Adjusts all individual pixels in the selected area of the active layer using a color transformation matrix. http://www.comsquare.ch/files/downloads/ColorMatrix.Effect/ColorMatrix.Effect.Dialog.jpg The plugin contains a set of predefined matrices to manipulate the individual RGBA channels, adapt transparency or to simulate the effect of different color blindness defects. Changing the matrix will show 'User defined' in the preset selector. Here the list of presets: Identity - Does nothing RGB (solid) - Sets the alpha channel to solid RGB (inverted) - Inverts the RGB channels and keeps alpha RGB to Gray - Converts RGB to gray and keeps alpha RGB to Gray (inverted) RGB to Transparency RGB to Transparency (inverted) RGB to BGR (or back) RGB to Sepia Red to Gray (solid) Red only (solid) Green to Gray (solid) Green only (solid) Blue to Gray (solid) Blue only (solid) Transparency to Gray (solid) Transparency to Gray (solid, inverted) Transparency only Cyan only (solid) Magenta only (solid) Yellow only (solid) Red-Blind (Protanopia) Red-Weak (Protanomaly) Green-Blind (Deuteranopia) Green-Weak (Deuteranomaly) Blue-Blind (Tritanopia) Blue-Weak (Tritanomaly) Monochromacy (Achromatopsia) Weak Monochromacy (Achromatomaly) How does it work? The following formula is applied to each pixel: (R,G,B,A,255) = (((R,G,B,A,255) / 255) * matrix) * 255 Result values <0 or >255 are clamped. The render code is simple because it just provides the image and the matrix to Windows GDI+. Keywords Adjustment, Color matrix, Color blindness Author Martin Osieka Download Find the latest version of the plugin ColorMatrix v1.1 (25.6.2015) here: ColorMatrixEffectv1.1.zip Installation Follow the instructions carefully Unzip "ColorMatrix.Effect vX.X.zip" Copy the two files ColorMatrix.Effect.dll/.dlc and the two files OptionBasedLibrary vX.X.dll/.dlc to the Paint.NET\Effects\ folder A typical location is "C:\Program Files\Paint.NET\Effects". .dll contains the module code .dlc contains the module configuration (like translated text) Copy the two files OptionBasedLibrary vX.X.dll/.dlc to the Paint.NET\ folder (not to the Effects folder!) A typical location is "C:\Program Files\Paint.NET". After a restart of Paint.NET you will find the plugin at Menu->Adjustments->Color Matrix... oder für deutsche Anwender unter Menü->Korrekturen->Farbmatrix.. Compatibility Paint.NET 3.5.11 and 4.0.5+ Supported languages The language used in the plugin depends on the language setting of Paint.NET and the support of this language by the plugin. The fallback is the first supported language of the plugin. Languages are defined in the .dlc files. This plugin supports the following languages in the moment: English Deutsch You may add your own translation to the .dlc file. Known issues None Example Using the matrix preset "RGB inverted" -1 0 0 0 0 0 -1 0 0 0 0 0 -1 0 0 0 0 0 1 0 1 1 1 0 1 Applying the formula R' = R/255; G' = G/255; B' = B/255; A' = A/255 R" = R' * -1 + G' * 0 + B' * 0 + A' * 0 + 1 = 1 - R' G" = R' * 0 + G' * -1 + B' * 0 + A' * 0 + 1 = 1 - G' B" = R' * 0 + G' * 0 + B' * -1 + A' * 0 + 1 = 1 - B' A" = R' * 0 + G' * 0 + B' * 0 + A' * 1 + 0 = A' R = R"*255; G = G"*255; B = B"*255; A = A"*255 History 1.1 (25.6.2015) - Added 'RGB (solid)' entry to set the alpha channel to opaque - Added column titles - Renamed the dll file. You have to remove the old ColorMatrix.dll/.dlc file - Updated OptionBasedLibrary 1.0 (16.5.2015) - First release
  20. Application version: paint.net v4.0 (α 4.0.5064.834) Time of crash: 14.11.2013 19:28:23 Application uptime: 00:00:17.7760167 Install directory: C:\Program Files\Paint.NET4 Current directory: C:\Program Files\Paint.NET4 OS Version: 6.1.7601.65536 Service Pack 1 Workstation x64 .NET version: CLR 4.0.30319.17929 x64, FX 2.0 (rtm sp1 sp2) 3.0 (rtm sp1 sp2) 3.5 (rtm sp1 sp1_CP) 4.0 (rtm rtmEx) Processor: 4x "Intel® Core i3 CPU U 330 @ 1.20GHz" @ ~1197MHz (DEP, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2) Physical memory: 3893 MB UI DPI: 96.00 dpi (1.00x scale) UI Theme: Aero/Aero + DWM (Aero.msstyles) Updates: False, 14.10.2013 Locale: pdnr.c: de, hklm: n/a, hkcu: de, cc: de-CH, cuic: de Managed assemblies: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll PaintDotNet, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.exe PaintDotNet.Base, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.Base.dll System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll PaintDotNet.Core, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.Core.dll System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll PaintDotNet.SystemLayer, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.SystemLayer.dll PaintDotNet.Framework, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.Framework.dll PaintDotNet.Resources, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.Resources.dll PaintDotNet.Data, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.Data.dll PaintDotNet.Effects, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.Effects.dll PaintDotNet.SystemLayer.Native.x64, Version=4.0.5064.834, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\PaintDotNet.SystemLayer.Native.x64.dll System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll ChopUp, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\ChopUp.dll ColorHarmonies, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\ColorHarmonies.dll ColorMatrix, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\ColorMatrix.dll colourblindsim, Version=1.0.3891.486, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\colourblindsim.dll ExampleOptionBasedEffect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\ExampleOptionBasedEffect.dll ExampleOptionBasedEffectVariants, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\ExampleOptionBasedEffectVariants.dll ExamplePropertyBasedEffect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\ExamplePropertyBasedEffect.dll ExamplePropertyBasedEffectPdn4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\ExamplePropertyBasedEffectPdn4.dll FastenYourWindows, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\FastenYourWindows.dll FurBlur, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\FurBlur.dll MeasureSelection, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\MeasureSelection.dll PanZoomRoll, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\PanZoomRoll.dll PathTools, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\PathTools.dll SpiritLevel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\Effects\SpiritLevel.dll OptionBasedLibrary v0.4, Version=0.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\OptionBasedLibrary v0.4.dll OptionBasedLibrary v0.5, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET4\OptionBasedLibrary v0.5.dll System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsFormsIntegration\v4.0_4.0.0.0__31bf3856ad364e35\WindowsFormsIntegration.dll Native modules: C:\Program Files\Paint.NET4\PaintDotNet.exe, version=4.0.5064.834 C:\Windows\SYSTEM32\ntdll.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\SYSTEM32\MSCOREE.DLL, version=4.0.40305.0 (Main.040305-0000) C:\Windows\system32\KERNEL32.dll, version=6.1.7601.18015 (win7sp1_gdr.121129-1432) C:\Windows\system32\KERNELBASE.dll, version=6.1.7601.18015 (win7sp1_gdr.121129-1432) C:\Windows\system32\ADVAPI32.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\msvcrt.dll, version=7.0.7601.17744 (win7sp1_gdr.111215-1535) C:\Windows\SYSTEM32\sechost.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\RPCRT4.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\system32\SHLWAPI.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\GDI32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\USER32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\LPK.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\USP10.dll, version=1.0626.7601.18009 (win7sp1_gdr.121121-1431) C:\Windows\system32\IMM32.DLL, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\MSCTF.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\system32\MSVCR110_CLR0400.dll, version=11.00.50709.17929 built by: FX45RTMREL C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\9da5bb33cd1c34b7851c088f0cf749cc\mscorlib.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\system32\ole32.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\CRYPTBASE.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\uxtheme.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Program Files\DigitalPersona\Bin\DpoFeedb.dll, version=5.1.0.4248 C:\Windows\system32\OLEAUT32.dll, version=6.1.7601.17676 C:\Windows\system32\VERSION.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\USERENV.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\profapi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\assembly\NativeImages_v4.0.30319_64\System\e3305bdbd03ef919051aa7f2783ac32a\System.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsBase\dfad591d5433e9bf50d10017162fbc60\WindowsBase.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\system32\CRYPTSP.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\rsaenh.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\acc5b07beef536f26da664ecfc145083\System.Drawing.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\assembly\NativeImages_v4.0.30319_64\PresentationCore\1d9d7daf81985976391444ad023c1cb3\PresentationCore.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\assembly\NativeImages_v4.0.30319_64\Presentatio5ae0f00f#\cf1ec3d2268773648c356e5563482a49\PresentationFramework.ni.dll, version=4.0.30319.17929 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\713a8c0e41e664d349efcc0cec7f5e86\System.Core.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Base\52a31ddedc2d3da42828e4a1b9c5c934\PaintDotNet.Base.ni.dll, version=4.0.5064.834 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\57d58592aa974e9d0ccd4546e981c295\System.Windows.Forms.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet500b2e4f#\d9d28c1a30454c973484fcc20b4120fa\PaintDotNet.SystemLayer.ni.dll, version=4.0.5064.834 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Core\a5ab5bb631bbbd9808c110700646a25b\PaintDotNet.Core.ni.dll, version=4.0.5064.834 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet26779e70#\f0b8d4823116c78046aba1b6404d8429\PaintDotNet.Resources.ni.dll, version=4.0.5064.834 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet7afaaa15#\996b8c80f967d02de51130ba23d8cdb5\PaintDotNet.Framework.ni.dll, version=4.0.5064.834 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Data\101513099c7a8f232a8bf277735fa053\PaintDotNet.Data.ni.dll, version=4.0.5064.834 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Effects\f3870de92d07f36bc1582db78f6ed148\PaintDotNet.Effects.ni.dll, version=4.0.5064.834 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet\f3bb491d994f7651039a05c1e9671179\PaintDotNet.ni.exe, version=4.0.5064.834 C:\Windows\system32\dwrite.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\system32\shell32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\nlssorting.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Program Files\Paint.NET4\PaintDotNet.SystemLayer.Native.x64.dll, version=4.0 C:\Windows\system32\MSVCR100.dll, version=10.00.40219.325 C:\Windows\system32\VCOMP100.DLL, version=10.00.40219.325 built by: SP1LDR C:\Windows\system32\MSVCP100.dll, version=10.00.40219.325 C:\Windows\system32\PROPSYS.dll, version=7.00.7600.16385 (win7_rtm.090713-1255) C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_2b25b14c71ebf230\gdiplus.dll, version=6.1.7601.18120 (win7sp1_gdr.130402-1532) C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNetc8826574#\592acc523eab7938378c55a9dc8a76a5\PaintDotNet.SystemLayer.Native.x64.ni.dll, version=4.0 C:\Windows\system32\CLBCatQ.DLL, version=2001.12.8530.16385 (win7_rtm.090713-1255) C:\Windows\System32\UIAnimation.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\System32\dwmapi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll, version=6.10 (win7_rtm.090713-1255) C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\comctl32.dll, version=6.10 (win7_rtm.090713-1255) C:\Windows\system32\WindowsCodecs.dll, version=6.2.9200.16583 (win8_gdr.130412-1706) C:\Program Files\WIDCOMM\Bluetooth Software\btmmhook.dll, version=6.2.1.1100 C:\Windows\system32\PSAPI.DLL, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Program Files\DigitalPersona\Bin\DpoSet.dll, version=5.1.0.280 C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_08e4299fa83d7e3c\MSVCP90.dll, version=9.00.30729.4940 C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_08e4299fa83d7e3c\MSVCR90.dll, version=9.00.30729.4940 C:\Windows\system32\d2d1.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\system32\wtsapi32.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\WINSTA.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\d3d11.dll, version=6.2.9200.16570 (win8_gdr.130327-1526) C:\Windows\system32\dxgi.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\system32\D3D10Warp.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\system32\WINTRUST.dll, version=6.1.7601.18205 (win7sp1_gdr.130708-1532) C:\Windows\system32\CRYPT32.dll, version=6.1.7601.18205 (win7sp1_gdr.130708-1532) C:\Windows\system32\MSASN1.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xaml\27a7631f3ec132d21f5d154e0f23a5a3\System.Xaml.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\1db85b32a2f4b707a5bd7e73db977a39\System.Xml.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\system32\RpcRtRemote.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\oleacc.dll, version=7.0.0.0 (win7sp1_gdr.110826-1504) C:\Windows\assembly\NativeImages_v4.0.30319_64\Accessibility\491b68c17ff9a83d7e8dc3cf9156218b\Accessibility.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\system32\atiuxp64.dll, version=8.14.01.6143 C:\Windows\system32\atidxx64.dll, version=8.17.10.0303 C:\Windows\system32\winmm.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\explorerframe.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\DUser.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\DUI70.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Program Files\Paint.NET4\Effects\ChopUp.dll, version=1.3.0.0 C:\Program Files\Paint.NET4\Effects\ColorHarmonies.dll, version=0.5.0.0 C:\Program Files\Paint.NET4\Effects\ColorMatrix.dll, version=1.0.0.0 C:\Program Files\Paint.NET4\Effects\colourblindsim.dll, version=1.0.3891.486 C:\Program Files\Paint.NET4\Effects\ExampleOptionBasedEffect.dll, version=1.0.0.0 C:\Program Files\Paint.NET4\Effects\ExampleOptionBasedEffectVariants.dll, version=1.0.0.0 C:\Program Files\Paint.NET4\Effects\ExamplePropertyBasedEffect.dll, version=1.0.0.0 C:\Program Files\Paint.NET4\Effects\ExamplePropertyBasedEffectPdn4.dll, version=1.0.0.0 C:\Program Files\Paint.NET4\Effects\FastenYourWindows.dll, version=1.2.0.0 C:\Program Files\Paint.NET4\Effects\FurBlur.dll, version=1.0.1.0 C:\Program Files\Paint.NET4\Effects\MeasureSelection.dll, version=1.4.0.0 C:\Program Files\Paint.NET4\Effects\PanZoomRoll.dll, version=1.0.0.0 C:\Program Files\Paint.NET4\Effects\PathTools.dll, version=0.9.0.0 C:\Program Files\Paint.NET4\Effects\SpiritLevel.dll, version=1.0.0.0 C:\Program Files\Paint.NET4\OptionBasedLibrary v0.4.dll, version=0.3.0.0 C:\Program Files\Paint.NET4\OptionBasedLibrary v0.5.dll, version=0.5.0.0 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\2c4a573c7aca452ba199f833dc5a6b4d\System.Configuration.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsForm0b574481#\c78db6443cde0c1d5cd0c7b88511d158\WindowsFormsIntegration.ni.dll, version=4.0.30319.17929 built by: FX45RTMREL C:\Windows\system32\SetupApi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\CFGMGR32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\DEVOBJ.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) Exception details: System.IO.IOException: Cannot create a file when that file already exists. bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) bei System.IO.Directory.InternalMove(String sourceDirName, String destDirName, Boolean checkHost) bei PaintDotNet.AppModel.UserFilesService.OnLanguageChanged(Object sender, ValueChangedEventArgs`1 e) in D:\src\pdn\paintdotnet\src\PaintDotNet\AppModel\UserFilesService.cs:Zeile 124. bei PaintDotNet.ValueChangedEventHandler`1.Invoke(Object sender, ValueChangedEventArgs`1 e) bei PaintDotNet.ValueChangedEventHandlerExtensions.Raise[T](ValueChangedEventHandler`1 handler, Object sender, T oldValue, T newValue) in D:\src\pdn\paintdotnet\src\Base\ValueChangedEventHandlerExtensions.cs:Zeile 23. bei PaintDotNet.Settings.Setting`1.OnValueChangedT(TValue oldValue, TValue newValue) in D:\src\pdn\paintdotnet\src\PaintDotNet\Settings\Setting`1.cs:Zeile 48. bei PaintDotNet.Settings.Setting.set_Value(Object value) in D:\src\pdn\paintdotnet\src\PaintDotNet\Settings\Setting.cs:Zeile 348. bei PaintDotNet.Settings.UI.PropertyBasedSettingsPage.PropertyValueChanged(Property property, Object newValue) in D:\src\pdn\paintdotnet\src\PaintDotNet\Settings\UI\PropertyBasedSettingsPage.cs:Zeile 141. bei PaintDotNet.ValueEventHandler`1.Invoke(Object sender, ValueEventArgs`1 e) bei PaintDotNet.PropertySystem.Property.OnValueChanged(Object newValue) in D:\src\pdn\paintdotnet\src\Base\PropertySystem\Property.cs:Zeile 164. bei PaintDotNet.PropertySystem.Property.SetValueCore(Object value) in D:\src\pdn\paintdotnet\src\Base\PropertySystem\Property.cs:Zeile 280. bei PaintDotNet.PropertySystem.Property`1.set_Value(T value) in D:\src\pdn\paintdotnet\src\Base\PropertySystem\Property`1.cs:Zeile 26. bei System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) bei System.Windows.Forms.ComboBox.WmReflectCommand(Message& m) bei System.Windows.Forms.ComboBox.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ------------------------------------------------------------------------------
  21. paint.net 4.0 alpha build 5064 (and earlier ;-) Windows 7, SP1 My secondary screen is left to the primary (means it has negative coordinates). I'm getting a strange effect if I try to resize the window on the secondary screen (on primary it works as expected). Moving the cursor on top of the left, right or bottom border shows the NW to SE cursor (Top border is as expected). Grabbing any of these borders always changes the right and bottom size of the window. So grabbing the left border never changes the window on the left side. It works using the Windowmenu 'Move' command and the keyboard.
  22. Sorry it was not the goal to waste your time and to raise expectations the tool can not fulfill now. My excuse: There was an appointment :-)
  23. If someone likes to play with color harmonies then try the following. Copy ColorHarmonies files in the Effects folder and the OptionBasedLibrary in the Paint,NET folder. Feedback is welcome. I'm just not sure about the user interface. Use the radiobuttons to select the color model you like to use. The selected channel is always used by the slider. The other two channels are shown in the square or the wheel. The dropdown provides different types of harmonies used in color theory. The first color in the color list below the square or wheel is the reference color. All other colors are calculated from the reference. PS: Right click to the color square or wheel is your friend to modify the UI a bit. In this peculiarity we are talking about a tool. A different form of a color selector which allows you to choose a color sheme in different color models to use in your image. That's all. You can not do more than to choose a sheme (a nice looking combination of colors) and then maybe copy the color values to the hex field of the build-in Paint.NET color wheel. Based on this an effect may analyze the image to determine its basic color sheme and then harmonize the colors based on your selection.
  24. Tizzle: Tell us more about the pixel size and resolution of your pdn file. If something is looking good on screen (96 dpi) it may show artifacts on a device using a hgher resolution like printers (300 or more dpi).
×
×
  • Create New...