Jump to content

Illnab1024

Members
  • Posts

    1,178
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Illnab1024

  1. Hmm...Give me a second...

    I love my 10.1 MP Digital Camera- lovely...

    Ah! Paint.NET took away some stray bristles and made the handle black instead of yellow and did some corrective lighting - without a single plugin because my computer's dead ;)

    perfectedmanipubrushwh8.th.png

    EDIT: By the way, it's kinda crappy at the full res it;'s at now - but I'm sure you can play with it a bit, and that that is the biggest resolution you'll need!

  2. Well, it can be used as needed - aesthetics, or ease of measurement, many uses...

    Alpha-Only will only affect the alpha value of the pixels the affect is applied to... Say you have An image of something - set your primary or secondary color to oh say an alpha of 128, and the effect will only make a grid that is based on the alpha value of 128, not a color value of white or black... This way it keeps the original image's colors... I hope that's clear enough?

  3. I often click on the canvas with the selection tool to unselect what I am working on, after which I switch to say the paint brush tool only to find nothing is being drawn to the canvas. Needless to say I have accidentally selected a few pixels without noticing.

    I have done the exact same thing on several occasions: annoying, yes... I think your idea is good, But it's a little less intuitive, I think...

  4. Well, if the mask file image is smaller in resolution than the image it is applied to, it is meant to tile over the image...

    Hmm...to your first question - that is the label input for the File you import for the alpha mask

    And the mask file should be [Doesn't have to be - it is converted to greyscale when loaded] a grayscale image where a pixel's intensity decides the alpha of the corresponding image in the selection...

  5. Got a crash log and looked it over:

    This text file was created because Paint.NET crashed.
    Please e-mail this file to paint.net@hotmail.com so we can diagnose and fix the problem.
    
    Application version: Paint.NET v3.0 (Beta 3 Release build 3.0.2548.23482)
    Time of crash: 12/29/2006 3:23:34 PM
    Application uptime: 00:08:45.2031250
    OS Version: 5.1.2600.131072 Service Pack 2 Workstation x86
    .NET Framework version: 2.0.50727.42 x86
    Processor: 1x Intel(R) Pentium(R) 4 CPU 2.53GHz
    Physical memory: 639 MB
    Tablet PC: no
    Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: en-US, cuic: en-US
    
    Exception details:
    System.ComponentModel.Win32Exception: WriteFile() returned false (112)
      at PaintDotNet.SystemLayer.NativeMethods.ThrowOnWin32Error(String message)
      at PaintDotNet.SystemLayer.FileSystem.WriteToStream(IntPtr hFile, Void* pvBuffer, UInt32 length)
      at PaintDotNet.SystemLayer.FileSystem.WriteToStreamingFileGather(FileStream outputStream, Void*[] ppvBuffers, UInt32[] lengths)
      at PaintDotNet.HistoryMementos.BitmapHistoryMemento.LoadOrSaveSurfaceRegion(FileStream fileHandle, Surface surface, PdnRegion region, Boolean trueForSave)
      at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion, Surface copyFromThisSurface)
      at PaintDotNet.HistoryMementos.BitmapHistoryMemento..ctor(String name, ImageResource image, IHistoryWorkspace historyWorkspace, Int32 layerIndex, PdnRegion changedRegion)
      at PaintDotNet.Tools.PaintBucketTool.OnFillRegionComputed(Point[][] polygonSet)
      at PaintDotNet.Tools.FloodToolBase.OnMouseDown(MouseEventArgs e)
      at PaintDotNet.Tools.PaintBucketTool.OnMouseDown(MouseEventArgs e)
      at PaintDotNet.Tool.MouseDown(MouseEventArgs e)
      at PaintDotNet.Tool.PerformMouseDown(MouseEventArgs e)
      at PaintDotNet.AppWorkspace.DocumentMouseDownHandler(Object sender, MouseEventArgs e)
      at PaintDotNet.DocumentView.OnDocumentMouseDown(MouseEventArgs e)
      at PaintDotNet.DocumentView.MouseDownHandler(Object sender, MouseEventArgs e)
      at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
      at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
      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)
    ------------------------------------------------------------------------------
    

    Space on C:\ : 56kb

    Basically, PdN should handle the error here instead of just dying.

  6. Well depending upon your application...

    JPEG is good for most web application on large images, because the compression brings the filesize down to a reasonable size...

    PNG would be good for lossless storage of images on a personal drive or small images on web sites that need to be lossless.

×
×
  • Create New...