Jump to content

Asmageddon Prince

Members
  • Posts

    32
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Asmageddon Prince's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. I never use grid in Paint .NET, but recently I had to make something, but there is no option to change grid spacing... so would it be possible to see a customizable grid in next Paint.NET relase? Best with possibility to snap tools to it. So if it`s possible please add this feature, okay?
  2. I know, that it does not change the pixel values, but this effect has been written in CodeLab, and then I decided to make it in Microsoft Visual Studio, for better UI.
  3. I downloaded the Vandermotten framework, but i changed my mind, and then modified the source, so it don`t use it. I made the config dialog, token parameters, and made them update, everything is good except one thing: The render loop do not change the image! Can somebody tell me why, here is the source: Effect1.zip
  4. I don`t write so fast, so sometimes, when you work on something like big quality fractals it is annoying if you have to stop writing for a moment, just because it starts to compile.
  5. Yay! I cannot wait for the final version!!! CodeLab is so usefull, but there is one thing i want to ask for:Can you add option to not compile it every time when you stop writing? Sometimes it is annoying. :evil:
  6. No, these plugins aren`t any kind of advanced, they are quite simple, and when i was creating them I did it for fun, so they aren`t too proffesional. And that is why I think, that it may be easy, because there is CodeLab, creating few text boxes, and compiling their expressions don`t seem to be too hard, of course it wouldn`t be easy, like everything like this. These plugins was made with CodeLab, and creating plugins in it is very easy.
  7. What about programable layer blending modes? I`m not an expert, but i don`t think it would be hard to do. Just choosing the color model like: RGB, HSV, CMYK +Alpha.And four or five TextBox objects to enter expressions, and using variables for below layer:r1,g1,b1,a1 and for current layer:r2,g2,b2,a2 , and then just setting balance between current and below layer, first by current layer Alpha channel, then by opacity of the layer. If this would be possible, i`ll be very happy.
  8. Don`t know if this has something to do with this version, but Paint.NET initializes veeery slowly, last it took almost 30 seconds to run the program, maybe it`s because i almost haven`t got space on system disc, but before in 3.20, there were same amount of free space and it run fast. Do you know what is the reason?
  9. I`ve got Microsoft visual studio 2008, and much newer version of my plugin, but still thanks. And one more thing, how to create plugins in Visual studio, I know how to create UI, but inserting the code from CodeLab there results in some errors.
  10. I don`t want to create plugin for Paint.NET, I wan`t to create a simple graphic program myself! I made a game using Built-in Components and writing function, I know how to create classes, I created a component, but I don`t know how to make it visible!And I didn`t found a way to acces code of ready components. I made many plugins for Paint.NET, but I want to create something that will draw something on the form, or other component.
  11. Anything, anywhere, just draw something, like Line,dot,circle or rectangle.And anywhere on picture, on window, or anywhere, just draw something! About UI, I know how to create it, I`m not a moron, I`m just very very frustrated. EDIT:I want to create graphic program, where you can draw something like in Paint.NET
  12. Please help me, how to draw anything in C#. I wasted three days trying to do anything like that. First I tried creating System.Drawing.Bitmap, but I don`t know how to display it on form, I only managed to create a drawing and saved it, but it wasn`t visible on screen. Second I tried System.Drawing.Graphics, but I always get error: "Object reference not set to an instance of an object" I tried .CreateObjRef, but don`t know how to set type. Third I tried creating .BMP resource, setting it as image for PictureBox, but when I try to modify it I always get error: "SetPixel is not supported for images with indexed pixel formats." Please, I beg you! Help me!!!
  13. Is it possible to create radial blur with quality lower than 1? It would be very usefull, I saw it while working on text, when I set angle to 360, center in corner and quality 1 I get some good effects. PS:text was on another layer in upper part of image, background transparent.
  14. First it was supposed to be just weaker version of Edge Detect. But later I made some more things, added four various modes of extracting colors by reading difference between pixels.Then blending modes, blur, changing angle while in middle of loop, inversion, colors opacity. I even have plans for setting center point in image, that Angle will be set so it come out of the center plus then rotating them so you can get something like radial blur, but this one is a bit too hard for me. But it`s still very great plugin(I think so). With this one you can get various effects, like: -Motion blur -Frosted glass -Emboss -Edge detect -Outline -Relief -And many many more... And you even can sharpen picture with it by setting some combinations of values. There are thousands of effects in one! And the only way to use them is to experiment. And can you compile the source with created UI, I don`t have anything to compile it for now.And I sometimes want to use it without just modifying values in CodeLab(with is my only tool for programming for now).
×
×
  • Create New...