Jump to content

BoltBait

Administrator
  • Posts

    15,730
  • Joined

  • Last visited

  • Days Won

    405

Everything posted by BoltBait

  1. 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.
  2. Just be careful: at higher widths/heights the object becomes distorted.
  3. If the OP wanted a Pie Chart, I would highly recommend using my Effects > Render > Chart plugin:
  4. 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.
  5. 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
  6. 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!
  7. 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. 👍
  8. 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)
  9. 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).
  10. 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.
  11. Run the effect, then click the "?" in the upper right corner next to the red "X" button.
  12. It is located at the bottom of the first post on this thread... between two horizontal lines.
  13. 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/
  14. Now that you've updated Paint.NET, be sure to update my plugins by downloading here: https://forums.getpaint.net/BoltBaitPluginPack Even if you've updated my plugin pack since upgrading to Paint.NET v5.0, I've been fixing bugs and adding features since then. Now's a good time to refresh plugins!
  15. I need this if I'm ever to rewrite my Creative Text Pro plugin to the new system.
  16. The issue you were seeing has been addressed in Pack65. Download from the first post and refresh my plugins.
  17. Can you show us a screenshot of the pencil tool's settings? Like this: Also, go into Settings , click the Diagnostics tab, and click the "Copy to clipboard" button... paste that into a message here. Thanks!
  18. Check for plugin errors by clicking the Effects menu and looking for the top menu: See if your favorite plugin is listed in there. If it is, there will be a reason it no longer works. Go from there. Maybe you are looking for Adjustments > Color Balance: If so, you need to update my plugin pack to the latest version which you can do by downloading from here: https://forums.getpaint.net/BoltBaitPluginPack Hope this helps.
  19. Pretty sure that feature's been there since version 1.0.
  20. You are complaining about a built-in function Effects > Stylize > Outline and not the Effects > Object > Outline plugin that is part of my plugin pack. @Rick Brewster should probably break your comment out into it's own thread.
  21. No. Only the Effects > Selection > Outline Selection plugin uses IGeometry. The outlines in that plugin look awesome--that's not the problem. Effects > OBJECT > Outline Object uses a completely different algorithm. And, I rewrote that algorithm for the 5.0 version of this plugin. With the exception of one slight issue with the anti-aliasing code, I think the outlines look much better than before. I'm working on the anti-aliasing issue and should have that fixed by the weekend. However, what the posters want is a softer outline edge that was generated in previous versions of the Object > Outline code. Instead of a solid outline that is anti-aliased (1px) they want a solid outline that gently fades out to transparent (gaussian blur).
  22. I'll look into this issue on the weekend. (Sorry, super busy with work until then.) Show me a screenshot of the issue. Please don't. Just keep all the discussion in here where I can find it.
×
×
  • Create New...