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
Thumbnails
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: Thumbnails
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.
(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
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
but I like XYplorer It's wonderfull
and the pictures are 4256x2832 -
and I can not show the RAW files (NEF Nikon) since I've Win 764 bits
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
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).zzjean wrote:OK, I'd seen but 128x96 = 4x3 I'd like 3x2 (my camera is 24x36) It would fit better !
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.
(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
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:zzjean wrote:OK, I'd seen but 128x96 = 4x3 I'd like 3x2 (my camera is 24x36) It would fit better !
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
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.
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.
(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
zzjean wrote:see thumbnails for pictures dimensions 4256x2832 - actually, it indicate "Too Large"
you can fix them with 2 ini tweaks.zzjean wrote:I'd like 3x2 (my camera is 24x36) It would fit better
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;i'll post the full version later.
PPS: damn! i was too slow!
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...
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
thank you everybody. It's perfect - you're very good !
XYplorer Beta Club