Jump to content

Asmageddon Prince

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Asmageddon Prince

  1. 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.

  2. 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.

  3. 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.

  4. 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!!!

  5. 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).

  6. Wow! Thanks you all, especially MadJik.

    It works much faster now, and I really like the UI you created, but I think, that I should create UI myself.

    And one more thing, can you tell me how other blending modes work?

    Sorry if you wasted time for me, but I prefer if my work is completly mine, but I`ll keep the changes you made for optimization.

    And I have some new ideas for my plugin, so I`ll wait with UI a bit.

  7. Wow! Never seen so many plugins posted together before! I tip my hat to you and other people willing to learn code and make these awesome plugins. This is what will make Paint.Net the best image editing program around, as well as the community that exists here!

    Yeah I think so too... 8)

  8. I wish to add anti-alliasing, but I don`t know how to do it. Tell me how to make it, and I`ll be happy that I know how to do this. And you will be happy, that there would be antialliasing in my plugins.

    And if you have any suggestions, about how often I should update my plugin pack?

    Every two plugins made?

    Every five?

    Now I have two new effects, and third one in my plans.

    Tell me, if you will find tutorial with my plugins, I`m very curious to know how others use them.

×
×
  • Create New...