Jump to content

toe_head2001

Administrator
  • Posts

    5,016
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. Your current paint.net installation is broken. You can use this utility to remove the broken installation: https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed Afterwards, you can install paint.net anew.
  2. Hey @StringCheese, Your hockey images have an embedded ICC Profile, and your baseball image does not. Download this modified hockey image, and see if it works:
  3. 1. Copy Merged (Ctrl+Shift+C) 2. Paste in to New Image (Ctrl+Alt+V) 3. Save (Ctrl+S)
  4. Sounds like you're see the Drop Shadow of the Canvas; which probably does look like a thin border on HiDPI. Can you post a screenshot?
  5. Hey @StringCheese, looks like Pixey misunderstood you, and answered a question you didn't ask. Yes, it appears your image does have a background that is transparent. So why does that other program display transparency differently (black vs white) depending on the image? I'm not sure, but it could be the RGB values. That is to say, one image uses Transparent White (255, 255, 255, 0), while the other uses Transparent Black (0, 0, 0, 0). You can use the Color Picker () tool in paint.net to identify the RGBA values.
  6. Is that a bug report, or are you just sharing a cool looking outcome?
  7. There's your problem; you need to upgrade. https://blog.getpaint.net/2017/10/23/paint-net-4-0-20-and-net-4-7/
  8. Which version of Windows 10? Creators Update, Fall Creators Update, ect. ?
  9. Here's a little something to help C# newbies dealing with errors that they don't fully understand. You'll be able to look up Error Codes on docs.microsoft.com. In the example above, clicking that context menu item will open: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/CS0266
  10. Have you set the Paint Bucket tool to Global? https://www.getpaint.net/doc/latest/PaintBucket.html#2
  11. It shows as grey, because that's the background color of your image viewer.
  12. We ought to enumerate compiler errors when building DLL files... which I have just taken care of:
  13. The plugin is available for both paint.net v3.5.x and v4.0.x. You need to be using the latest version of paint.net; it's a rule here on the forum. Maybe try TR's Alpha Cutter.
  14. Then why do you need to fiddle with the Tolerance bar? Did the plugin not remove the color?
  15. Looks like your installation of the .NET Framework is broken. Try reinstalling it: https://dotnet.microsoft.com/download/thank-you/net48
  16. This afternoon, Boltbait and I identified a few issues with the AutoComplete box. These will be fixed in the next release.
  17. How so? Does it give incorrect object names? Are you a "L337 H4x0r" who doesn't need it? Does the AutoComplete in Visual Studio get in your way too?
  18. You need to override InitDialogFromToken, and set UI control values from your Token. protected override void InitDialogFromToken(EffectConfigToken effectTokenCopy) { MyControl.Value = effectTokenCopy.MyAmount; }
  19. We can give you advice if you're stuck on something specific, but no, you may not ask someone else to create it for you. Please read our community rules; specifically Rule #23: https://forums.getpaint.net/topic/2932-read-first-the-rules-yes-you-read-this-2013-12-21/#23
  20. In Visual Studio, you need to open the project properties, and change the Target Framework to .NET v4.7.
  21. 1st Place: @Pixey with 10 votes 2nd Place: @MadJik with 9 votes 3rd Place: @lynxster4 with 8 votes
  22. At what point does the install stop? Is it stopping during the .Net Framework installation? (If you have Windows 10 17.09, you should already have .Net Framework v4.7.1.) Try to install the .NET Framework first: https://www.microsoft.com/en-us/download/details.aspx?id=56115 Then install paint.net afterwards.
×
×
  • Create New...