Jump to content

NSD

Members
  • Posts

    162
  • Joined

  • Last visited

Everything posted by NSD

  1. Try TextOnPath: https://forums.getpaint.net/topic/111330-unfinished-plugins/?do=findComment&comment=565005 A quick example: I splited the text into two parts: AIR and JORDAN I worked on AIR and then on JORDAN in two new layers.
  2. Ok, thanks for the answers. BoltBait I want to make an Effect plugin.
  3. How to read the dpi value of an image in CodeLab? Is this possible?
  4. Try this plugin: https://forums.getpaint.net/topic/114600-image-distortion/
  5. Then the object is the whole layer! This is not the purpose of this plugin. It must measure the size of the object on a transparent layer. As I said, it works well in previous versions of paint.net.
  6. What I assumed is true. This plugin is no longer working correctly in paint.net 4.2.10. To verify this, draw a filled circle in a new layer and then run the plugin. I also checked in paint.net 4.1.6 and in this version the plugin is running correctly.
  7. The link to the Measure Object plugin no longer works.
  8. There are two plugins of Martin Osieka – Measure Object and Measure Selection but the link for Measure Object no longer works. https://forums.getpaint.net/topic/28108-measure-object-tools-effect/
  9. Any of the outline/outline-object plugins will work with text - so long as the text is on it's own transparent layer. Go here: https://forums.getpaint.net/topic/15260-plugin-index/ and type in the keyword outline.
  10. Another option is TextOnPath plugin: https://forums.getpaint.net/topic/111330-unfinished-plugins/?do=findComment&comment=565005 Use ellipse path.
  11. My apologies. The display errors are wholly mine. I forgot that I changed the font size with the System Font Size Changer application. Going back to the default settings, everything is fine. Once again, my apologies and thank you for this wonderful tool.
  12. Thank you for giving us this great tool for free! Another useful thing would be, in my opinion, the insertion of a space after a comma when formatting the code. For example the next line: using (Pen pen = new Pen(Color.FromArgb(80,0,0,255))) it will look like this: using (Pen pen = new Pen(Color.FromArgb(80, 0, 0, 255)))
  13. You can try this unpublished plugin: https://forums.getpaint.net/topic/111330-unfinished-plugins/?do=findComment&comment=551323
  14. Ok, thank you for the answer. However in WinFormsApplication this issue does not exist. Everything works fine.
  15. Thanks @toe_head2001. The installation was successful. I was curious to see if the issue by resizing the Form was fixed, but unfortunately it is the same as the template provided by EER. Only manual input of width and height works. If you try to drag the corner of the Form to resize using the mouse, it flew off into outer space. Same discussion here:
  16. Yeah, I think I'll do that next year. Merry Christmas everyone!
  17. I really need more explanation on how to use this VSIX package. Does it work in VS Community 2017? So how to do it step by step after I open VS? Screenshots would be useful.
  18. Is this plugin compatible with Pdn 4.1.6? I run Pdn on a stick. It is not installed in the computer. Exception details: System.TypeLoadException: Could not load type 'PaintDotNet.AppModel.IClipboardService' from assembly 'PaintDotNet.Core, Version=4.106.7016.38074, Culture=neutral, PublicKeyToken=null'. at GmicEffectPlugin.GmicConfigDialog.GmicThread() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
  19. The plugin is located in the Effects > Object submenu. For installation, copy the dll into the Effects folder. Start Paint.net and check the presence of the plugin.
×
×
  • Create New...