Show Focus Points

2019 update released! Check out download page for details
Show Focus Points is a plugin for Adobe Lightroom. It shows you which focus points were selected by your camera when the photo was taken.

App

Key features

Show Focus Points is a plugin for Adobe Lightroom which shows you which of your camera's focus points were used when you took a picture.

  • Works with images made by any Canon EOS or Nikon DSLR camera (and now some Sony)

    For a full list of cameras, check out the F.A.Q.

  • Works on Mac OS X and on Windows

  • Shows all focus metadata

    Besides showing the position of the focus points used, provides all available info such as focus distance, focus mode etc. Also supports images cropped or rotated in Lightroom.

  • Works in Lightroom 5 and above

    Works with all current Lightroom versions

  • Easy-to-use interface

    Use the photostrip to switch from one image to another

Screenshots

Below find some screenshots of the plugin in action.
Click on the images to enlarge them.

  • Screenshot1
  • Screenshot2
  • Screenshot3
  • Screenshot4
  • Screenshot5
  • Screenshot6

Download

System requirements: Works in all Lightroom versions (CC, Classic) above 5 and currently only supports Canon and Nikon DSLR (and some Sony).

Download Mac-only version (6.6 MB)

Download Windows-only version (14 MB)

Download version containing both Mac+Windows versions (20 MB)

Donate with PayPal: liste garages agr%C3%A9%C3%A9s allianz france


Current version: V1.03, last changes:
V1.03 (Dec. 2019)
- Adds macOS Catalina (10.15) support
- Adds support for Nikon D7500, D3400, D3500, D5, D850. More cameras coming soon
- Fixes issue with wrongly scaled display on large monitors on Windows

Liste Garages Agr%c3%a9%c3%a9s Allianz France Here

<div id="garages-liste"> <h1>Liste des garages agréés Allianz France</h1> <form> <label for="departement">Rechercher par département :</label> <input type="text" id="departement" name="departement" /> <button type="submit">Rechercher</button> </form> <ul> <!-- Liste des garages agréés --> <li> <h2> Garage 1</h2> <p>Adresse : 12 rue de la Paix, 75002 Paris</p> <p>Téléphone : 01 42 33 44 55</p> </li> <!-- ... --> </ul> </div> #garages-liste ul { list-style: none; padding: 0; margin: 0; }

#garages-liste li h2 { font-size: 18px; margin-top: 0; } liste garages agr%C3%A9%C3%A9s allianz france

#garages-liste li { margin-bottom: 20px; padding: 20px; border: 1px solid #ddd; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } Liste des garages agréés Allianz France&lt

#garages-liste li p { font-size: 14px; margin-bottom: 10px; } // Utilisation de l'API d'Allianz France pour récupérer la liste des garages agréés fetch('https://api.allianz.fr/garages-agrees') .then(response => response.json()) .then(data => { const garages = data.garages; const listeGarages = document.querySelector('#garages-liste ul'); garages.forEach(garage => { const li = document.createElement('li'); li.innerHTML = ` <h2>${garage.nom}</h2> <p>Adresse : ${garage.adresse}</p> <p>Téléphone : ${garage.telephone}</p> `; listeGarages.appendChild(li); }); }) .catch(error => console.error('Erreur :', error)); Rechercher par département :&lt

Code exemple :

<div id="garages-liste"> <h1>Liste des garages agréés Allianz France</h1> <form> <label for="departement">Rechercher par département :</label> <input type="text" id="departement" name="departement" /> <button type="submit">Rechercher</button> </form> <ul> <!-- Liste des garages agréés --> <li> <h2> Garage 1</h2> <p>Adresse : 12 rue de la Paix, 75002 Paris</p> <p>Téléphone : 01 42 33 44 55</p> </li> <!-- ... --> </ul> </div> #garages-liste ul { list-style: none; padding: 0; margin: 0; }

#garages-liste li h2 { font-size: 18px; margin-top: 0; }

#garages-liste li { margin-bottom: 20px; padding: 20px; border: 1px solid #ddd; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#garages-liste li p { font-size: 14px; margin-bottom: 10px; } // Utilisation de l'API d'Allianz France pour récupérer la liste des garages agréés fetch('https://api.allianz.fr/garages-agrees') .then(response => response.json()) .then(data => { const garages = data.garages; const listeGarages = document.querySelector('#garages-liste ul'); garages.forEach(garage => { const li = document.createElement('li'); li.innerHTML = ` <h2>${garage.nom}</h2> <p>Adresse : ${garage.adresse}</p> <p>Téléphone : ${garage.telephone}</p> `; listeGarages.appendChild(li); }); }) .catch(error => console.error('Erreur :', error));

Code exemple :

Feedback

Feedback can be sent to or via the feedback form below. -Chris Reimold, author

*All fields are required.