Jump to content

toe_head2001

Administrator
  • Posts

    5,020
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. This effect is essential one line of code: dst[x, y] = (rand.Next(100) < Amount) ? Image[x, y] : src[x, y]; Simple and effective.
  2. I just used 'AA's Assistant' on its default values, and it worked fine. 0) Start with large resolution --> https://s3-ap-southeast-1.amazonaws.com/cdn1.zepo.in/upload/product_photos/base/0/33/93/original1.2186538.1.jpg 1) Use the Magic Wand to select the region(s) you wish to remove 2) Delete the selection 3) Run the 'AA's Assistant' plugin.
  3. "Bearer of bad news". Non-sense! Please report issues. Don't worry, his comment was directed at me, not you.
  4. You could try the 'Conditional Hue/Saturation Adjustment' plugin. http://forums.getpaint.net/index.php?/topic/13003-evans-effects-open-source-as-of-october-16-2012/
  5. There is not a Turkish translation currently. Here are the official instructions for creating a new translation for paint.net: http://www.getpaint.net/doc/latest/Translations.html
  6. Alright, but is the paint.net installer still asking you to install the .Net Framework?
  7. I assume you are referring to the .NET framework here. Try running the standalone .NET framework installer instead. https://www.microsoft.com/en-us/download/details.aspx?id=53344 Then run the paint.net install afterwards.
  8. There you go... an option to make the cells opaque. Alpha values above the Tolerance level will become fully opaque, and values below the Tolerance level will become fully transparent. Checkbox must be enabled/true.
  9. Are you saying you successfully installed paint.net, but after a system reboot it is no longer installed?
  10. You need to update your copy of CodeLab to the latest. v2.17 was the Bee's Knees, and v2.18 had some nice speed improvements. If you want to eliminate the translucent edges on the shapes, I can easily add a slider for opacity tolerance. For example, cells above 127 will become 255, and cell 127 & below will become 0.
  11. You need to download and install the latest version of the PSD plugin. It is compatible with the newer versions of paint.net. http://forums.getpaint.net/index.php?/topic/18128-photoshop-psd-file-plugin-newest-version-250/
  12. Eli, that's a sad story ... but also funny at the same time @hamwizard, here's a script. Copy and paste it into CodeLab. If it's to your liking, I can publish it here on the forum as a plugin. If not, let me know what to change.
  13. That would be an extremely easy plugin to write (a few lines of code in CodeLab). Call the Pixelate effect and draw a grid. That's it. Further more, the templates in CodeLab would probably do 75% of the work for you. @Eli, if you ever wanted to learn to write effects, this would be the time.
  14. Do you want to remove or extract the logo? Or in other words, do you want to keep the logo or the picture?
  15. Those plugins are from Ed Harvey; just download them again. They work fine with paint.net v4.
  16. Don't worry about a "D:\" drive, as it is irrelevant to your issue. Looks like the error dialog is saying an external component caused an exception. It's not clear (to me at least) what that external component is though.
  17. Sounds like you'd want to change the Canvas Size. https://www.getpaint.net/doc/latest/ImageMenu.html#9
  18. Automating it with a plugin shouldn't be too difficult; it would only require basic trigonometry.
  19. @AnthonyScoffler, can we please get some current information on this?
  20. @poor, if you copy and paste the raw url of the YouTube video in your post, it will automatically embed the video here on the page. People are more inclined to watch if it's embedded.
  21. I never noticed 'blank authors' were excluded. I'll have to resolve that in the next version. What's worse is that some of my own plugins show no author. How'd that happen?! I'll have to update my plugin pack too.
  22. I answered the question you asked. However, let me clarify: plugins can not change/mod paint.net's tool or features. The Custom Brushes plugin is your best option at this time.
×
×
  • Create New...