Jump to content

BoltBait

Administrator
  • Posts

    15,730
  • Joined

  • Last visited

  • Days Won

    405

Everything posted by BoltBait

  1. Eli, you should explain that Grid Warp won't show up until it is installed. missm3, you can download Grid Warp here:
  2. Try this: Select the text tool. Click on your canvas and type some text. Click the font drop down. (It drops down) Click it again. (It closes up) Keeping your mouse over the font names, use your mouse scrollwheel to preview fonts.
  3. Show us a graphic of what you've tried and describe exactly what you're not happy with in that graphic and someone will help you.
  4. I have attached a locally hosted copy to the first post.
  5. I just edited the reasoning into the previous post.
  6. The following works in Paint.NET 3.5.11 and below // Darken private UserBlendOp darkenOp = new UserBlendOps.DarkenBlendOp(); The following works in paint.net 4.0+ // Setup for using Darken blend op private BinaryPixelOp darkenOp = LayerBlendModeUtil.CreateCompositionOp(LayerBlendMode.Darken); The change was made by Rick when developing 4.0. I think the change was made to match the naming convention of Unary pixel ops. EDIT: Binary pixel operations take two pixels for input. Unary pixel ops take one pixel for input: // Setup for using pixel op private UnaryPixelOps.Desaturate desaturateOp = new UnaryPixelOps.Desaturate();
  7. Microsoft stopped supporting Vista back in 2012. Running an unsupported operating system puts your system at risk for viruses or worse. You need to get with the times. We can not help you on this forum until you upgrade to the latest version of paint.net. Closed.
  8. We can not help you unless you upgrade to the latest version of paint.net. No hard feelings, it is simply part of the forum rules. Closed.
  9. Don't worry about it doughty. It is very hard to help someone so terse.
  10. This is not currently possible. That almost never happens. Trust me, a change like this would be HUGE.
  11. Piotr, that does nothing to help paint.net users. Post on-topic or I'll ban you for spamming.
  12. Click on the magic wand tool: On the toolbar, slide the Tolerance to 32% Shift-Click the black area. Press the Delete key on your keyboard.
  13. Here are some: 1. We don't support version 3.5 here on the forum. 2. All the newest plugins only support 4.0+ 3. Custom shapes! 4. You get to learn where the zoom box is!! 5. It is faster 6. It handles larger images
×
×
  • Create New...