Author Topic: Thumbs View - See pixel dimensions in tooltip info / info  (Read 4251 times)

Offline pmagi

  • Full Member
  • ***
  • Posts: 122
    • View Profile
Thumbs View - See pixel dimensions in tooltip info / info
« on: February 24, 2009, 04:40:30 AM »
Rgds
PM

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: Thumbs View - See pixel dimensions in tooltip info / info
« Reply #1 on: February 24, 2009, 06:39:38 AM »
Thumbs View - See pixel dimensions in tooltip info / info

Just add the appropriate variables to your Info Text.  {width}, {height}

-Kirk

Offline pmagi

  • Full Member
  • ***
  • Posts: 122
    • View Profile
Re: Thumbs View - See pixel dimensions in tooltip info / info
« Reply #2 on: February 24, 2009, 07:57:32 AM »
Ah, the old "read the manual" trick...;-)
Thanks!
PM

Offline kobold

  • Member
  • **
  • Posts: 51
    • View Profile
    • foto-kobold.de
Re: Thumbs View - See pixel dimensions in tooltip info / info
« Reply #3 on: February 25, 2009, 09:13:54 AM »
Hmm, not exactly what I'm looking for  ;)
What's about cropped images?
I'd like to have:

- "full cropped view" (instead of a "shield" within the whole image). I already requested this in another post.
- pixel information (size of cropped version)

Thank you.

Kind Regards

Klaus

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: Thumbs View - See pixel dimensions in tooltip info / info
« Reply #4 on: February 25, 2009, 09:31:55 AM »
Klaus,

Hmm, not exactly what I'm looking for  ;)
What's about cropped images?
I'd like to have:

- pixel information (size of cropped version)

Use the {cropwidth} and {cropheight} variables in your Info Text.

-Kirk