Jump to content

BoltBait

Administrator
  • Posts

    15,653
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by BoltBait

  1. Are you just trying to recolor the background to match? Or, are you talking about surrounding the text with an outline that makes the text look "sunken"?
  2. This tutorial should help: viewtopic.php?f=34&t=26967
  3. 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); }
  4. You might want to try using this plugin: http://boltbait.googlepages.com/arrows
  5. 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.
  6. We already have an air brush: viewtopic.php?f=16&t=23093 And screen toning: viewtopic.php?f=16&t=26244
  7. 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.
  8. 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
  9. You can not. Oh, and please read the rules: viewtopic.php?f=20&t=3446 See #6....
  10. 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.
  11. This is not a "setting" in the current version of Paint.NET (3.36), but it may be in the future (4.0+).
  12. Please read rule #6: viewtopic.php?f=20&t=3446 Then, try again.
  13. 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.
  14. 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.
  15. You need to use of of the feather plugins: viewtopic.php?f=16&t=22819
  16. 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
  17. Here is a tutorial: viewtopic.php?f=15&t=6270
  18. 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.
  19. 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.
  20. No need to "reinvent the wheel" as other projects already exist, like: http://www.pixlr.com/
×
×
  • Create New...