Jump to content

BoltBait

Administrator
  • Posts

    15,728
  • Joined

  • Last visited

  • Days Won

    405

Everything posted by BoltBait

  1. There is an example on this page: http://www.boltbait.com/pdn/codelab/hel ... ments.html // Author: Ego Eram Reputo #region UICode FontFamily Amount1 = new FontFamily("Arial"); // Font #endregion void Render(Surface dst, Surface src, Rectangle rect) { Rectangle selection = EnvironmentParameters.GetSelection(src.Bounds).GetBoundsInt(); ColorBgra PC = (ColorBgra)EnvironmentParameters.PrimaryColor; // Reset the destination canvas for (int y = rect.Top; y { for (int x = rect.Left; x { dst[x,y] = src[x,y]; } } // Create a brush and graphics surface to write on SolidBrush Brush1=new SolidBrush( Color.FromArgb(PC.A,PC.R,PC.G,PC.); Graphics g = new RenderArgs(dst).Graphics; g.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias; g.Clip = new Region(rect); // Create a font from user selection Font SelectedFont=new Font(Amount1.Name, 16); // Write our text to the canvas g.DrawString("Paint.NET Rocks!", SelectedFont, Brush1, selection.Left, selection.Top); }
  2. You might want to try using this plugin: http://boltbait.googlepages.com/arrows
  3. I haven't heard of anyone around here doing that, so you may have better luck asking where you downloaded the "ea sports world paint.net file". The person who made it would be your best resource on how to use it.
  4. We already have an air brush: viewtopic.php?f=16&t=23093 And screen toning: viewtopic.php?f=16&t=26244
  5. Look in the Effects folder for any file that does not belong in there. For example, I've heard other people say that PaintDotNet.Core.dll or other Paint.NET dll files got in there somehow. Also, are there any entries in the File > Load errors.
  6. Yes. You just need to learn how to use the Clone Stamp Tool. It looks like this: :CloneStamp: Info on how to use it is here: http://www.getpaint.net/doc/latest/en/CloneStamp.html
  7. You can not. Oh, and please read the rules: viewtopic.php?f=20&t=3446 See #6....
  8. You were using Custom Brushes when Paint.NET crashed. If you have a problem with a plugin, please post in that plugin's thread so that the plugin author will see it. Custom Brushes: viewtopic.php?f=16&t=23093 Rules: viewtopic.php?f=10&t=23939 Closed.
  9. This is not a "setting" in the current version of Paint.NET (3.36), but it may be in the future (4.0+).
  10. Please read rule #6: viewtopic.php?f=20&t=3446 Then, try again.
  11. Yes, there was a bug in several of my plugins that only showed itself in Paint.NET 3.36 and beyond. Just update your plugins here: viewtopic.php?f=16&t=22819 BTW, if you have any of Tanel's plugins, you should update his as well. FAKE EDIT: I have asked Rick to block my older plugins from the next version of Paint.NET with a note about updating them.
  12. Give a link to the photo$hop tutorial and someone here will help translate it for you. Also, take a look at this tutorial: viewtopic.php?f=15&t=26626 You might get something out of that.
  13. You need to use of of the feather plugins: viewtopic.php?f=16&t=22819
  14. Try this plugin for creating 3D shapes: viewtopic.php?f=16&t=5271 Or, this one for multi-color gradients: viewtopic.php?f=16&t=20590
  15. Here is a tutorial: viewtopic.php?f=15&t=6270
  16. That's how the text tool works. Once you switch away from the text it is converted into a bitmap for regular bitmap editing. I recommend placing text on its own layer, that way you can easily delete it and start over.
  17. Do you mean, like, removing my beard? Don't you dare! Could you give us an example image? See, based on the image, the answer could be as easy as "learn to use the clone stamp tool" to as advanced as... well... I don't know.
  18. No need to "reinvent the wheel" as other projects already exist, like: http://www.pixlr.com/
  19. This post breaks rule #3. No one will help you until you fix that. Rules: viewtopic.php?f=20&t=3446
  20. MadJik's plugin pack contains a grid generator. Just put a grid on its own layer so that you can delete it when you are done using it.
  21. Read this: viewtopic.php?f=10&t=23939
×
×
  • Create New...