Jump to content

APShredder

Members
  • Posts

    1,318
  • Joined

  • Last visited

Everything posted by APShredder

  1. Well you could try Simon Brown's Animated Image Plugin or you could use a seperate program such as unFREEz.
  2. Color Count --> viewtopic.php?f=16&t=30682 Low Color --> viewtopic.php?f=16&t=30638
  3. Things that cause the program to crash: 1.) When I click the (...) button to change the path. I can change the path but when I click on or change anything else the program crashes. 2.) If I change the path manually by typing in the address, the same thing as above hapens. When I first open the plugin, I get a list of all the .txt files in the default folder. I get an error message and then everything closes. (Picture of error message below.)(Crash log below also.) http://i792.photobucket.com/albums/yy207/APShredder/yhsjjie-1.png I'm using Windows Vista Home Premium. Hope all this helps.
  4. Cool plugin! But unfortunately there's a major bug I found. When I try to change the saving location, both the plugin and Paint.NET crash. I don't know if anyone else has this problem, but for me it's a major pain in the butt.
  5. This is a feature I've been thinking about for a while, and finally decided to post about. I was thinking that the effects menus should automatically resize themselves when there isn't enough room for all your plugins. Sorry if I'm not being clear here, it's kind of hard to explain, so I'll add some examples below. Notice how all these effects can't fit on my screen: So to fit all of those on to one screen (because I hate clicking on those little arrows) you could do something like this: Now this is just an idea, and I realize that it may be harder to code than it sounds, but I just thought I'd put it out there as an idea. EDIT: Changed the pictures' sizes. (They were way too big!)
  6. May I also suggest going here, and searching for topics such as "blending pictures" or "merging images".
  7. Hey guys maybe you can help me too. I'm getting the same error messages as VoidWhisper, and I've tried everything I can think of to get rid of them, no so far I've done nothing. Maybe you can help. Here's my code: #region UICode int rbc = 0; // [-255,255] Red Boost/Cut int gbc = 0; // [-255,255] Green Boost/Cut int bbc = 0; // [-255,255] Blue Boost/Cut #endregion void Render(Surface dst, Surface src, Rectangle rect) { ColorBgra CurrentPixel; for (int y = rect.Top; y < rect.Bottom; y++) { for (int x = rect.Left; x < rect.Right; x++) { CurrentPixel = src[x,y]; // TODO: Add pixel processing code here // Access RGBA values this way, for example: CurrentPixel.R = (byte)CurrentPixel.R + (byte)rbc; CurrentPixel.G = (byte)CurrentPixel.G + (byte)gbc; CurrentPixel.B = (byte)CurrentPixel.B + (byte)bbc; dst[x,y] = CurrentPixel; } } }
  8. The problem, (I think...) is that your printer can't reach to the side of the page. Printers have to have a margin on each side of the page, so your printer is printing as wide as it can. May I suggest changing your picture size to 8.25x10.68 (or smaller) which is the biggest it can be without anything getting cut off.
  9. You can just use Brightness/Contast under the Adjustments menu.
  10. Try right-clickiing on the image, selecting Save Picture As..., saving the picture, and then opening the picture in Paint.NET. The background should still be transparent... hopefully.
  11. Yeah, thats one of the probelms with the current version of Paint.NET. Once you place text it can't be edited. :? Rick is going to improve text-editing for the next version, but it the mean time you could try the Re-Editable Text Plugin.
  12. You might also want to try out the Align Object Plugin.
  13. If all you are having trouble with is centering the image may I point out this every so useful pulgin. --> Align Object
  14. Well, yes and no. While there is no actually pen selection tool, you can use this method.
  15. You may want to try the Fade Edge plugin (You have to download the whole plugin pack to get it though). It may not be exactly what you want, but it might be a good start. Good Luck.
  16. May I suggest deviantART. If you post your pictures on there you can also sell copies of them. I've never tried it, but it sounds like a good place to start at least.
  17. You could use this tool: :ColorPicker:, which allow you to take the color of any pixel you click on. Or you could also take a screenshot and paste it into Paint.NET.
  18. Well here's my go at it. Stock used:http://cachepe.samedaymusic.com/media/quality,85/brand,sameday/59Standard-89183f697e9f2315d9baeca2318517ab.jpg
  19. Not sure if this is quite what you want but it might help: http://paintdotnet.forumer.com/viewtopic.php?f=35&t=26970
  20. Hey guys, here's a new one I made. I'm pretty proud of it because it's my first 3D realistic image, and it's also 100% PDN. Hope you like it. (You can click on it to zoom in.)
  21. I think your problem here is actually very simple! You said: I think the problem is that you still have the color set as red. If you try to paint red over red. all you are going to get is more red. It would also explain why when you restart the program it works, because when you restart the color goes back to black. Hope this helps! 8)
  22. Hey guys, here's one of my greatest pieces, imo. Hope you like it. Sorry if it's too big.
  23. Hey guys, here's one of my greatest pieces, imo. Hope you like it. Sorry if it's too big.
×
×
  • Create New...