Jump to content

toe_head2001

Administrator
  • Posts

    5,019
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. BoltBait's Outline Object would give a much better result in this case. Plus you don't need to make a selection before running it.
  2. It's just like you've said. You need to compile targeting .net 3.5, and link/reference the .DLLs from paint.net v3.5.11. Paint.net v4 will also be able to load your effect. Of course there are some newer features of IndirectUI that will not build with paint.net v3. (3D Roll Ball, Slider backgrounds, Angle Chooser with contained angle)
  3. Text Window Effects -> Text Formations -> Text Window Description Used to repeat text to create word images. Screenshots Notes If you do not intend to repeat the text, please use the Text tool as seen below. Change Log v1.4 (July 5, 2018) Added: Russian translation by @ReMake is now included. Changed: The Font dropdown now defaults to the Arial font, rather than the first one in the list. v1.3 (March 14, 2016) Changed: Unusable font are no longer listed in the UI, thus eliminating the "Font Error" messages. v1.2 (Oct 6, 2015) Changed: Simplified the algorithm for cutting out the window text New: Added font styles (bold, italic, underline, strikeout) Changed: Moved some code into OnSetRenderInfo. Makes it faster and use less system memory v1.1 (Aug 28, 2015) Fixed: Font error message is now modal Fixed: Background could be very slightly affected by the x Offset value if set to +1.0 (I had copy & pasted onto the wrong line without noticing...) v1.0 (Aug 25, 2015) Initial release Download TextWindow.zip Source Code Source files and Git history
  4. Version 1.3 posted. See first post. UPC code based on code from this: http://www.codeproject.com/Articles/19517/Barcode-UPC-A The differences are subtle... One is a dummy IndirectUI, and the other is the functional WinForms UI.
  5. Indeed, it's been much to long since I read that, and apparently I didn't fully understand it that first time. Thanks everyone.
  6. Thanks for explaining this! This whole time I thought the ROI was based on the selection. I never bothered reading that part of the code to understand what was going on.
  7. I'm try to get a my (smaller) 'img' Surface lined up with the selection of the canvas. Say I have a selection start at point (50,50), and run this code: ... img = Surface.CopyFromBitmap(myBitmap); void Render(Surface dst, Surface src, Rectangle rect) { for (int y = rect.Top; y < rect.Bottom; y++) { for (int x = rect.Left; x < rect.Right; x++) { dst[x,y] = img.GetBilinearSample(x - rect.Left,y - rect.Top); } } Substracting from 'rect.Left' on 'x' makes it start from 0 as expected, but subtracting from 'rect.Top' on y doesn't seem to work. Can you explain why that is?
  8. Does this support .png in? I don't remember. https://code.google.com/p/nvidia-texture-tools/ https://code.google.com/p/nvidia-texture-tools/wiki/CommandLineTools
  9. What happened to the old UI that was shown in post #43? It looks so much cleaner and nicer than the current one.
  10. This is fantastic! I know I'll be using this from time to time. In my opinion, having many options is fine as long as you have good default values (which you do). I can think of yet another option that could be added: linked Height and Width sliders. Of course, you'd have to move it over to VS at that point. I think it would be worth it though, considering it would also let you set the max values dynamically rather than hard-coded to 8,000 (and dynamic default value; max / 2 perhaps?). My 2 cents.
  11. I may be alone in this opinion, but I think it would be better to have the Softness default set to 1. Typo on the string for Line Color ColorBgra Amount1 = ColorBgra.FromBgr(0,0,0); // Line Thickness
  12. It's referring to Windows 7 SP1 as the minimum required.
  13. For anyone that's interested, I would like to point out a few more CodeLab limitations I've noticed that were not mentioned. The default value of the Angle Chooser control can't be changed from 45 degrees, and also constrained ranges (ex: 45 degrees to 90 degrees) can't be set. The default value of the Double Vector control can't be changed from (0,0), and also ranges can't be changed from -1.00 to 1.00. The default value of the 3D Roll Ball control can't be changed from (0,0,0) All ranges, defaults, and strings must be hard-coded values.
  14. I like it! Excuse my ignorance, but what's point of the text box? Have a return in the code if there's something typed in it....why? I think I'm missing something. Thanks for posting the source. I learned something about rending a Graphics object to the destination surface. This will help me on a effect I've been wanting to make.
  15. This plugin crashes paint.net as soon as I open it from the Effects menu. Hidden Content: Crash Log This text file was created because paint.net crashed. Please e-mail this to crashlog4@getpaint.net so we can diagnose and fix the problem. Application version: paint.net 4.0.6 (Final 4.6.5693.28) Time of crash: 8/20/2015 6:09:30 PM Application uptime: 00:00:07.0084009 Application state: Running Working set: 210,512 KiB Threads: 35 Install directory: C:\Program Files\Paint.NET Current directory: C:\Program Files\Paint.NET OS Version: 6.1.7601.65536 Service Pack 1 Workstation x64 .NET version: CLR 4.0.30319.42000 x64, FX 4.0 4.5 Processor: 6x "AMD FX-6300 Six-Core Processor " @ ~3500MHz (DEP, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, XSAVE) Physical memory: 8140 MB Video card: AMD Radeon HD 7700 Series (v:1002, d:683D, r:0) Hardware acceleration: True (default: True) UI animations: True UI DPI: 96.00 dpi (1.00x scale) UI theme: Aero/Aero + DWM (Aero.msstyles) Updates: True, 8/14/2015 Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: en-US, cuic: en-US Flags: Exception details: System.TypeInitializationException: The type initializer for 'PDNScript.EffectFactory' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at System.Reflection.Assembly.GetTypes() at PDNScript.EffectFactory.<.cctor>b__0(Assembly s) at System.Linq.Enumerable.<SelectManyIterator>d__1`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at PDNScript.EffectFactory..cctor() --- End of inner exception stack trace --- at PDNScript.PDNScriptEditorDialog.PDNScriptEditorDialog_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at PaintDotNet.Effects.EffectConfigDialog.OnLoad(EventArgs e) in d:\src\pdn\paintdotnet\src\Effects\EffectConfigDialog.cs:line 144 at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at PaintDotNet.PdnBaseForm.WndProc(Message& m) in d:\src\pdn\paintdotnet\src\Core\PdnBaseForm.cs:line 1635 at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 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.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.exe PaintDotNet.Core, Version=4.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Core.dll PaintDotNet.Base, Version=4.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\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 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 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 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 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.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.dll PaintDotNet.Framework, Version=4.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Framework.dll PaintDotNet.Resources, Version=4.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Resources.dll PaintDotNet.Data, Version=4.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Data.dll PaintDotNet.Effects, Version=4.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.Effects.dll PaintDotNet.SystemLayer.Native.x64, Version=4.6.5693.28, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.Native.x64.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 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 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 2dImageFilter, Version=1.1.3.3, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\2dImageFilter-r133.dll "AA's_Assistant", Version=1.1.4329.33034, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AA's_Assistant.dll AdvancedRotate, Version=1.0.3663.28009, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AdvancedRotate.dll AeroShot, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AeroShot.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 Alpha2Gray, Version=4.2.5691.27800, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Alpha2Gray.dll AlphaBlur, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AlphaBlur.dll AlphaContrast, Version=1.0.3813.18307, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AlphaContrast.dll AlphaThreshold, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AlphaThreshold.dll Alpha_to_0, Version=1.0.4452.22746, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Alpha_to_0.dll Alpha_to_255, Version=1.0.4452.22782, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Alpha_to_255.dll Apply Color, Version=1.0.4406.25220, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Apply Color.dll ArgusPaint.net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ArgusPaint.net.dll AutoChrome, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AutoChrome.dll AutoChromeNoise, Version=1.0.3847.37353, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\AutoChromeNoise.dll Barcode, Version=1.2.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 BasicAntialias11, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BasicAntialias11.dll BasicPhotoAdjustments, Version=2.1.4020.485, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BasicPhotoAdjustments.dll Basic Edge Detector, Version=2.0.5346.43075, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Basic_Edge_Detector.dll BevelObject, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BevelObject.dll Bevel, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Bevel_v1.4.0.0.dll Bezncurve, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Bezncurve.dll Bidirectional Blur, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Bidirectional Blur.dll BlackAndWhiteConverter, Version=1.1.3472.36275, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Black and White Converter.dll BlackandAlpha+, Version=1.2.4329.272, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\BlackandAlpha+.dll "Borders N' Shapes", Version=4.0.4642.26476, 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=4.2.5691.27860, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Burninate.dll CalliColour, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CalliColour.dll CameraLens, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CameraLens.dll CellMakerRev, Version=1.0.3626.24472, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CellMakerRev.dll circleFractal2, Version=1.1.5613.38521, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\circleFractal2.dll CircleText, Version=1.4.4415.32488, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CircleText.dll ClipWarpNew, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ClipWarpNew.dll Cobweb, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Cobweb.dll CodeLab, Version=2.6.5692.15950, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CodeLab.dll Color Match, Version=4.0.4642.26532, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Color Match.dll coloraberation, Version=1.0.3859.18981, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\coloraberation.dll ColorBalance, Version=4.2.5691.27921, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorBalance.dll ColorHarmonies.Effect, Version=0.7.0.155, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorHarmonies.Effect.dll ColorMixer, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorMixer.dll ColorModulo, Version=1.1.3643.38108, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorModulo.dll ColorToAlpha, Version=2.3.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 ColorZoomBlur, Version=1.1.3873.36417, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ColorZoomBlur.dll colourblindsim, Version=1.0.3891.486, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\colourblindsim.dll Compotool, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Compotool.dll Contour, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Contour.dll LightningCurve, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CurlyLines.dll CurtisBlack.Common, Version=1.0.3736.39220, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CurtisBlack.Common.dll CurtisBlack.Effects, Version=11.1.3736.39220, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CurtisBlack.Effects.dll CurtisBlack.Resources, Version=1.0.3490.22409, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CurtisBlack.Resources.dll Curves+, Version=4.0.4642.26561, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Curves+.dll CustomBrushesMini, Version=2.2.5286.39584, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\CustomBrushesMini.dll DHShapeMaker, Version=1.0.0.16707, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\DHShapeMaker.dll Displacement, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Displacement.dll DistortingMirror, Version=1.0.4281.30602, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\DistortingMirror.dll Donut, Version=1.0.4354.32246, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Donut.dll dpyColorBalance, Version=1.1.4330.37850, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\dpyColorBalance.dll DragFrom, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\DragFrom.dll Dream, Version=4.2.5691.27988, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Dream.dll Droste, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\droste.dll Dryad, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Dryad.dll EarthsAndGreys, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EarthsAndGreys.dll EdHarvey.Effects, Version=4.0.5120.42730, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EdHarvey.Effects.dll EditableText, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EditableText.dll EigenBlur, Version=1.3.3555.24648, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EigenBlur.dll EngraveEmboss, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EngraveEmboss.dll EOEffects, Version=1.8.1.12, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\EOEffects.dll ExtendBorder, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ExtendBorder.dll Eyeshine, Version=1.0.3700.25905, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Eyeshine.dll FillFromClipboard, Version=4.2.5691.28045, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FillFromClipboard.dll FillFromFile, Version=4.2.5691.28163, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FillFromFile.dll Film, Version=4.0.4642.26607, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Film.dll FindEdges, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FindEdges.dll Fisheye, Version=2.1.5531.28554, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Fisheye.dll Flip, Version=4.2.5691.28262, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Flip.dll FloydSteinbergDithering, Version=4.2.5691.28309, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FloydSteinbergDithering.dll Frames, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Frame.dll FurBlur, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\FurBlur.dll GaussianBlurPlus, Version=4.2.5691.27401, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GaussianBlurPlus.dll Gears, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gears.dll GenTree, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GenTree.dll Gradient Bars, Version=4.0.5152.23084, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gradient Bars.dll Gradient Blocks, Version=4.0.4642.26658, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gradient Blocks.dll GradientBlur, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gradient Blur.dll Gradient Mapping, Version=4.0.4642.26687, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gradient Mapping.dll GradientsGalore, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GradientsGalore.dll Grain, Version=1.0.3854.25523, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Grain.dll Gravity, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gravity.dll Gray2Alpha, Version=4.2.5691.29355, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Gray2Alpha.dll Grid Warp, Version=4.0.5149.26776, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Grid Warp.dll GridCheckerboard, Version=3.0.5297.18928, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GridCheckerboard.dll GridMaker, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GridMaker.dll GrimColorReaper, Version=1.2.4299.5808, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\GrimColorReaper.dll Helix, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Helix.dll HexaGrid, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\HexaGrid.dll Highlight, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Highlight.dll HSVGradients, Version=4.2.5691.29438, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\HSVGradients.dll HueSatPlus, Version=4.2.5691.29526, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\HueSatPlus.dll IncreaseLocalContrast, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\IncreaseLocalContrast.dll IniFile, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\IniFile.dll InputToOutput, Version=1.0.3167.14695, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\InputToOutput.dll Interlace, Version=1.0.0.5, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Interlace.dll InvertAlpha, Version=1.0.3040.33378, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\InvertAlpha.dll iPhoneTabbarIconMaker, Version=1.0.3659.22550, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\iPhoneTabbarIconMaker.dll PDNPI_IndirectUI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\jchunn.dll Jitter, Version=4.0.4642.26986, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Jitter.dll KaleidoGen, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\KaleidoGen.dll Kaleidoscope, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Kaleidoscope.dll Landscape, Version=4.2.5691.29718, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Landscape.dll Lens, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Lens.dll LensFlare, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\LensFlare.dll LevelHorizon, Version=4.2.5691.29998, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\LevelHorizon.dll LightRays, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\LightRays.dll Liquify, Version=4.0.4642.26973, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Liquify.dll LocalContrast, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\LocalContrast.dll Magnifier, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Magnifier.dll Majority, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Majority.dll MarkupRenderer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MarkupRenderer.dll MathNet.Iridium, Version=2007.3.8.35795, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MathNet.Iridium.dll Matrice, Version=1.0.3810.11744, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Matrice.dll Metallize, Version=1.2.4415.32969, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Metallize.dll MirrorRotate, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MirrorRotate.dll MirrorRotateMenu, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MirrorRotateMenu.dll Moire, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Moire.dll Monochrome, Version=1.0.5532.1022, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\monochrome.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 MultiThreshold, Version=1.1.4330.38982, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\MultiThreshold.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 NoiseChoice, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\NoiseChoice.dll Object2Colour, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Object2Colour.dll ObjectEdge, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Objectedge.dll ObjectTools, Version=4.2.5691.26485, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ObjectTools.dll Oblique, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Oblique.dll Olden, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Olden.dll Feather, Version=2.3.4315.37038, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\OldFeather.dll OtherFarmColorReplacer, Version=1.1.3263.11631, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\OtherFarmColorReplacer.dll Outline Object, Version=4.0.4642.26954, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Outline Object.dll Overblur, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Overblur.dll Overliner, Version=1.2.3888.29226, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Overliner.dll PageCurl, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PageCurl.dll PaletteFromImage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PaletteFromImage.dll Panelling, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Panelling.dll ParallelLines.Effect, Version=1.6.0.575, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ParallelLines.Effect.dll PasteAlpha, Version=4.2.5691.30064, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PasteAlpha.dll Pastel, Version=4.2.5691.30177, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Pastel.dll PDNPalette, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PDNPalette.dll PDNScriptorPlugin, Version=0.9.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PDNScriptorPlugin.dll PerlinTexture, Version=1.1.3857.30918, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PerlinTexture.dll Perspective, Version=2.1.4415.36116, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Perspective.dll PhotoAdjustments, Version=4.2.5691.30228, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PhotoAdjustments.dll PieChart, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PieChart.dll Pixelate+, Version=4.0.4642.26940, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Pixelate+.dll PlugInData, Version=1.0.4.41895, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PlugInData.dll pointwarp, Version=1.2.5709.42172, 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 PolariodFrame, Version=1.0.3171.27990, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PolariodFrame.dll Polygon, Version=4.2.5691.30288, 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 PrinterPlus, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PrinterPlus.dll PrintIt.Effect, Version=0.9.0.1162, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\PrintIt.Effect.dll Psychocolour, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Psychocolour.dll pxEexpansion, Version=1.0.4437.36287, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\pxEexpansion.dll Radialcolors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Radialcolors.dll RadiusFillCorners, Version=1.3.5680.19955, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RadiusFillCorners.dll RainbowTwist, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RainbowTwist.dll Random Effect, Version=4.0.4642.26928, 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=4.0.4642.26910, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Random Shape Fill.dll RecolourChoice, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RecolourChoice.dll RedEyeQuickFix, Version=1.1.3161.39688, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RedEyeQuickFix.dll RemoveBrightDark, Version=1.1.3063.36415, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RemoveBrightDark.dll RemoveDust, Version=4.2.5691.30327, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RemoveDust.dll RenderColorWheel, Version=1.1.3258.28607, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RenderColorWheel.dll ReverseColors, Version=1.0.4121.15722, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ReverseColors.dll ReverseFisheye, Version=1.0.5146.21351, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ReverseFisheye.dll RGB_Remap4, Version=1.0.3538.24311, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RGB_Remap4.dll Rosaces, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Rosaces.dll RotateText, Version=1.1.4415.32628, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RotateText.dll RotateTextSUI, Version=1.1.4415.32713, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\RotateTextSUI.dll Rotate_Zoom+, Version=1.11.5237.17779, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Rotate_Zoom+.dll SBCommon, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SBCommon.dll Scintillate, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Scintillate.dll ScreenPixel, Version=1.1.5534.1997, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ScreenPixel.dll Scribble, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Scribble.dll ScriptLab, Version=4.0.5146.23014, 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 Selection2Clear, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Selection2Clear.dll SelectionObscure, Version=1.1.4602.34476, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SelectionObscure.dll SelectionTools, Version=4.2.5691.30400, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SelectionTools.dll ShadowEffect, Version=1.3.0.22210, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ShadowEffect.new.dll ShadowHighlight, Version=3.0.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 Shapes, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Shapes.dll Shape_umabob, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Shape_umabob.dll Sharpen+, Version=4.0.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 SinWaves, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SinWaves.dll Slinky, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Slinky.dll Smooth, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Smooth.dll Smudge, Version=4.0.4642.26844, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Smudge.dll Sparkles, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Sparkles.dll SpeechBubble, Version=2.1.4445.42029, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SpeechBubble.dll Spiral, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Spiral.dll SpiralText, Version=1.4.4415.32775, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SpiralText.dll SpiritLevel.Effect, Version=1.0.0.40, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SpiritLevel.Effect.dll SpiroGraph, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SpiroGraph.dll SpiroShapes, Version=2.0.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=4.0.4642.26829, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Splatter.dll Squirkle, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Squirkle.dll SquirkleWarp, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SquirkleWarp.dll SR, Version=1.0.3371.38258, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SR.dll StarGlow, Version=1.0.3839.21249, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\StarGlow.dll Stars, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Stars.dll Stitch, Version=4.0.4642.26808, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Stitch.dll StringAndPin, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\StringAndPin.dll SubLCD, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\SubLCD.dll TextPlus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Textplus.dll Tiles, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Tiles.dll MyScript, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TOON.dll Trail, Version=4.0.4642.26791, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Trail.dll Transparency, Version=4.2.5691.30441, 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 TRsCustomRandomFill, Version=1.4.7.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TRsCustomRandomFill.dll TRsDodgeBurn, Version=1.3.7.37625, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TRsDodgeBurn.dll TRsFilmStock, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TRsFilmStock.dll TRsiPollock, Version=1.0.3.11944, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TRsIPollock.dll TRsSplineMaster, Version=1.3.4.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TRsSplineMaster.dll TubeOblique, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TubeOblique.dll Twist, Version=4.0.4642.26767, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Twist.dll TwistZ, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TwistZ.dll TwoToneThreshold, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\TwoToneThreshold.dll Vandermotten.PaintDotNetEffects.Blurs, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll Vandermotten.PaintDotNetEffects.ColorAccent, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.ColorAccent.dll Vandermotten.PaintDotNetEffects, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.dll Vandermotten.PaintDotNetEffects.DropShadow, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll Vandermotten.PaintDotNetEffects.Duotones, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll Vandermotten.PaintDotNetEffects.FadeEdge, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll Vandermotten.PaintDotNetEffects.Gradient, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll Vandermotten.PaintDotNetEffects.Grid, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.Grid.dll Vandermotten.PaintDotNetEffects.Monochromes, Version=3.8.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll Vibrato, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Vibrato.dll VignettePlus, Version=4.2.5691.30496, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\VignettePlus.dll Volutes, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\Volutes.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 WaveText, Version=1.2.4415.32811, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\WaveText.dll WaveTextSUI, Version=1.2.4415.33440, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\WaveTextSUI.dll WetFloor, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\WetFloor.dll WhatIsIt.Effect, Version=0.1.0.111, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\WhatIsIt.Effect.dll XYCoords, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\XYCoords.dll Zoom Blur Deluxe, Version=1.1.5709.42909, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\Effects\ZoomBlurDeluxe.dll OptionBasedLibrary v0.7.3, Version=0.7.0.229, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\OptionBasedLibrary v0.7.3.dll System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Design.dll Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualBasic\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll OptionBasedLibrary v0.7.9, Version=0.7.9.1561, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\OptionBasedLibrary v0.7.9.dll OptionBasedLibrary v0.7, Version=0.7.0.602, Culture=neutral, PublicKeyToken=null @ C:\Program Files\Paint.NET\OptionBasedLibrary v0.7.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 UIAutomationProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\UIAutomationProvider\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationProvider.dll System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.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 System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @ C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll Native modules: C:\Program Files\Paint.NET\PaintDotNet.exe, version=4.6.5693.28 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.7601.18869 (win7sp1_gdr.150525-0603) 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.6.81.0 built by: NETFXREL2 C:\Windows\system32\SHLWAPI.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\GDI32.dll, version=6.1.7601.18898 (win7sp1_gdr.150617-0600) C:\Windows\system32\USER32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\LPK.dll, version=6.1.7601.18946 (win7sp1_gdr.150730-0600) C:\Windows\system32\USP10.dll, version=1.0626.7601.18454 (win7sp1_gdr.140424-1533) 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\system32\VERSION.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll, version=4.6.100.0 built by: NETFXREL2STAGE C:\Windows\system32\MSVCR120_CLR0400.dll, version=12.00.52512.0 built by: VSWINSERVICING C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\cde397a2006757fe944c615227983af0\mscorlib.ni.dll, version=4.6.100.0 built by: NETFXREL2STAGE C:\Windows\system32\ole32.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\CRYPTBASE.dll, version=6.1.7601.18933 (win7sp1_gdr.150715-0600) C:\Windows\system32\uxtheme.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\assembly\NativeImages_v4.0.30319_64\System\a1135c4ed7c2452f556f2efe1cf3ba56\System.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\97b5ea38be35503953fb84d3216c6ac2\System.Drawing.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsBase\dbb6e4e4a9cd120f9194f651b22275ff\WindowsBase.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\system32\CRYPTSP.dll, version=6.1.7601.18741 (win7sp1_gdr.150202-1526) C:\Windows\system32\rsaenh.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\assembly\NativeImages_v4.0.30319_64\PresentationCore\287c7c24084da650938c6db6eab37b8d\PresentationCore.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\Presentatio5ae0f00f#\429ad8de993dadbf4cc31b9c61897e69\PresentationFramework.ni.dll, version=4.6.81.0 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\36ade834dc9a239c50206c30f1c06dc3\System.Core.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Base\865cdb73c8bff820298b6b3103361de7\PaintDotNet.Base.ni.dll, version=4.6.5693.28 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\4ee8a30a09761aca4427529c0da31c6b\System.Windows.Forms.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet500b2e4f#\ca4c1bde87d12a2b5b84c483d77625db\PaintDotNet.SystemLayer.ni.dll, version=4.6.5693.28 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Core\227d612b6d5cb02eac6963d82eedb440\PaintDotNet.Core.ni.dll, version=4.6.5693.28 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet26779e70#\3c32faf21f6c821ebf89493cc74e0c81\PaintDotNet.Resources.ni.dll, version=4.6.5693.28 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet7afaaa15#\06c8400f807146d60aa9711fce9e8448\PaintDotNet.Framework.ni.dll, version=4.6.5693.28 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Data\3a3c418c77ee5976f122cfdc3004ef1a\PaintDotNet.Data.ni.dll, version=4.6.5693.28 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet.Effects\09c814fa61c5a225c8e6b13dd39a7993\PaintDotNet.Effects.ni.dll, version=4.6.5693.28 C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNet\84c9d136e8d9bbb4953041953f9c20d4\PaintDotNet.ni.exe, version=4.6.5693.28 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.6.81.0 built by: NETFXREL2 C:\Windows\system32\OLEAUT32.dll, version=6.1.7601.18679 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\PresentationNative_v0400.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\nlssorting.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\system32\shell32.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll, version=4.6.100.0 built by: NETFXREL2STAGE C:\Windows\Microsoft.NET\Framework64\v4.0.30319\compatjit.dll, version=4.6.100.0 built by: NETFXREL2STAGE C:\Windows\assembly\NativeImages_v4.0.30319_64\PaintDotNetc8826574#\995e9d2aeea504dd2b4be9505b0ad609\PaintDotNet.SystemLayer.Native.x64.ni.dll, version=4.6.5693.28 C:\Program Files\Paint.NET\PaintDotNet.SystemLayer.Native.x64.dll, version=4.6.5693.28 C:\Windows\system32\MSVCR120.dll, version=12.00.21005.1 built by: REL C:\Windows\system32\VCOMP120.DLL, version=12.00.21005.1 built by: REL C:\Windows\system32\MSVCP120.dll, version=12.00.21005.1 built by: REL 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.18946_none_2b27281071eac12c\gdiplus.dll, version=6.1.7601.18946 (win7sp1_gdr.150730-0600) C:\Windows\system32\dxgi.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\system32\DXGIDebug.dll, version=9.30.9600.17336 C:\Windows\system32\WINTRUST.dll, version=6.1.7601.18839 (win7sp1_gdr.150427-0707) C:\Windows\system32\CRYPT32.dll, version=6.1.7601.18839 (win7sp1_gdr.150427-0707) C:\Windows\system32\MSASN1.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\profapi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) 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\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\comctl32.dll, version=6.10 (win7_rtm.090713-1255) C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18837_none_a4d981ff711297b6\comctl32.dll, version=6.10 (win7_rtm.090713-1255) C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\0a9d6af13bc02e8b89d26623591574df\System.Configuration.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\7a4e2364711621a9f1b608bd12ad2f83\System.Xml.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\system32\WindowsCodecs.dll, version=6.2.9200.17251 (win8_gdr.150128-1514) C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xaml\1601e59350ac3c5e504e1ca08f38a5d7\System.Xaml.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\system32\wtsapi32.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\WINSTA.dll, version=6.1.7601.18540 (win7sp1_gdr.140716-1508) C:\Windows\system32\d2d1.dll, version=6.2.9200.16492 (win8_gdr_oobssr.130113-0015) C:\Windows\system32\d3d11.dll, version=6.2.9200.16570 (win8_gdr.130327-1526) C:\Windows\system32\D3D10Warp.dll, version=6.2.9200.17033 (win8_gdr.140615-1509) C:\Windows\system32\RpcRtRemote.dll, version=6.1.7601.17514 (win7sp1_rtm.101119-1850) C:\Windows\system32\aticfx64.dll, version=8.17.10.1404 C:\Windows\system32\WINMM.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) C:\Windows\system32\atiuxp64.dll, version=8.14.01.6463 C:\Windows\system32\atidxx64.dll, version=8.17.10.0625 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:\Windows\assembly\NativeImages_v4.0.30319_64\System.Design\de6381198c3db1f4ea5b50206607854b\System.Design.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.V9921e851#\74db4cee8f5006e1d52a1493039dbdeb\Microsoft.VisualBasic.ni.dll, version=14.6.81.0 built by: NETFXREL2 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll, version=14.00.0081.0 built by: NETFXREL2 C:\Windows\system32\RichEd20.DLL, version=5.31.23.1230 C:\Windows\assembly\NativeImages_v4.0.30319_64\WindowsForm0b574481#\b55b1701e8cf10a2d69ef7aefdd87263\WindowsFormsIntegration.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\UIAutomationProvider\3d50061de30e13efc65284f916ce460e\UIAutomationProvider.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Security\524df52f2cedc649b52dd5d09b2e5911\System.Security.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\Accessibility\46d0e7e873e5dbd87455c3d6fd9fd12a\Accessibility.ni.dll, version=4.6.81.0 built by: NETFXREL2 C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Data.SqlXml\7894dfeb21577561f424b72d37e0d22b\System.Data.SqlXml.ni.dll, version=4.6.81.0 built by: NETFXREL2 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) C:\Windows\system32\psapi.dll, version=6.1.7600.16385 (win7_rtm.090713-1255) ------------------------------------------------------------------------------
  16. Is there an approved method to detect which localization paint.net is set to? I would like to use strings from a localized resource file based on the current localization of paint.net. I.E. If paint.net is set to Spanish, my plugin would use my Spanish resource file. Thanks.
  17. There's an even newer version in post #16 Please elaborate what you mean by this.
  18. Point Warp This is simply a rebuild of @Illnab1024's original plugin to make it compatible with paint.net v4. All credit goes to him. I've also reduced the source code from a Visual Studio project to a CodeLab script. Effects -> Distort -> Point Warp Features Applies a 'point warp' at a given location on the image. It's basically bulge but in the horizontal plane instead of the vertical. Changelog v1.2 by toe_head2001 (Aug 20, 2015) Changed: Minor Changes to the source code to make it CodeLab compatible. v1.1 by Illnab1024 (2008?) Small modifications to the UI and code that should look and work more intuitive. v1.0 by Illnab1024 (Jan 10, 2008) Initial release Download PointWarpEffect.zip Source
  19. I was just about to post that... you beat me to it. Hey, look at this line: int Amount1 = 10; // [0,100] AmountThe original source allowed for a zoom range of 1 - 256, and had a default of 20 Edit: Here's the IndirectUI dll for those that want it. ZoomBlurDeluxe.zip
  20. Hmm, I had no issue with it. In my unscientific testing (both effects at comparable settings) of several 5,000px x 5,000px photos, I found the built-in effect to be faster. Still, this effect produces slightly different results compared to the built-in effect, so I think I'll keep it.
  21. If I convert this to IndirectUI, will you add it to the first post?
  22. Use the Magic Wand with the Flood Mode set to Global. You could also use the Grim Color Reaper plugin.
  23. Pie Chart Effects -> Render -> Pie Chart Features Renders a Pie Chart graphic based on specified Colors and Values. Can also render Labels on the chart. Outline Color, Rotation Angle, and Scale can be adjusted. Import from CSV files DONUTS! Screenshots Supported CSV Formats Tom, 9.9 Bob, 5 or: 9.9, Tom 5, Bob CSV files can be edited in MS Excel, or even Notepad. Changelog v2.5 (Dec 30, 2016) Changed: New tabbed GUI Changed: The chart data is now manipulated inline using a DataGridView (like a spreadsheet) New: Load CSV files New: Donut size is now adjustable Fixed: HiDPI issues v2.0 (Nov 7, 2015) Changed: Rewrote the Effect from scratch (excluding the UI) New: Adjustable Scale (0.1x - 1.0x). 1x means the pie fills the selection New: Donut Chart style option New: Render Labels option New: Exploded slice option. New: Option to not use an outline Versions before v2.0 were based on @evanolds' original Pie Chart plugin. v1.2 by toe_head2001 (Sept 12, 2016) New: Angle Control to rotate the chart New: Existing Categories in the list can be reordered New: Outline color of the Chart can be changed (Black, Gray, or White) Changed: Various minor fixes and UI adjustments. v1.1 by toe_head2001 (Aug 18, 2015) New: Display the numerical value of each existing Category in the list New: A random color is automatically selected for each new category. You can still change it manually. New: Text cursor is now automatically placed in the first textbox when the plugin is opened, so you can just start typing. Changed: Moved the help text to a fancy Help messagebox. There was no need to see this text everytime you opened the plugin. Changed: New icon from Fugue Icons. This is mainly to distinguish it from Evan's that is inside of EOEffects.dll Changed: Various minor UI adjustments. New: Metadata was added for the 'Plugin Browser' v1.0 by Evan Olds (Jan 6, 2012) Initial release Download: PieChart.zip Source: Changes and source code Some icons from Fugue Icons.
×
×
  • Create New...