Jump to content

BoltBait

Administrator
  • Posts

    15,651
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by BoltBait

  1. Somehow the plugin pack I uploaded on Oct 30 had a bad plugin in it. The Object > Outline plugin was built without a color selector (so it was only able to draw a red outline). I only discovered the error last night when I went to use it. Anyway, I changed the plugin in the pack to an older version that does allow the color of outline to be specified. Sorry for the mistake. Next time I update my pack I'll do a proper update to that plugin.
  2. Rick does not accept outside help developing the Paint.NET program itself. However, you are free to develop any plugins you wish.
  3. You may want to try one of the effects in my plugin pack. The Effects > Selection > Feather can do what you want. Download here: http://forums.getpaint.net/index.php?/topic/8318-
  4. You might want to download fresh copies of all the plugins you use on a regular basis. Many plugins (including mine) have had a refresh lately.
  5. Try reducing the transparency/alpha of the primary color before using the clone tool. Set it somewhere around 50% or less. Bottom right corner of this window:
  6. I believe it is called the "eat less and exercise" plugin. Takes a while to work, however.
  7. To answer the OP's question: The best plugin ever is CodeLab. That Tom Jackson is brilliant. QAPC
  8. You need to review the section on text: http://boltbait.com/pdn/CodeLab/help/tutorial4.asp Specifically the first part... #region UICode #endregion void Render(Surface dst, Surface src, Rectangle rect) { Rectangle selection = EnvironmentParameters.GetSelection(src.Bounds).GetBoundsInt(); dst.CopySurface(src,rect.Location,rect); // rest of code goes here }
  9. To install plugins, carefully follow the steps shown on this page: https://boltbait.com/pdn/InstallingEffects.php
  10. BAD idea. Please review the forum rules: This is not a built-in effect of Paint.NET. You need to download a plugin for this function.
  11. A forum that allows such large signatures? Remind me to never go there.
  12. Please understand how it looks like spam. You make your first and only post on a messageboard with links to your business. Normally, we just ban the accounts outright. However, your post was reasonable, so a mod edited the link out of your post. Had you been a straight up spammer, you never would have seen the edit as they never return. Since you're back, we will try to help you. Now, first, I recommend reading the site rules: Now, reread rule #23. We will be glad to help you learn Paint.NET and give opinions. We will NOT do your work for you.
  13. I think the spam got edited out of this one. I wouldn't worry about it.
  14. Exactly this ^^^ CodeLab uses the "Save as" filename as the C# namespace for the effect. If you're not careful, you could create a conflict. The next version of CodeLab will use a different method of selecting a namespace name.
  15. Have you considered taking a class about graphic editing at your local community college or learning exchange?
  16. The eraser is circular in shape and you can change its size on the tool bar when using it.
  17. I believe I could do this inside of CodeLab... if CodeLab was 2 DLL's--one loaded by Paint.NET at default security and the other loaded by the first dll to build a dll. Of course, launching the second dll would give a security prompt by the OS. But, that would be ok because it would only happen when actually building a dll. It's just complicated and I've not bothered making that change yet.
  18. Yup. That's it. Bummer. I run Paint.NET in administrator mode for CodeLab. (If you don't run admin mode, CodeLab can't save to DLL.)
  19. Thanks. Technically, this isn't "white balance". It is more like "gray balance". You can select a pixel that is supposed to be anywhere from white to black and the picture will be adjusted so that this pixel is gray balanced (that is: R, G, and B will be all the same value). I wrote the algorithm to try and minimize the adjustment made to the pixel.
  20. When I drag a graphic file from an explorer window over Paint.NET I just get a (/) cursor. It won't let me drop the picture onto the canvas. I know on XP this works fine. I did it a ton on my old PC that I was using over the weekend. Any reason why it wouldn't function on my "work" PC? Do you need any additional information from me?
  21. Have you tried making Paint.NET the default jpg editor during the install process? You do this during the "custom" install.
  22. No. Paint.NET is not spyware. But, installing it is an IQ test.
×
×
  • Create New...