Thumbnails

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

Thumbnails

Post by zzjean »

How could I :

have thumbnails of 3/2 proportions (ie 180x120 or a little smaller)

see thumbnails for pictures dimensions 4256x2832 - actually, it indicate "Too Large"

thank you

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Thumbnails

Post by j_c_hallgren »

In Config>Thumbnails, you can define the sizes to be used via pulldowns...I have 128x96 as my 3rd so...
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

Re: Thumbnails

Post by zzjean »

OK, I'd seen but 128x96 = 4x3 I'd like 3x2 (my camera is 24x36) It would fit better !

and the pictures are 4256x2832 -

and I can not show the RAW files (NEF Nikon) since I've Win 764 bits :x

but I like XYplorer It's wonderfull

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Thumbnails

Post by j_c_hallgren »

zzjean wrote:OK, I'd seen but 128x96 = 4x3 I'd like 3x2 (my camera is 24x36) It would fit better !
You could maybe try 180 x 128?...as 128 is close to the 119 that would compute to the 3x2 ratio...and it's just a thumbnail so a bit of stretching shouldn't hurt that much (hopefully).

Also, I suspect the RAW thing is more of a unique file format issue rather than OS...though as I don't have a camera that uses RAW, I've never checked on this much.
Last edited by j_c_hallgren on 24 Nov 2009 16:48, edited 1 time in total.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Thumbnails

Post by serendipity »

zzjean wrote:OK, I'd seen but 128x96 = 4x3 I'd like 3x2 (my camera is 24x36) It would fit better !
You can add your own thumb sizes to the XYplorer.ini file. Go to menu "Tools>Open Configuration file" and go to section "Thumbs" and change the thumbs sizes. See here:
http://88.191.26.34/XYwiki/index.php/IN ... ails_Sizes

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Thumbnails

Post by j_c_hallgren »

serendipity wrote:You can add your own thumb sizes to the XYplorer.ini file. Go to menu "Tools>Open Configuration file" and go to section "Thumbs" and change the thumbs sizes.
:oops: It's been way too long since I did that so I'd totally forgotten about that...DUH!
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

Muroph
Posts: 561
Joined: 21 Aug 2007 16:13

Re: Thumbnails

Post by Muroph »

zzjean wrote:see thumbnails for pictures dimensions 4256x2832 - actually, it indicate "Too Large"
zzjean wrote:I'd like 3x2 (my camera is 24x36) It would fit better
you can fix them with 2 ini tweaks.
save your settings, run this script and enter the value you want.

Code: Select all

getkey $MaxArea,MaxArea,thumbs;
	getkey $ThumbSizes,ThumbSizes,thumbs;
	$MaxArea=input("XY Tweaks","max area of thumbed images, 0 = unlimited",$MaxArea);
	$ThumbSizes=input("XY Tweaks","Tweak: comma-separated list of values used for width and height in pixels",$ThumbSizes);
	setkey $MaxArea,MaxArea,thumbs;
	setkey $ThumbSizes,ThumbSizes,thumbs;
	#190;
PS: this is based on a script i use to change some common tweaks.
i'll post the full version later.

PPS: damn! i was too slow! :mrgreen:
My shared scripts:
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...

zzjean
Posts: 115
Joined: 22 Nov 2009 14:56

Re: Thumbnails

Post by zzjean »

thank you everybody. It's perfect - you're very good !

Post Reply