Jump to content

qwertyuu

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by qwertyuu

  1. According to the fact that Steam is pretty big and the percentage of people using it (5.81%) can be applied to any scale and still get a precise approximation... If EVERYBODY in the world had a computer, 410,360,300 people would be using PDN.
  2. Yep, and this community is quite big, it can give us a really great view of how big the PDN userbase is! http://store.steampowered.com/hwsurvey
  3. I love you guys, thanks a lot! EDIT: yes, I too think these instructions should be stickied. Starting PDN development, I thought the VS integration had been done many years ago, and as I see now... it was left out a little in the late years. If I were to be better, I could try to maintain the VS aspect of Plugins in PDN, but, I ain't that good
  4. I know, CodeLab is very well done, and I like it. I still don't totally love it yet, as in some stuff is lacking. I want to debug my plugins, which is impossible to do inside CodeLab. So, I need help... for starting my own project inside VisualStudio, and using the same template as CodeLab #region UICode #endregion void Render(Surface dst, Surface src, Rectangle rect) { // Delete any of these lines you don't need Rectangle selection = EnvironmentParameters.GetSelection(src.Bounds).GetBoundsInt(); int CenterX = ((selection.Right - selection.Left) / 2)+selection.Left; int CenterY = ((selection.Bottom - selection.Top) / 2)+selection.Top; ColorBgra PrimaryColor = (ColorBgra)EnvironmentParameters.PrimaryColor; ColorBgra SecondaryColor = (ColorBgra)EnvironmentParameters.SecondaryColor; int BrushWidth = (int)EnvironmentParameters.BrushWidth; ColorBgra CurrentPixel; for (int y = rect.Top; y < rect.Bottom; y++) { for (int x = rect.Left; x < rect.Right; x++) { CurrentPixel = src[x,y]; dst[x,y] = CurrentPixel; } } } } So... What are the references that I need? (the important ones, because I know I can just select them all) What are the "using" statements I should put? Do I have to make a class, namespace and everything? Any template example would be really appreciated, thanks!
  5. NN79 - 3 Kemaru - 1 #winner: NiteNurse79 I love Nitenurse's simplicity compared to the complexity and confusion of Kemaru's sig Congrats Nitenurse!
  6. I don't give up then! doughty, I challenge you!
  7. Just that everyone asks for a Photoshop this, Photoshop that... (talking about features) And the more it goes on, the more Paint.NET is fading into a Free Photoshop clone. Just like Microsoft. They are changing EVERYTHING and now they act 90% like Apple, which make me fear a little since Windows was my OS of choice... And seeing what they're planning in the future is just terribad.
  8. So... PDN will become the Free alternative to PS? It feels bad... like Microsoft turning into Apple 2.
  9. I love minimalism And all of the minimalist sigs lost their battles, so I may just stop entring Thanks!
  10. Minners71 - 0 Ventor1 - 3 I love Ventor's idea of cutting the sid in two pieces and get 2 opposites side by side... but having the same aspects in both, like a yin yang! Minners71's sig is crazy, but lacked a little bit of originality compared to Ventor1! ----------- #winner Ventor1
  11. My first Rep ever! :D

  12. As nitenurse said... When saving your picture(s), are you saving as a .pdn filetype? (click this to see full image) (this is the Save As window, first line being the filename and second being... type) You should be saving as a .pdn ONLY if you want to make modifications later on that picture, since .pdn is only readable by Paint.NET itself because it contains informations about layers and effects you previously used on your picture. If you want your picture to be uploadable on Facebook or on any other website, you need to save it as a Jpeg, a Png or a Gif, so you'll want to change the thing in the first picture to look something like this: (click this to see full image) Jpegs tend to be the smaller files for the quality, so you might want to use this filetype if you aren't creating crystal-like pictures. Pngs is one of the best filetype to store color information when you ARE making crystal-like pictures, but the size is also way bigger than a Jpeg.
  13. You need to select the area of the picture you want to crop with the Selection tool , and THEN hit the crop to selection. This will leave you with what was inside the rectangle. Hope this helped!
  14. Wow! Incredible! A picture so small... became so big! It's... wow! You'll be able to get some old 19s pictures in super high definition in like 30 seconds... you're a genious!
  15. The layers are working this way: Top one has priority and bottom one has no priority. That means that the first layer (top one in the list) in the layer window will be the one over every other layers. The bottom one is the one that is under everything, so it cannot hide anything on any other layer. Say you have a pile of sheets... 3 sheets. Each sheet is a layer. If you take the top sheet with a smiley on it and put it under the 2 others, you won't see your smiley anymore. That's exactly how layer works. If you want to see "through" a layer, you need transparency. If you want to make a blend effect, just take the layer you moved down and move it over everything. Then select it and hit this icon there :LayerProperties: , at the bottom right of the layer window. From there you can modify (the little drop-down box) the "Blending mode", and it will create an effect depending on what is under it. This is a very basic effect with no settings, so you may want to learn a little more about other types of blending like picture-specific blending, that won't take the colors of the other layers to create the blending. Hope this helped!
  16. Could you tell us, at least, what a Jpeg 2000 does? Why is it different and why would we use it?
  17. So... how's the laptop going?

    1. pdnnoob

      pdnnoob

      Great! It has a slight cooling issue (gets warm when I run cpu intensive programs), but it runs fine even then, so I'm not so worried about it. As far as processing speed goes, my old desktop has a 2.2 Ghz single core processor (.4 more than each individual core in the laptop), so it ran basic programs slightly faster, but paint.net is running at least five times faster on the laptop :D Thanks so much again!

  18. I think sticking to gravatar works for the moment... and many forums seem to increment it, so that's a great deal even though it kills the quality of a picture.
  19. No problem Happy I could help! Hope to see you around!
×
×
  • Create New...