Jump to content

Illnab1024

Members
  • Posts

    1,178
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Illnab1024

  1. Rejzor: You mentioned sweedie's original as the more detailed, but all I

    did was step a gradient between the shadows and the normal colors, so

    not many details were lost. either way i suppose it depends on the kind

    of painting you prefer. and Sweedie: that was in no way meant to be a

    derogatory post toward your painting. I probably couldn't even do that

    with a tablet.

  2. Ah. That makes sense. I have been using the method here to install the program, and I wrote over the v2.5 directory I had installed, why I have no idea, perhaps to make all links to 2.5 go to 2.6 beta 1. The method seems a bad idea, but it works...and when Paint.NET wouldn't install normally, even with desparate slams on the tower (yeah I know bad idea too...perhaps a new year's resolution?), this is the only way I have found to install it...and no prevailing bugs.

  3. On startup a message box pops up saying the following:

    There was an error loading .../Effects/rotatezoom.dll. It may be corrupt, or it may need to be recompiled.

    The rotate/zoom function works perfectly fine (to the extent of my tests e.g. random angles and twists, tiling/ background preserve functions) Not That this is a major problem, but I just wonder why it says that, even though the file extension seems fine.

  4. Part of the license states that you may sell this, with no restriction except you must basically keep it open source. Meaning the point of selling the program would soon be obsolete, because copying it and giving it to someone else is NOT piracy in the case of this license. The amount of money generated would soon be very small. Perhaps even negative.

  5. There is no option for edge softness in Paint.NET, but it is relatively medium already. However for something like this you could bring down the opacity a little and then paint the pupil. Either way it is in a new layer so you could probably just experiment with alpha and saturation values.

  6. What ranges do you get in the division code? just 8-bit or up to 16? Because why not (unless it would overflow) break up the 32 bit so you don't have to work with all those zeros? like instead of 000000000000000011111111 a 255 in 32 bit, 0000000011111111 with it broke down to 16 bit, of course I have no idea what the range of numbers in that equation is. 1111111000000001 is 255 squared and a 16 bit number (but still room for 510 more (decimal)) I think i have no idea what i am talking about so enlighten me.

  7. I recreated it. I just went back and forth real fast out of a 300x300 square. What do you think is happening, Rick?

    Crash log for Paint.NET v2.6 (Alpha 2 Release build 2.6.2179.30797)
    Time of crash: 12/24/2005 10:29:27 AM
    OS version: 5.1.2600.131072
    .NET Framework version: 2.0.50727.42 X86
    Processor count: 1
    
    Exception details:
    System.ArgumentOutOfRangeException: bounds parameter must be a subset of this Surface's bounds
    Parameter name: bounds
    Actual value was {X=120,Y=181,Width=181,Height=27}.
      at PaintDotNet.Surface.CreateWindow(Rectangle bounds)
      at PaintDotNet.PlacedSurface..ctor(Surface source, Rectangle roi)
      at PaintDotNet.PaintBrushTool.OnStylusMove(StylusEventArgs e)
      at PaintDotNet.Tool.PerformMouseMove(MouseEventArgs e)
      at PaintDotNet.DocumentWorkspace.DocumentMouseMoveHandler(Object sender, MouseEventArgs e)
      at System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
      at PaintDotNet.DocumentView.OnDocumentMouseMove(MouseEventArgs e)
      at PaintDotNet.DocumentView.MouseMoveHandler(Object sender, MouseEventArgs e)
      at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
      at System.Windows.Forms.Control.WmMouseMove(Message& m)
      at System.Windows.Forms.Control.WndProc(Message& m)
      at PaintDotNet.SurfaceBox.WndProc(Message& m)
      at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
      at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
      at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ------------------------------------------------------------------------------
    

    P.S. - I am not using a tablet PC, just a normal desktop

  8. Thanks for replying, I guess you're right in most points, maybe in addition to point one; might be a future feature to give users the ability to change mouse/keyboard shortcuts? Just a sugestion.

    Rick is VERY opposed towards any preferences, because of debugging purposes. With no preferences, you have one instance of which to debug. But say you had a list of 6 preferences of 29 and then ctrl and shift keys.

    29+29+29 key possibilites

    (87*6)-5=517 instances of which to debug

    sounds annoying, eh?

×
×
  • Create New...