Jump to content

toe_head2001

Administrator
  • Posts

    5,016
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. The Palette from image plugin can generate a palette from an image.
  2. With that skewed angle, your image could pass as an actual raspberry now. Thanks.
  3. It seems I did a poor job of explaining, and I need to be more explicit. The object is to be taken literally. It's not meant to be interpreted. So, Raspberry would literally be a raspberry fruit. No Raspberry Pi computers, no Raspberry flavored lollipops, no Raspberries band, ect.
  4. The browser? Which browser? The web browser? The file browser? What steps in paint.net are you taking?
  5. Object of the Fortnight #1 – Raspberry The deadline for entries is 2200 UTC (10:00 PM UK Time) on Monday January 9. To see how that equates to other countries, see the World Time clock or the UTC Time Zone map. Competition Rules: 1. Your entry must not have a background/backdrop/scene; just the object.* Shadows are fine. 2. Your entry must be 100% made using Paint.net. Don't use another image editor. Don't use stock images/photos (in full or parts thereof). 3. Max dimensions are 800x800.* 4. You may modify or replace your image until the deadline. 5. Multiple entries per entrant are allowed. Make a separate post for each one. *You may link to alternative versions, but they will not be part of your entry. This thread is for posting your entries only. If you want to talk about any of the entries, or ask a question regarding the comp, you can do so in the discussion thread found here.
  6. What were you hoping to download by clicking on it? That title, "Gamer of the Year", was not chosen by me. I rarely play games; video games or otherwise. How can I be more helpful? Can you specify or articulate what you're looking for? You've only said what you're not looking for: i.e. plugins posted in forum posts. Perhaps you could cite some examples of systems you'd prefer. For example, I would like to have the plugins in a repository comparable to Mozilla Addons. You're no more an outsider than I am. I may have been around here longer, but I certainly don't make any administrative decisions around here. Please keep in mind what I said is in no way official. Merry Christmas.
  7. Works for me. "ahmed" = 137 results It's here: https://forums.getpaint.net/index.php?/topic/15260-plugin-index/ It's has hyperlinks to each plugin topic, is organized alphabetically, is scrollable, and searchable. Is it really so hard to spot a blue link in the first post of the forum thread? Maybe you'd prefer something a bit less subtle?
  8. A physical thing: I will chose it the first time. The next on will be chosen by the most recent winner.
  9. This is the forum thread to discuss the proceedings of the 'Object of the Fortnight' competition. If you can a question, concern, comment, complaint, or suggestion, please express it here. Original post:
  10. @DrDibly, I'm sorry, plugins in paint.net can't change the image size (i.e. add more height to accommodate the caption). @Eli, sure, all those are easy to do. I'll add them some time in the near future.
  11. It's System.Drawing that is throwing the exception, because it can't draw the Pan's vector lines. Easy fix though. You just need set the StaticBitmapUnderlay property. Then it will have an area in which to draw those lines. To set the image as the source selection: Rectangle selection = this.EnvironmentParameters.GetSelection(this.EnvironmentParameters.SourceSurface.Bounds).GetBoundsInt(); OptionDoubleVectorPan pan = new OptionDoubleVectorPan(OptionNames.Pan, optContext, 0.5, 0.0, 1.0, 0.5, 0.0, 1.0); pan.StaticBitmapUnderlay = this.EnvironmentParameters.SourceSurface.CreateAliasedBitmap(selection); or Rectangle selection = this.EnvironmentParameters.GetSelection(this.EnvironmentParameters.SourceSurface.Bounds).GetBoundsInt(); new OptionDoubleVectorPan(OptionNames.Pan, optContext, 0.5, 0.0, 1.0, 0.5, 0.0, 1.0) { StaticBitmapUnderlay = this.EnvironmentParameters.SourceSurface.CreateAliasedBitmap(new Rectangle(0, 0, 50, 50)) },
  12. Sure, I'm willing to be the host. I'm all for making it a learning experience. Obviously that would be optional thought; we don't want to make the 'barrier to entry' too stringent.
  13. Would anyone be interested in an 'Object of the Fortnight' competition? Basically, every two weeks, you'd just create an object. No background, backdrop, nor scene. (if you really wanted, you could post a second image with a background, but it wouldn't be part of the competition entry). Ideally, the object would be something without too much complexity in its structure. e.g. banana, Christmas tree ornament, CD, book, wood sign, mug
  14. Press Ctrl + B twice; same as that button you mentioned.
  15. @DrDibly, that's pretty easy. I should be able to whip something up later today. EDIT: Try this plugin, and see if it's what you're looking for. Base Size is calculated in relation the image height. Caption.zip Effects -> Test -> Caption
  16. You try 'Rotate / Zoom' () (Ctrl + Shift + Z). Use the Pan control and the Zoom control.
  17. This happened to me about 2 years ago, but I haven't experienced it since. I have some further details in the old topic (see second post): http://forums.getpaint.net/index.php?/topic/31444-many-plugins-disappeared-and-then-crashed/
  18. Indeed. My hand knows what keys to press, even if my conscious mind doesn't. It's used for "Zoom to Selection".
  19. That works for images that are larger than the viewport, but nor for images that are smaller (they stay at 100%).
  20. It worked for me. I'm using Windows 7, and upgraded to v4.0.13 via the built-in updater.
  21. Version 1.4 posted. This updates the Color Wheel control to one that matches the one from IndirectUI, and fixes the plugin on HiDPI.
  22. Could get owned. Murphy's Law is not really a natural law. It's not just the dotpdn.com domain. When paint.net (the program) checks for updates, it's communicating with the getpaint.net domain. If there is an update, it will then download it from dotpdn.com. At least for forum has encryption now (as of a few days ago).
  23. ShapeMaker Scalable Vector Shapes Lines and Curves for Paint.NET by The Dwarf Horde toe_head2001 - Code Lead (v1.3 onward), Design TechnoRobbo - Code Lead (up to v1.2.3), Design Red Ochre - Graphics Lead, Design Ego Eram Reputo - Documentation Lead, Design BoltBait - Beta Testing, Design Version 1.7.0.4 Foreword The ShapeMaker plugin is a tool which facilitates the creation of Scalable Vector Shapes, Lines and Curves. The tool itself uses a WYSIWYG interface where Lines, Curves and entire Paths can be created and manipulated using just the mouse. Knowledge of the complex Vector Shape structure and syntax is not required. ShapeMaker will create all that complex stuff for you and generate the Shape, code, or a complete reusable file. We hope you like ShapeMaker! Magnolia shape by @lynxster4 The ShapeMaker Plugin ShapeMaker-Installer.zip Or ShapeMaker.zip Video Tutorials http://forums.getpaint.net/index.php?/topic/32198-shapemaker-tutorials/?p=430223
  24. Yeah, I'd say just use Pyrochild's CanvasPanel UserControl. It would work well in Brush Factory. The source files are available with a libre license (MIT license) https://github.com/bsneeze/pdn-liquify/tree/master/Liquify/common
×
×
  • Create New...