Author Topic: Bin-Code in der Beschreibung eines Bildes  (Read 3498 times)

0 Members and 1 Guest are viewing this topic.

Offline jenoptiker

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • http://www.foto-board.de.vu
Bin-Code in der Beschreibung eines Bildes
« on: August 29, 2002, 11:26:02 AM »
Hallo miteinander,

ichhabe mir gestern das Board installiert, ist wirklich sehr einfach nun klappt eigentlich schon fast alles. Nur ist mir nach dem Hochladen eines Bildes etwas merkwürdiges aufgefallen, schaut selbst: http://kontur.homelinux.org/foto-board/4images/details.php?image_id=7

...Weiss jemand woran das liegen kann??

MfG
Tim.

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Bin-Code in der Beschreibung eines Bildes
« Reply #1 on: August 29, 2002, 11:41:47 AM »
Ich vermute mal, dass das Bild mit einer Digitalkamera gemacht wurde und irgendwelche Informationen im Bild mitgespeichert wurden die als IPTC Informationen erkannt werden.

IPTC Infos können z.B. mit Photoshop direkt im Bild gespeichert werden (Beschreibung, Autor etc.) und werden von 4images ausgelesen und dargestellt.

Bei mir konnte ich das beheben in dem ich das Bild mit Photoshop ienfach nochmal neu abgespeichert werden.

Eine einfachere Variante wäre einfach diese Abschnit aus dem Template details.html zu entfernen:

Code: [Select]
{if iptc_info} <br />
<table width="100%" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td class="bordercolor">
      <table width="100%" border="0" cellpadding="3" cellspacing="0">
        <tr>
          <td class="head1" valign="top" colspan="2">IPTC Info</td>
        </tr>
        {iptc_info}
      </table>
    </td>
  </tr>
</table>
{endif iptc_info}

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline jenoptiker

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • http://www.foto-board.de.vu
Problem erkannt Problem gebannt!
« Reply #2 on: August 29, 2002, 12:03:42 PM »
Hallo Jan,

also ich muss sagen, der Support hier ist vorbildlich :!:
Dein Rat schafte Abhilfe, merci!  :wink:


MfG
Tim.