Jump to content

xod

Members
  • Posts

    632
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by xod

  1. There is no problem. Thanks for the code. ?
  2. In CodeLab you need to add this line: int BaseYear = 2010;
  3. xod

    Torus or Ring

    Well, you can increase the clarity by clicking on the small gear on the left of the YouTube logo where it is displayed HD in red. You can choose Quality 1080.
  4. xod

    Torus or Ring

    Thank you all. Pixey, I use Microsoft Expression Encoder for my video.
  5. xod

    Torus or Ring

    Maybe this video can help to create this object.
  6. Hi lifeday You can read some explanations here. It's about Photoshop, but things are pretty much the same in PDN. The command is Ctrl + Shift + F. https://www.quora.com/Adobe-Photoshop-What-is-the-difference-between-flatten-image-and-merge-layers
  7. Some specifications: If you have pdn installed on a different partition than C, you will need to edit the .reg file using Notepad and change the path. Then save and run the .reg file. Then, in the context menu, the icon will be displayed correctly. After testing in Win 10, it does not seem to work. The system still requires to indicate with which program we will open a png or jpeg file.
  8. Thanks for your effort, for the plugin, and also for the code. For me it is very useful.
  9. After OK the dimension disappears from the canvas and the background color is deleted.
  10. This little plugin is based on the Rainbow Torus posted by klaxxon in the Creations thread. CircularShapes.zip
  11. CodeLab crashes if we use the slash character in the UI. Same for any mathematical symbol. Exception details: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at PaintDotNet.Effects.UIBuilder.ControlType_SelectedIndexChanged(Object sender, EventArgs e) at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value) at System.Windows.Forms.ComboBox.set_Text(String value) at PaintDotNet.Effects.UIBuilder.ControlListView_SelectedIndexChanged(Object sender, EventArgs e) at System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e) at System.Windows.Forms.ListView.WmReflectNotify(Message& m) at System.Windows.Forms.ListView.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  12. Hi EG0611, You can try this plugin. I don't know if it works with the Japanese characters. https://forums.getpaint.net/topic/111908-imageintext/ Also you can use Shift+Magic Wand to select the entire background (even the hole in the characters). Then you have 2 options: 1. Use Delete key to clear the background (if it have only a single color) and keep only the characters. 2. Ctr+I (Invert) and Delete the characters and keep the background. For automatic tasks I don't think there is any PDN solution.
  13. You can do this using the layers. One letter = one layer. Then run the plug-in. At the end flatten the layers and you get the whole word.
  14. For the same purpose, to avoid blurry, I use Windows 10 DPI FIX.
  15. Yes, thanks now works very well. if (!checkBox1.Checked) { label8.ForeColor = Color.Gray;//disabled ... } else { label8.ForeColor = this.ForeColor;//enabled ... }
  16. How to set the ForeColor of a label (without control) to match the selected app theme?
  17. Gradient shapes. GradientShapes.zip
  18. @lifeday Strange, it works very well for me. Until I fix the issue, try making a copy of the font on the desktop then delete the font from the fonts folder in windows. Now I'm at work.
  19. Well, I can live with this. Maybe in a later version. Thank you for your effort to develop this wonderful tool.
  20. That's right, but try to select IntSliderControl only and it's hard to see.
×
×
  • Create New...