Jump to content

AndrewDavid

Members
  • Posts

    1,592
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by AndrewDavid

  1. @mackenzieh Hello again

    If you have Paint.net 4.3 installed, Plugin Browser 1.4 should work.

    image.png.6688fc96389adeed143abee6cd4999e9.png

    If not - something else is wrong. From other threads you reported your system identified your downloads as unsafe. Never have I encountered any "unsafe" downloads from this site. I use Windows defender only for anti-virus protection. Your system or browser is giving you false information that may require modification or removal.

  2. @MJW I've struggled with that issue for over a month. I've found the best way to tackle the issue is build the plugin initially in Codelab. You have the code so it should be easy enough for you. Now export the plugin to a VS solution that Codelab does very well at. In fact it's amazing how it builds the VS solution better than trying to update an old DLL through VS 2019. I've built over a dozen DLL's this way and found it to be the easiest. Once @toe_head2001 releases his templates, then you can start building with VS to start with again. Of course you could start from the beginning in VS which will allow you to use Net 5.0, build your plugin, then export it as a template for the next one.

    I have found the syntax in try-convert to be quite unfriendly. @midora's suggestion appears to work to a certain extent, but depending on what your plugin is doing, it may create a headache once or twice.

  3. Hello @aijaz

    Welcome to the forum.

    Good question - but impossible.

    Your example shows a 24X24 Grid pattern.

    1 Pixel width and height is the smallest that can be done.

    When you think of it 1X1 would just fill the entire surface with whatever color you select.

    .01 would do the same thing. .10 would do the same thing.

    2 X 2 is really the smallest you can go. This would show 1 pixel at a time of your image.

    8 hours ago, aijaz said:

    Normal grid lines are not printable when image is printed.

    Are you flattening the image? Your issue may be more about printing than making a grid.

    Hope this helps

  4. This just started happening. I have built several plugins in codelab, so I know what I am doing.

    I was building the HSVInvert plugin from Boltbait's tutorial and found this anomaly (another one). Before building the DLL, I created the 150X200 HSVInvert.png and placed it in the same folder as the CS file. When I selected File/Build DLL I got the first error message telling me the .png must be 16X16. Clicking OK took me to the build screen, but no 150X200 .png was showing. I double checked to ensure it was in the same folder. It was. At this time the icon started showing up next to my selection in the drop down menu next to HSVInvert. How can that happen if I haven't built the DLL?

     

    Here's a pic to show you what I am seeing. 

     

    Flames.cs also shows up and has a 150X200 .png built, but it doesn't show up as an icon. That was the last DLL I built. I haven't even built the HSV Effect.

     

    Yes - I forgot to name it HSVInvert.sample.png

     

×
×
  • Create New...