[OT] IrfanView 3.98 has been released!

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Stefanschweter
Junior Member
Junior Member
Posts: 6
Joined: 2004-09-08, 13:02 UTC
Contact:

Post by *Stefanschweter »

Hi,

a redesign of the the settings dialog definitly necessary !

The new function in IrfanView 4, the skin bar , is a right step towards a new interface: for example a treeview instead of the old tabs, that should not be to complicated to implement.

all in all irfanview is a great tool and i use it, of course, every day :D
User avatar
Sam_Zen
Power Member
Power Member
Posts: 700
Joined: 2005-02-08, 22:59 UTC
Location: NL
Contact:

Post by *Sam_Zen »

Recently I joined as moderator of the IV forum, and I already started a topic there, about the ridiculous Misc 1-2-3
which is a total mess. And asked for a reorganization.
0.618033988
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

It seems that resampling by command line does no longer work in IV4:

Code: Select all

i_view32.exe src.jpg /resample=(40,40) /convert=dst.jpg /aspectratio
though resizing works fine:

Code: Select all

i_view32.exe src.jpg /resize=(40,40) /convert=dst.jpg /aspectratio
Resampling does not change the size of the image at all while resizing does it. Can anyone please confirm?
Thanks!
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3893
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

The /resample is an additional option to use with /resize !

Use:

Code: Select all

i_view32.exe src.jpg /resize=(40,40) /resample /aspectratio /convert=dst.jpg
#5767 Personal license
User avatar
tbeu
Power Member
Power Member
Posts: 1354
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Post by *tbeu »

Thank you. I had in mind that /resample did work without /resize for previous IV versions. I obviously was wrong.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
Post Reply