cancel
Showing results for 
Search instead for 
Did you mean: 

Fast Image Resizer on Linux Mint 19.1

Anonymous
Not applicable

Re: Fast Image Resizer on Linux Mint 19.1

@shutter, I've taken the opportunity and written an image resizing application for you Linux Mint OS that should hopefully do what you need i.e. resize images using drag and drop.

It's written using Qt so in theory should work OOB for you, but see my email for full instructions.

This is what it looks like showing the result of dragging the two highlighted images on to the UI.

Image Resizer

Hope it helps.

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Fast Image Resizer on Linux Mint 19.1

Why not share this more widely - obviously the GUI bits have made it much more complicated than a plain CLI solution.

"In The Beginning Was The Word, And The Word Was Aardvark."

shutter
Community Veteran
Posts: 22,227
Thanks: 3,783
Fixes: 65
Registered: ‎06-11-2007

Re: Fast Image Resizer on Linux Mint 19.1

@Anonymous  WOW !  THANK YOU VERY MUCH... Will have a go, this afternoon, as I am just about to go out now,...

Really do appreciate it.... Wink

Cheeers

 

Anonymous
Not applicable

Re: Fast Image Resizer on Linux Mint 19.1


@VileReynard wrote:

Why not share this more widely


Not sure what you mean @VileReynard

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Fast Image Resizer on Linux Mint 19.1

How about sharing the source code?

"In The Beginning Was The Word, And The Word Was Aardvark."

Anonymous
Not applicable

Re: Fast Image Resizer on Linux Mint 19.1

Latest update, having made a few tweaks I've just sent this version to @shutter 

Current Version

@VileReynard Will the source code be of any use to you it's written in C++?

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Fast Image Resizer on Linux Mint 19.1

I wouldn't really understand C++ - but I could surely compile it, assuming its got standard make instructions and give it a try.

But if it needs some re-packaging etc then I can continue to use standard CLI resizing commands.

"In The Beginning Was The Word, And The Word Was Aardvark."

Anonymous
Not applicable

Re: Fast Image Resizer on Linux Mint 19.1

That's fair enough @VileReynard but in order to compile it you will need a working (Open Source) installation of Qt with a GCC Toolchain as Qt use a .pro file for it's build process if you're happy with this let me know.

I do have an Installer that I built for @shutter but I'd need your email address (PM'd) if you wanted this as an alternative.

 

VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Fast Image Resizer on Linux Mint 19.1

@Anonymous - thanks - but that sounds like a lot of complexity far beyond what I'd be capable of doing!

Thanks anyway.

"In The Beginning Was The Word, And The Word Was Aardvark."

Anonymous
Not applicable

Re: Fast Image Resizer on Linux Mint 19.1

You're welcome, does no harm to ask.