Jump to content

mihi

Newbies
  • Posts

    3
  • Joined

  • Last visited

Everything posted by mihi

  1. Hello Rick, thank you for your answers. That step does not seem to work for me. I tried the filename with path, without path, replaced the colon by different other characters, used quotation marks at various places, tried it with a path without spaces, but I guess I am just to stupid to make this work (using version 3.5.6). It just opens with an empty untitled document, and in case I use a space as separator (making the arguments two) I get a normal file opened that can be saved normally... (edit: Forget it, I should have left out the initial slash, and it works now) As I'll have the tool running in the background and wait for a hotkey, I'll just delete the file when the user presses the hotkey the next time or closed the utility completely (which will usually happen at shutdown). Unfortunately, I cannot find system requirements on the website, and it does not install on my XP Pro machine at home (installer crashes in the middle). At work we are "forced" (by IIS extensions / COM components we are still using from the last millennium that do not work on anything more recent) to develop on 2003 machines, and if it does not work there (or is not able to create a scrolling screenshot of the "Add/Remove Programs" list, where most free screenshot tools fail as it is completely owner drawn and does not really provide screenreader hints) it does not help my main use case. Yes, I know that you can get all the info of that list from the registry, but that does not help me either. And when I think about the processes needed to get an approval for installing anything not written ourselves on our development machines at my workplace, I won't even try. Even if 35$ is cheaper than the hours I'll spend on writing my own tool. (On the other hand, if it was easy to install your own software, I wouldn't have bothered trying to use Paint.NET at all and just installed GIMP like on my home machine, and I definitely would never have ended up here in this forum, and have missed a good graphics program to recommend to people who don't like GIMP...) (edit: Ok, I found the 2.1 version which works on XP, but cannot do any scrolling screenshots and not capture screenreader objects either. At least on XP, PicPick (which costs 20$ and is free for non-commercial use) has more features. Don't know about Vista/7 though.) Regards, mihi (edit2: I updated the zipfile linked above to include both the original plugin and the standalone version for Paint.NET)
  2. Yes, that's what I was trying before. But it happened too often that I accidentally saved the edited screenshot as the temporary filename that was created by the tool (and overwritten the next time, as I don't want to clutter my temp dir with hundreds of screenshots a day either). Having a filetype plugin at least ensures I cannot accdentally save it under the same name after having edited it. An effect will clobber the currently opened image (if any), though. Can an effect plugin result in a different size canvas than the original image? Then it might be a nice idea. If I have to crop the image manually, all the object detection stuff in my screenshot tool is useless. So then it will, I don't care. Thought I might share it with the world (that's what open source is about according to Eric Raymond, someone codes something to scratch a personal itch and shares it with the world), but if the world does not like it, it does not matter to me. You cannot prevent myself from using it, hopefully (Or is there some kind of kill bit in Paint.NET that will disable the plugin in next Paint.NET version?). Regards, mihi
  3. Hi, I often have to take screenshots at work, but want to keep my clipboard contents. Or I want to take a screenshot of a shaped (non-rectangular) window or include the mouse cursor. Or simulate mouse wheel events and stitch the screenshots together (the last feature still being very experimental). The builtin screenshot feature of at least Win2003 cannot do all this. As my main image editor is Paint.NET, I wrote a Paint.NET plugin for this, and I decided to share it here if anyone else might find it useful, too. Unfortunately, Paint.NET does not really support "Acquire" plugins that show some GUI and then import an image (might also be useful for other plugins like the TWAIN plugin), so the best way I could find is have a FileType plugin that "opens" a config file and creates a screenshot from it, and if it cannot, it will return a small blank image. (It is really quick as the file is almost always in my recent file list). You can The plugin does not support "saving" an image, but you can change the options and create a new config file from it. An example config file is included in the download. A standalone screenshot tool (that has the same options) is included as well, in case you want to take screenshots not from Paint.NET. As it uses code released under LGPL license, the complete source code is included in the download. [edit: Seems that my attachment did not make it though - therefore I uploaded it here] Have fun, mihi
×
×
  • Create New...