Jump to content

AndrewDavid

Members
  • Posts

    1,592
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by AndrewDavid

  1. I see it works, just the options to load and save are non-functional. The only reason I posted here is because I cannot post to the Color Harmonies thread. Today, Style Transfer is in a frozen state as well.
  2. Well done @Rick Brewster Another step forward.
  3. Quote from @Rick BrewsterAug 26 "Major version bumps like that are good for when there are new features, UI redesigns, etc. This update is primarily a technology upgrade and performance optimization release, and there aren't really any new end-user features."
  4. @MJW Have you looked at these? or Drawing Tool in unfinished plugins. The code may inspire you to write something to match your needs.
  5. Hi @HungusHumongous Point Warp might work for you. Here's an example of what it can do. Just place your image on a oversized canvas. Kudo's to @toe_head2001for keeping the plugin alive. gives me an idea....................
  6. @Ego Eram Reputo Attachments are not showing code. Right click shows me the code but adding the code doesn't seem to work either.
  7. Where @Pixey shows "XML Document" under Type, I show "XML File". That's a clue.
  8. Well done @midora. Another successful transition of a very popular Filetype to NetCoreApp v5.0
  9. Posted Tuesday at 03:30 PM It's been delayed to 4.4. Migrating to .NET 5 just became a much bigger priority.
  10. @PressurePoint Welcome to the forum. The new version now requires all the OptionBasedLibraries be located in the Effects folder. You might have them in the Paint.Net folder.
  11. @NinthDesertDude Tried to download your Channel Ops Unable to post this to your thread; How could I miss this plugin However.... docs.google.com is blocked docs.google.com refused to connect. Trouble in Google
  12. @mackenzieh Hello again If you have Paint.net 4.3 installed, Plugin Browser 1.4 should work. 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.
  13. @otuncelli Download source, converted to NET 5.0 and this is what appears; and one of the offending lines of code (I think) DstArgs.Surface.Clear(renderRects[i].ToRectInt32(), ColorBgra.Transparent);
  14. If you updated Paint, you need to update the plugin to version 1.0.8.2
  15. @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.
  16. 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. Are you flattening the image? Your issue may be more about printing than making a grid. Hope this helps
×
×
  • Create New...