Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed

Export to – How will the image be exported:

  • New Drawing – In a new CAD Drawing
  • Current Drawing – Into the Current CAD Drawing
  • Selected Image – Out to the Selected Image's file.

Image Removed
Image Operation –  This sets the method by which the Destination (Image File) is combined with the Source (exported 2D Objects). The color is combined for each RGB color channel per pixel.

...

Image Added

Exportieren nach - legt fest, wie das Bild exportiert wird:

  • Neue Zeichnung - in eine neue CAD-Zeichnung.
  • Aktuelle Zeichnung - in die aktuelle CAD-Zeichnung.
  • Ausgewähltes Bild - in die ausgewählte Bilddatei.

Image Added

Bildvorgang - legt die Methode fest, durch die das Ziel (die Bilddatei) mit der Quelle (exportierte 2D-Objekte) kombiniert wird. Die Farbe wird für jeden RGB-Farbkanal pro Pixel kombiniert.

  • Hinzufügen - Ziel = Ziel + Quelle (wenn die Summe größer als 255 ist, ist das Ergebnis 255)
  • Und - Ziel = Ziel & Quelle (binäres UND zwei Bilder)
  • Xor - Ziel = Ziel xor Quelle (binäres XOR zwei Bilder)
  • Oder - Ziel = Ziel oder Quelle (binäres ODER zwei Bilder)
  • Kopieren - Ziel = Quelle
  • Sub - Ziel = Ziel - Quelle
  • Überblenden – Ziel = Quelle + Degradierung
  • Bildschirm - Ziel = Ziel + Quelle + Degradierung (das sich ergebende Bild hat eine hellere Tonalität)
  • Durchschnitt - Ziel = (Ziel + Quelle) / 2