Messages - deano [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7next
6
Has anyone written a bit of software where I can right-click on an images file and then hover over a "Resize to..." option (or similar) which then reveals common file size options e.g 640 x 480, 800 x 600 etc and user-defined choices.

I often use software that outputs images to set sizes and I then have to open them in IrfanView and then click the various menu options to get the job done.  I already use an old program called Picaview for quick previewing and filetype conversion - it's just missing an option to resize.

I've written a simple program, but it has no context menu integration with Windows Explorer. It's Photo Resizer in this thread. You can drag & drop a photo onto the desktop icon then resize it.

Not quite what you asked about, but it's very simple.

One other thing -- there are no presets. Resizing is visual with the size slider.

Thanks, yes it's not what I asked for but really liked that.  It also works well with Quick Cliq.  I can't drag an image directly onto the shortcut icon though - is that what you meant?  I have to run the app, then drag the image onto the left-hand side.  
Nice bit of software which I will use - I certainly know a few people who would like something this simple.

7
doesnt the ms image resizer "power toy" work via the context menu?
I havent tried it so dont know if it fulfills your wishlist...

https://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

Good suggestion, however image resizer is XP only and I'm using Windows 2000 and Windows 7  :(

8
Has anyone written a bit of software where I can right-click on an images file and then hover over a "Resize to..." option (or similar) which then reveals common file size options e.g 640 x 480, 800 x 600 etc and user-defined choices.

I often use software that outputs images to set sizes and I then have to open them in IrfanView and then click the various menu options to get the job done.  I already use an old program called Picaview for quick previewing and filetype conversion - it's just missing an option to resize.

9
N.A.N.Y. 2011 / Re: NANY 2011 Release: Quick Cliq
« on: January 12, 2011, 06:16 PM »
Enormously impressed by this.  Really, really useful and easy to use.  Thanks so much!  As this will probably replace the utility that I paid for so I shall make a few donations.

10
Finished Programs / Re: IDEA: app to rotate multi-page images
« on: July 04, 2010, 05:02 PM »
Mucho thanks once again Skwire, I do believe that this will provide a genuine boost to my productivity.  I'll drop you a donation as a token of my appreciation.

You're welcome.  I'm happy to help out.

On a technical note would you be able to explain how you did it?  Was it all autohotkey or something else?  And would you have the source code?  As I said way back at the top of this thread I am trying to learn how to create different kinds of programs on Windows and would like to make things like this for other people as well.

The interface is all AutoHotkey.  The grunt work behind the scenes is done by convert.exe from the ImageMagick suite and tiffinfo.exe from the LibTIFF suite.  I use convert.exe to do the rotation and converting from TIFF to JPG (using the "/rotate #" parameter).  The tiffinfo.exe I use for determining how many pages are in the TIFF file.

AutoHotkey is superb for making front-ends that utilise commandline executables and/or DLL files.  Initially, I had intended to use the GDI+ library to do it all but I couldn't find a way to get the number of pages in a TIFF file using it so I wrote it using IrfanView doing the image manipulation.  However, I remembered that you wanted to use this at work and IrfanView's license doesn't allow that without paid registration.  I then rewrote it using the current ImageMagick/LibTIFF method, hence the delay in getting it to you.

Does that help clear things up?

Yep, that's pretty interesting, I'm going to see what I can code with autohotkey as well as continuing with C#.    Cheers,  :Thmbsup:

Pages: prev1 [2] 3 4 5 6 7next
Go to full version