Jump to content

Lemonade

Members
  • Posts

    113
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Lemonade

  1. I don't want to bash your request, all valid points there. But I can't recommend Autohotkey (https://autohotkey.com/) enough. Even though I don't understand 90% of what it does You can change all keybinds and paint.net behavior (one shortcut export png, jpg, gif and so on, create custom templates, hide/show panels, maybe even add adjustments and filters, now that I think of it, I'll try that too). For example, set mouse wheel left tilt for Color picker and mouse wheel right tilt for pencil or paintbrush. ; paint.net #HotIf WinActive("ahk_exe paintdotnet.exe") WheelLeft:: ; Change to Color picker { Send "k" ; } WheelRight:: ; Change to Pencil { Send "p" ; }
  2. I wouldn't call this a bug. If you create a new document and check History panel, there is "New Image" listed. First step is document creation. Same is for "Paste into New Image"; first step is to create a document based on a clipboard picture. There is nothing to go back to with Undo.
  3. Image source Unplash, [at]woods, [at]jiangxulei1990
  4. Thank you. I checked previous posts and of course, missed that one.
  5. Thanks @null54! What does Abort button do? I can't figure out, when I press Abort, smudge/brush is disabled. After that, all I can do is choose OK or Cancel buttons.
  6. Check Rick's blog for version changes: https://blog.getpaint.net/ There are no official downloads for older versions, you'll have to look around.
  7. Same here. Only after Tactilis post I went to original suggestion post and read it again, twice. In version 5.0.7 zoom level display shows (px) ScaleFactor.Percentage.Format. After closing and opening Paint.net, it does show normal percentage number.
  8. Thanks for explanation @Tactilis, I did once noticed some issues, but didn't know what it is. Now I'll update all my scripts 😀
  9. Hello @Marylandball Productions, there is a small application AutoHotkey: https://www.autohotkey.com/ You can change keyboard shortcuts for paint.net and other software too. Here is a sample where F12 replaces Ctrl + Shift + S: ; paint.net #HotIf WinActive("ahk_exe paintdotnet.exe") F12:: ; Replace Ctrl + Shift + S with F12 { Send "^+s" ; Ctrl + Shift + S, Save as } If you want to try it out, first download and install AutoHotkey. Then paste a sample above into Notepad (or more powerful text editors) and save as choose-your-filename.ahk Double click on a saved file and you are good to go. Also check AutoHotkey documentation on how to write custom shortcuts (^ is Ctrl, ! is Alt, + is Shift). You can create scripts to export jpg, png, gif with custom shortcuts or even a really great full screen preview by @Tactilis
  10. Thanks @Disk4mat, but it is still not clear as Like or Upvote icons. There are at least 3 sizes used: 20px, 28px and on hover about 35px. One option is to remove brush and shading. Or place white colored hand inside yellow-orange circle...
  11. With dark theme it really fits. For 20px version only: how about adding outline (2-3px on 128 version), resize to 20px, paint the tip to blue color and sharpen (about 0.5) This is what I got playing around:
  12. Hey @Squirmish just got the same issue with coloring selected parts. All except two parts were colored correctly. In my case it was a Layer blend mode. When I changed back to Normal, color appeared.
  13. Keep the shower cap on I'd use brush tool (fairly small size 2-6, on a separate layer) and add hair details. Maybe use Smudge plugin to fade colors. Use some reference photos for grey hair.
  14. Is it possible that letter S is still filled with diagonal lines, maybe almost invisible (light grey) chunks? And when you use Magic Wand, some of the lines are selected. If you hold Shift and click, it will sample all similar or exact color based on tolerance. https://www.getpaint.net/doc/latest/MagicWand.html
  15. Change from Antialiased to Aliased rendering (Recolor Tool options at the top - 5th icon after Tolerance, or 2nd from the right). "The Recolor Tool can be rendered with an aliased (jagged) or antialiased (smoothed) edge. This toggle selects which mode will be used. If aliasing is selected, the Hardness setting will be ignored." https://www.getpaint.net/doc/latest/RecolorTool.html
  16. Try On-Screen Keyboard (press Win key > type "onscr", it will show up first in the menu list) and while paint.net is opened click on CTRL, ALT, V.
  17. AA's Assistant is a really great plugin for softening hard edges (run after using Magic Wand or any Selection tools, good for blur too): Upload image to imgur.com or imgbox.com (10MB limit per image) and share here.
  18. There is a plugin for text manipulation. Works with latest version (5.0.6)
  19. Change with Adjustments > Hue / Saturation (CTRL + Shift + U) and set Lightness to 100. If you have multiple layers with elements, instead of going one by one, hide Background layer then: - copy merged (Ctrl + Shift + C) - paste into new layer (Ctrl + Shift + V) - and then go with Hue / Saturation on that new layer. Example: https://imgbox.com/ZHAB3lE5
  20. Or BoltBait's Apply Alpha Mask (already explained above by BoltBait), which works differently. You don't need copy to clipboard step, just a layer with some elements (text, lines, shapes, gradients...)
  21. If you want to use CTRL+A, CTRL+C, CTRL+D (following Gold Metal tutorial) then go with BoltBait's Paste Alpha plugin. Works just like lllab1024's plugin.
×
×
  • Create New...