Jump to content

BoltBait

Administrator
  • Posts

    15,651
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by BoltBait

  1. And, if that doesn't work, just click the menu Windows > Reset Windows Locations
  2. I believe you are looking for the Feather plugin: viewtopic.php?f=16&t=26238
  3. If you are using codelab, you can't just retype the variables in the UICode block and expect it to work. I think this is what you're after: #region UICode int Amount1=0; //[0,255]Slider 1 Description int Amount2=0; //[0,255]Slider 2 Description int Amount3=0; //[0,255]Slider 3 Description #endregion void Render(Surface dst, Surface src, Rectangle rect) { ColorBgra CurrentPixel; for (int y = rect.Top; y { for (int x = rect.Left; x { CurrentPixel = src[x,y]; // TODO: Add pixel processing code here // Access RGBA values this way, for example: CurrentPixel.R = (byte)Amount1; CurrentPixel.G = (byte)Amount2; CurrentPixel.B = (byte)Amount3; // CurrentPixel.A = (byte)PrimaryColor.A; dst[x,y] = CurrentPixel; } } } You see, CodeLab writes a bunch of code for you for the UI stuff all based on the types of variables in the UICode block. Don't edit those unless you know what you're doing. It is probably best if you stick to using CodeLab's built-in UI designer (Ctrl-I).
  4. Experiment with different sampling methods in the resize box. For example, try "nearest neighbor".
  5. Work at 2x your final size. Then, scale down for your final output. (Experiment with scale modes.)
  6. It wouldn't matter if you could upload from that site since the avatars are cached locally, so that won't work. You might try creating an animated GIF file to rotate your avatar... although I don't recall seeing an animated avatar on this site. So, that might not work either.
  7. Please read the forum rules: viewtopic.php?f=20&t=3446 Rule #23 is being broken here.
  8. Substance, I did some edits to another of your photographs: viewtopic.php?p=272146#p272146
  9. Thanks. Andre has an account here... viewtopic.php?f=26&t=30669&start=0 He had posted that picture on his Facebook account. I hope he doesn't mind that I hosted it somewhere that other people can see it. As for my edits, I used my old favorites, ink sketch and selection bevel. Then, I added a brown layer, added noise, direction blur, change blending mode. etc.
  10. I was bored: Source pic: here This photo was taken by my friend Andre.
  11. If there is a crash log on your desktop, post the contents here.
  12. Use the Effects > Artistic > Ink Sketch and turn the color slider all the way down while adjusting the ink outline slider to taste. You could also try Effects > Stylize > Outline
  13. Sweet! Actually, I'm probably the only person on this forum who would still be covered.
  14. If you could show us the photo we could help you better. This is a family-friendly forum, so make sure the picture is suitable for all before posting.
  15. No, you can't change the grid color. However, you can add a new layer, move it below your working layer, and fill it with any color you like. Then, before you save your file, just delete that layer.
  16. Sure. When I was a kid, I remember reading a magazine called "CARtoons" that was full of strips and pictures like that. I wonder if it is still around. EDIT: Nope, I guess not http://en.wikipedia.org/wiki/CARtoons_Magazine Images of the magazine: http://images.google.com/images?hl=en&q ... e&resnum=4
  17. That looks awesome. Be sure to post it to your own gallery so I can promote it to the galleria from there.
  18. That looks awesome. Be sure to post it to your own gallery so I can promote it to the galleria from there.
  19. That looks awesome. Be sure to post it to your own gallery so I can promote it to the galleria from there.
  20. Open your image in Paint.NET Add a new layer on top of it. Fill that layer with white. Press F4 to edit the white layer's properties. Lower the opacity until you like what you see. Flatten the image. Save.
  21. Open your image in Paint.NET Add a new layer on top of it. Fill that layer with white. Press F4 to edit the white layer's properties. Lower the opacity until you like what you see. Flatten the image. Save.
×
×
  • Create New...