Jump to content

AhmedElyamani

Members
  • Posts

    201
  • Joined

  • Last visited

  • Days Won

    2

AhmedElyamani last won the day on May 11 2015

AhmedElyamani had the most liked content!

1 Follower

About AhmedElyamani

  • Birthday 12/05/1996

Profile Information

  • Gender
    Male
  • Location
    Egypt
  • Interests
    Programming , Web designing , Game making , Pixel art , Vector art , PDN , 3D modeling , all the other things related to graphics and programming , i like them .

Recent Profile Visitors

2,271 profile views

AhmedElyamani's Achievements

Collaborator

Collaborator (7/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

23

Reputation

  1. This plugin is very useful! Thank you, I appreciate your effort.
  2. Thanks for the great feedback , everyone! @toe_head2001 I've applied all of your suggestions , except for disabling the UI items , as I have no idea how to do it. @TechnoRobbo I've now included the option to draw polygons (which turned out a bit trickier than expected ) @medora & seerose I think it should be resolved now Updated version is now included in the original post. You can make more fancy shapes like these: Also here is the source code: circleFractal2.zip
  3. Circle Fractal (updated) I was experimenting with c# and it occurred to me to write this simple Paint.NET plugin. With it , you can do shapes like these: Let me know what you think. circleFractal2.zip
  4. For the first one , you can get Inksketch+ from my plugins (use the attachments) , and maybe use the built-in Median effect for more rounded edges. For the second one, i believe there was a plugin called "Black and alpha" , search for it. it'd help .
  5. That's really awesome . i never expected such an awesome tool! now i can't wait for PDN 4 ...
  6. This is surly the best plugin for PDN ever , it's soo awesome . I think this is the turn of PDN from normal to professional ! great job ,pyro !
  7. CurrentPixel.R=(oldPixel.R+CurrentPixel.R)/2 CurrentPixel.G=(oldPixel.G+CurrentPixel.G)/2 CurrentPixel.B=(oldPixel.B+CurrentPixel.B)/2 ? edit that to fit your needs.
  8. would someone please tell me what a grunge is ?
  9. i know and you can do that directly in code lap btw
  10. it's very useful , i liked it a lot ! it'd be much more awesome if you add an ' Effect mix slider ' , it'll help me to use it to clarify some images thanks for your effort. Ahmed.
  11. if i were you , i'd start with a big size and use the Pen tool to draw everything as in reality . after that you can go ahead and do some resizing , coloring , and antialiasing . Ahmed.
  12. just to clarify something: Paint.NET has four ways of Resampling images when resizing . I assume that you've used the 'Nearest neighbor' option , that option does no smoothing at all , it's used to have the image with all the pixels almost in their places. if you want the result to be similar to the original , with the most smoothing , 'Best Quality' is your cup of tea : Here is how the result would look if you use the 'Best Quality' option: Hope that was helpful.. ps: i prefer your new one xD Ahmed
  13. Thankyou ! o'll sure give it a try later .
  14. wait , you meant smoothing works on each pixel ? can you link me to a wikipedia topic, please ?
×
×
  • Create New...