Jump to content

Intrepidis

Newbies
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Intrepidis

  1. Ok, the download link works now. Thanks for checking it.
  2. Hi lynxster4, yeah sorry I'm still putting this all together. It will be done soon. Thanks.
  3. Black and White Only This is an effect plugin that is found under the 'Adjustments' menu. It allows the user to choose a level of grey, and any pixel which is darker becomes absolute black, or otherwise pure white. So whereas the built-in "Black and White" option makes the image "Greyscale", instead this plugin renders the image only either black or white, no grey at all. It's a bit like making the image greyscale before posterizing to just a two colour palette of RGB(0,0,0) and RGB(255,255,255). In other words, each pixel's RGB values are mean averaged to grey before deciding whether to replace with #000000 or #FFFFFF, based on the user's choice. Here's the download: http://bit.ly/BlackWhiteOnly-PDN-Plugin20210131-7 Source code repository: https://dev.azure.com/intrepidis/_git/Intrepidis PaintDotNet Plugins The build pipeline: https://dev.azure.com/intrepidis/Intrepidis PaintDotNet Plugins/_build?definitionId=2&_a=summary See below for the example before and after images, and an example of the interface.
  4. xBRZ PaintDotNet Plugin This is a file type plugin. It's used to increase the resolution of an image while writing it out as PNG. The result can look especially nice for pixel art graphics. The xBRZ upscaling routine is primarily designed to increase the resolution of pixel art. This file saving plugin lets you choose from 2 times to 5 times the resolution, to scale-up the output image. It uses a "scale by rules" approach, which means it tries to intelligently determine the edges of a character's face or their eyes, or diagonal lines, and increase the resolution while keeping the image sharp and smooth. Actually it was originally created for video game emulators, to make old game graphics have a remastered quality. Here's the download: http://bit.ly/xBRZ-PDN-Plugin20210131-2 Source code repository: (I think this is visible to everyone...) https://dev.azure.com/intrepidis/xBRZ/_git/xBRZ.NET?path=%2FxBRZ PaintDotNet Plugin The build pipeline: (maybe there's a newer version there) https://dev.azure.com/intrepidis/xBRZ/_build?definitionId=1&_a=summary BTW, I wanted to add the option to the Image menu, but it seems like there's no official way to do this, right? If you know then please comment below. Thanks. WARNING! It doesn't handle transparency very well, it just treats see-through parts as black. Here are example before and after images, and then an example of the interface when saving.
×
×
  • Create New...