| 07 Jun 2012, 04:39 | |
|
Experienced Joined: 22 May 2012Posts: 33 |
I feature I wish Imagevue would have is that when displaying the EXIF-info (for example when hovering a fullsize image) I would like to be able to choose which info from the EXIF-info that shall be displayed, for example I might just want to show "Exposure", "Aperture" and "Focal Length".
Is this something that can be done? |
| 07 Jun 2012, 07:21 | Re: Request: Choose which EXIF-info to show |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
Is this something that can be done? Yes, but this requires you to edit one of the imagevue files: iv-includes/include/ivExifParser.class.php You can just comment- or comment out the properties you want to hide or display. Keep in mind this file will get overwritten with upgrades, so you will want to backup any changes you make. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 07 Jun 2012, 10:30 | Re: Request: Choose which EXIF-info to show |
|
Experienced Joined: 22 May 2012Posts: 33 |
Is this something that can be done? Yes, but this requires you to edit one of the imagevue files: iv-includes/include/ivExifParser.class.php You can just comment- or comment out the properties you want to hide or display. Keep in mind this file will get overwritten with upgrades, so you will want to backup any changes you make. Alright, thats a good enough solution for me as for now. If it can be built into settings in a future release that would ofcourse be awsome |
| 08 Jul 2012, 08:47 | Re: Request: Choose which EXIF-info to show |
|
Experienced Joined: 19 Jul 2008Posts: 127 |
how do i hide lens, lens info, white balance and focus distance??
|
| 08 Jul 2012, 09:39 | Re: Request: Choose which EXIF-info to show |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7279 |
how do i hide lens, lens info, white balance and focus distance?? Since there are basically 100s of different items, cascading across several formats (EXIF, XMP, IPTC), all this is stored in 3 files for the different formats, and you will need to edit the files to comment / comment-out the values that you want. iv-includes/include/ivExifParser.class.php iv-includes/include/ivIptcParser.class.php iv-includes/include/ivXmpParser.class.php We would have made it simpler, but with the amount of items available as you will see, it was not an option to add checkboxes for this in the admin. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |




