
AhmedElyamani
Members-
Content Count
201 -
Joined
-
Last visited
-
Days Won
2
AhmedElyamani last won the day on May 11 2015
AhmedElyamani had the most liked content!
Community Reputation
22About 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 .
Contact Methods
-
Skype
Ahmed.Elyamani5
Recent Profile Visitors
1,370 profile views
-
'ZIP Archive' FileType Plugin (.ZIP)
AhmedElyamani replied to Martin Osieka's topic in FileType Plugins
This plugin is very useful! Thank you, I appreciate your effort. -
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
-
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
- 25 replies
-
- 10
-
-
Photo into "silhouette"
AhmedElyamani replied to 6fthook's topic in Paint.NET Discussion and Questions
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 . -
The Random Effect Image Game!
AhmedElyamani replied to cazaron's topic in Grand Theory of Everything
just played with this a little bit , i've got too many creepy images , i liked these two: -
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 !
-
that's freakin awesome !
-
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.
-
Yet another Technology innovation... Available!
AhmedElyamani replied to qwertyuu's topic in Grand Theory of Everything
wow ! i thought we will only see these in the 22nd century :O Edit: so where can i order one? -
Problem Ejecting External Drive
AhmedElyamani replied to HELEN's topic in Grand Theory of Everything
as much as i understood , there must be something that is using your external hard drive , maybe copying and pasting or something else . also , no ,restarting your computer while it is still pluged in isn't bad, but save yourr job first .. also : http://forums.getpaint.net/index.php?/topic/2278-this-is-not-a-tech-support-forum/ cheers , Ahmed. -
would someone please tell me what a grunge is ?
-
i know and you can do that directly in code lap btw
-
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.
-
just saw them and wow ! i find them good , i really loved that adventure game where you order the computer. good job also if you want a better way to write your chess algorithm you can write it in Javascript (which has a very similar syntax to c# and c++) , i know that you want to challenge your self by writing it in scratch , but why not challenge yourself by making it more awesome? cheers . Ahmed.