Jump to content

BoltBait

Administrator
  • Posts

    15,626
  • Joined

  • Last visited

  • Days Won

    382

Everything posted by BoltBait

  1. Once lines are "finished" to the canvas, they are pixels just like the rest of your drawing. They are only lines while they're being created. If you want to adjust a line a long time after creating it, you'll need to recreate the line.
  2. It is possible to have the same color stored in a palette multiple times. How should that case be handled?
  3. Are you running the English version of Paint.NET? Are you running the English version of the OS? Are you using an English keyboard? Are you using some "funky" laptop keyboard that requires holding down an FN key for some functionality that a normal keyboard doesn't need?
  4. I wonder if there is an incompatibility between WxS and .net 7
  5. Updated plugin pack to version 6.7 with the following changes: Added "Keep original image" checkbox to Effects > Object > Bevel Object plugin Ugh. That took 35 additional lines of code.
  6. Fixed. Download here: https://forums.getpaint.net/BoltBaitPluginPack
  7. Chrome is just telling you that it MIGHT be dangerous. But, you know the source of the file and you trust me not to put harmful stuff into my downloads... so, you're safe.
  8. You might have some little tiny selection somewhere. Try pressing Ctrl-D to deselect before using the text tool. Also, make sure the layer you're typing on (selected layer) has it's visibility check box checked.
  9. Updated plugin pack to version 6.6 with the following changes: Added Edge Detect Classic effect Added Sharpen Classic effect Updated font handling in Calendar Creator effect Updated font handling in Outlined Gradient Text effect Added blur slider to Outline Object effect Both issues should be fixed now.
  10. It does for me. Couple things to check: 1. Check to see if there are any plugin errors 2. Run my installer and see if Color Balance is checked. My installer is actually a plugin Manager in that it will uninstall plugins that are not checked.
  11. Yes, fonts in my new plugins are really messed up right now. This is due to rewriting them from GDI+ to Direct Write... something I was not familiar with a the time. I'm working on a solution.
  12. Just be careful: at higher widths/heights the object becomes distorted.
  13. If the OP wanted a Pie Chart, I would highly recommend using my Effects > Render > Chart plugin:
  14. I publish a zip file full of just the dll files... you can find it at the bottom of the first post of this thread.
  15. You can render transparent lettering by using the Effects > Text Formations > Outline / Gradient Text plugin: Download my plugin pack here: https://forums.getpaint.net/BoltBaitPluginPack
  16. If you have my plugin pack installed, you can Effects > Render > Polygon/Stars a shape with 32 verticies: My plugin pack can be downloaded here: https://forums.getpaint.net/BoltBaitPluginPack Hope this helps!
  17. The Stylize > Edge Detect effect was rewritten for Paint.NET v5.0 and several people have requested the old edge detect effect back. So, here it is: This is the "classic" (pre v5.0) version of Stylize > Edge Detect. Download EdgeDetectClassic.zip Download this zip file to your desktop. Unzip it. Run the included Install_EdgeDetectClassic batch file. After install, you should find the effect in the Effects > Stylize menu under the name of "Edge Detect Classic". Source CodeLab script: Enjoy. 👍
  18. Almost. 4-bit -> NO transparency 8-bit -> YES transparency (single bit transparency on/off, like a .gif file) 24-bit -> NO transparency 32-bit -> YES transparency (full 256 levels of partial transparency)
  19. 24-Bit PNG files do not support transparency. If you want transparency, you must choose 32-bit (for full transparency levels) or 8-bit (for binary transparency: on/off only).
  20. Try the built-in Distort > Morphology in Erode mode: You could also try the built-in Noise > Median. Play with the sliders to see how you can Dilate or Erode objects.
  21. Run the effect, then click the "?" in the upper right corner next to the red "X" button.
  22. It is located at the bottom of the first post on this thread... between two horizontal lines.
  23. CodeLab v6.8 Released This is only for Paint.NET 5.0+! Quick update today... Just a release of random stuff before we start tackling support for Paint.NET 5.0+ (UI tabs and GPU acceleration) Changes: ▪ Fix crash in UI Designer preview screen (toe_head2001) ▪ Minor code refactoring and bug fixes (BoltBait and toe_head2001) Grab the CodeLab DLL here: https://www.boltbait.com/pdn/CodeLab/
×
×
  • Create New...