Jump to content

Illnab1024

Members
  • Posts

    1,178
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Illnab1024

  1. Please put some color in the windows logo It sickens me to see it so.... dark and depressing. I'd personally Say I like the first one best - I also suggest the original colors in the windows logo, just a dark blue overlay to it... Also some AA needed on it.
  2. Yes. I know it isn't capitalized in Spanish and likely isn't in French. It's a German thing, man. We like funky capital letters all over the place.
  3. Grr...This needs to be thrown on the FAQ. Please, use the search feature before posting
  4. Wow! Very nice evanolds. I was waiting for this Oh - and before I forget - Source code?
  5. The source for CodeLab is in the 'extras' folder of the Paint.NET source... Read the first post
  6. Hmm. CMD's in the lead, and I'm losing horribly! Voting's still open, people! I wonder if CMD is riggin the results?
  7. The only tool used in this work was the gradient tool. The rest were effects - one was codelab. The name I put to this was "Life through the Glass Wall" This is my first work from scratch I actually like
  8. The only tool used in this work was the gradient tool. The rest were effects - one was codelab. The name I put to this was "Life through the Glass Wall" This is my first work from scratch I actually like
  9. Sorry, that's a phpBB thing - you'll have to complain to them - anyway, the dbs and php are owned by forumer.com.
  10. Hey CMD, if you wanna do this method, just make your mask and apply this CodeLab script to the mask layer: void Render(Surface dst, Surface src, Rectangle rect) { for(int y = rect.Top; y < rect.Bottom; y++) { for (int x = rect.Left; x < rect.Right; x++) { ColorBgra col = src[x, y]; col.A = (byte)(col.R * 0.3 + col.G * 0.59 + col.B * 0.11); dst[x, y] = col; } } }
  11. Although, the next best thing to a selection is a mask. So run the effect on a duplicate layer so that it makes affected pixels white and non-affected pixels black.
  12. This plugin is meant to feather the edges of any antialiased object into a clear background. Clear means that the alpha is Zero (0)
  13. PdN related Screenie on a laptop. You will see where this text is going in a day or so
  14. Ah. This happens when the Photo Flood Fill/ Alpha Mask Effects try to load a filetype that isn't supported by PdN or try to load a corrupt file or try to load a file waaaaaaaaay to different for it to be able to handle. Try a different file to use for the effect.
  15. When doing a gradient with the Transparency Only option, the secondary color's alpha seems to invert... Try this: Use a linear gradient, with Primary Color alpha 255 and Secondary color alpha 0. Use the Transparency only option, and normal blending mode. An alpha fade should be expected, but it doesn't happen, because the Secondary color's alpha has inverted
  16. It's a list of downloads in chronological order, in firefox (Ctrl+J) - using Run on a download will use the Windows default application to run it, so an executable would naturally open and initialize.
  17. A couple of things to say: You should have posted this in Bugs and Troubleshooting, if there weren't a topic covering it already: http://paintdotnet.12.forumer.com/viewtopic.php?t=854 Look at this, and you should see number two in Rick's post.
  18. You need to reinstall PdN. A dll got deleted somewhere...
  19. The Help text in the status bar of the PdN window is only appearing for 1 monitor cycle before vanishing. This is text like the Clone Stamp's help text. EDIT: I just noticed something: The text only appears as you are switching to another tool.
×
×
  • Create New...