Jump to content

xod

Members
  • Posts

    632
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by xod

  1. My apologies for the inconvenience caused by posting this plugin. I perfectly understand the reasons why it was rejected and I fully agree with them. Sorry for not reading the new rules. The plugin was created with version 4.2.16 and tested on the portable version 5.013 on which it runs much faster. Since I have no intention of redoing it, I think it would be best to delete this post. Anyway, it's not a big loss for the pdn community.
  2. This plugin uses SkiaSharp. You need to put the three files from the archive in the Effects folder. Can be found in Effects>Text formations https://i.imgur.com/JGAiOg0.png Download link: Edit by Rick: See my reply below. Please follow the publishing rules for plugins that are not self-contained, then edit your post to link to your new revision. Thanks!
  3. Tips: 1. Use the grid and put 4 points in the 4 corners of a square 2. Check Closed Path check box 3. Move the Tension slider to 80 and you get a circle Also you can get an Ellipse only moving 2 points
  4. I'm glad I could help with something... In the upper right corner there is a question mark. Click on it to get more information.
  5. Try this plugin please. It will be in Effects -> Text Formations. Text_on_Path.zip
  6. >> snip << Thank you very much @xod for the File now on the first page.
  7. 'Image Distortion' plugin is located in Effects > Distort. ImageDistortion.zip
  8. This plugin together with 'Trail' from pyrochild allows you to get a 3D text. It is located in Effects ► Text Formations. The UI SkewedRotatedText.zip
  9. Sometimes the reset button is actually a label just like the TechnoRobbo's plugin. Clicking on the label resets the control to its initial value.
  10. This can be done using the OptionBasedLibrary. Below is an example: TextOnPath.zip
  11. This plugin is based on Alexander Seel's code -> Text on Path with VB.NET and TechnoRobbo's code -> SplineMaster. The plugin is located in Effects ► Text Formations. It is slow on large canvas. Text_on_Path.zip
  12. @welshblue I know about a small glitch on some types of text. That's why Alpha Mask is the best option.
  13. This effect can be achieved very simply using the new TextMask plugin. https://forums.getpaint.net/topic/111330-unfinished-plugins/page/6/?tab=comments#comment-550999
  14. BoltBait explains in the Creative Text Pro v1.0 plugin code: // For older Paint.NET use this line instead of the next: // Rectangle selection = EnvironmentParameters.GetSelection(srcBounds).GetBoundsInt(); Rectangle selection = EnvironmentParameters.SelectionBounds; So, you did the right thing: Paint.net update.
  15. Custom Corner Frame plugin is located in Effects>>Render submenu Download
  16. In the old plugins that did not have this option it is sufficient to add this line after // URL: and // Help: // Force Single Render Call Now if you are curious to see the code created, click on View Source when you build the plugin and see that the line has been added automatically. public YourNameEffectPlugin () : base (StaticName, StaticIcon, SubmenuName, new EffectOptions () {Flags = EffectFlags.Configurable, RenderingSchedule = EffectRenderingSchedule.None}) { }
  17. Until now, to avoid the situation mentioned by @Marcsine, I was putting the code in the OnSetRenderInfo routine (working in Visual Studio). Thanks Rick for this very useful information.
  18. Thanks for this update! Maybe in a later version this message will be resized on two lines of text to avoid the appearance of this extremely long window.
  19. Plugins created with OptionBasedLibrary can remember the location so the next time you open the dialog, it will appear where you want it.
  20. You can use the free ScanTailor software that has a Dewarping function and also a light equalization function.
  21. Hi, lynxster4.

    I try to avoid posting on the official thread the plugins whose code is taken from the internet and adapted by me for PDN.
    I think that's fair play.
    The code of this plugin was found here:

    https://www.codeproject.com/Articles/13864/Text-on-Path-with-VB-NET

    1. lynxster4

      lynxster4

      Oh yes, I now remember you saying that you adapted code for some of your plugins.

      Couldn't you still officially release them and just give the original author credit?

      Nevertheless, you're doing a fantastic job gifting these to the PDN community.

      Keep up the good work!  :) :star:

×
×
  • Create New...