Jump to content

Rick Brewster

Administrator
  • Posts

    20,637
  • Joined

  • Last visited

  • Days Won

    376

Everything posted by Rick Brewster

  1. Ok, I've fixed this. You'll see this working normally in the 2.72 release by this weekend. Illnab1024, I have no idea what your post means or is referring to.
  2. 4) Your screenshot on the Effects page shows a bunch of additional effects that don't come with Paint.NET. (Drop Shadow, Condition Hue/Saturation, Gradient). The help file should not include these!
  3. 1) Please don't package the ZIP file that way with an embedded C:\Programmer\Paint.NET path. None of the other language packs do that, you'll just confuse people even more. 2) There are many pages in the help file that are still in English (unattended installation), or that are translated from the v2.64 version of the file (like the system requirements, and the copyright tag at the bottom of every page). 3) Why is there additional text at the top of the License.html file? What does it say?
  4. you just can't. I think there's no free Windows C/C++/C# compiler because Microsoft surely want royalties to accessing Windows.Forms & Microsoft Foundation Classes (btw others). No Troll please. Bob, you are incorrect. You are trolling. Stop.
  5. Moved to General Discussion Please post in the correct forum. Notice how the top of the Tutorials forum has a post that explicitely states that it is for tutorial publishing ONLY.
  6. Why the heck would that be a resource language problem
  7. Sounds like an easy fix actually. ... Don't process arrow keys when Alt is held down.
  8. I've considered various business plans, ranging from charging even just $1. In the end, it's really just simpler to give it away for free and ask for donations and use the Google AdSense. So that's how I'm keeping it for now. I make less money this way but it's more fun I guess. It really does keep it simpler for a myriad of reasons.
  9. Yeah I've been looking at this in the debugger, there is definitely some EXIF tag that is causing our JPEG saver to freak out (it's based on GDI+, go figure). The question is now how to mitigate this. On another note, I think I figured out why saving as a PNG doesn't save the DPI setting, and I may be able to fix it.
  10. So use the built-in security systems of Windows and don't give any of your users Administrator privilege. Then the menu items will be greyed out.
  11. No. I fired Dennis. Tom is super busy but does manage to contribute here and there (Zoom Blur is by Tom). I am also super busy but have some weird addiction to keeping the project going.
  12. Fair 'nuff. I have no idea if SharpDevelop will work. Probably won't since we also use the C++ compiler for a few things.
  13. Layers are your friend. Paint.NET provides much more sophisticated means for doing anything that MS Paint ever wished it could.
  14. Cool plugin, might have to look at adding something like this for a 2.7x update Is that Rachel Bielson? I can think of only positive things to say about her ... ha!
  15. Raven, stop thread crapping with PNG vs. JPG rants.
  16. Thanks! I have posted this in the language pack download thread here, http://paintdotnet.12.forumer.com/viewtopic.php?t=538
  17. Thanks! I have posted this in the language pack download thread here, http://paintdotnet.12.forumer.com/viewtopic.php?t=538
  18. Not in this case. It's basically just copying bytes from one location to another using a simple double-nested loop. 0.01 increases traditionally mean "bug fixes only." This has a new effect, so ... it gets a 0.02 increase. *shrug*
  19. Actually it's not even a compression anomaly ... we load the image, then copy it over to our own internal format using GDI+. But GDI+ was doing it incorrectly. So we use our own code now. Maybe I should just use libpng or something, jeez. With Paint.NET I honestly believe that we have run smack into every single bug in GDI+. You would not believe the things I have had to work around.
  20. It's only a monthly update to 2.xx ... just enough to keep you hooked Meanwhile the most work gets poured in to v3.0.
  21. It would be irresponsible to release something like that to hundreds of thousands of users with so little testing.
×
×
  • Create New...