openpencil/packages/docs/it/user-guide/exporting.md
Danila Poyarkov 36a3257d29 Remove implementation details from user guide
Replace internal references (Yoga, CanvasKit, Paragraph API, style runs,
characterStyleIDs, vectorNetworkBlob, Kiwi binary, scene graph, font-kit,
Local Font Access API, COMPONENT type, override key format, hex codes, px
specs) with user-facing language across all 7 locales.
2026-03-08 12:55:25 +03:00

52 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Esportazione
description: Esportare immagini (PNG, JPG, WEBP, SVG) e gestire file .fig in OpenPencil.
---
# Esportazione
## Esportazione immagini
Seleziona un nodo e usa la sezione Export nel pannello proprietà.
### Impostazioni di esportazione
- **Scala** — 0,5×, 0,75×, 1×, 1,5×, 2×, 3× o 4× (nascosta per SVG — i vettori sono indipendenti dalla risoluzione)
- **Formato** — PNG (sfondo trasparente), JPG (sfondo bianco), WEBP (sfondo trasparente), SVG (vettore)
### Metodi di esportazione
| Metodo | Mac | Windows / Linux |
|--------|-----|-----------------|
| Scorciatoia tastiera | <kbd></kbd><kbd></kbd><kbd>E</kbd> | <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>E</kbd> |
| Menu contestuale | Tasto destro <kbd></kbd> Esporta… | Tasto destro <kbd></kbd> Esporta… |
| Pannello proprietà | Pulsante "Esporta" | Pulsante "Esporta" |
## Copia come
Il menu contestuale **Copia come** offre formati aggiuntivi:
| Action | Mac | Windows / Linux |
|--------|-----|-----------------|
| Copia come testo | — | — |
| Copia come SVG | — | — |
| Copia come PNG | <kbd></kbd><kbd></kbd><kbd>C</kbd> | <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>C</kbd> |
| Copia come JSX | — | — |
## Operazioni file .fig
| Action | Mac | Windows / Linux |
|--------|-----|-----------------|
| Apri | <kbd></kbd><kbd>O</kbd> | <kbd>Ctrl</kbd> + <kbd>O</kbd> |
| Salva | <kbd></kbd><kbd>S</kbd> | <kbd>Ctrl</kbd> + <kbd>S</kbd> |
| Salva come | <kbd></kbd><kbd></kbd><kbd>S</kbd> | <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>S</kbd> |
I file salvati sono compressi e includono una miniatura per l'anteprima nel file manager.
Compatibilità round-trip con Figma.
## Suggerimenti
- Usa scala 2× o 3× per schermi ad alta risoluzione.
- JPG usa sempre sfondo bianco — usa PNG o WEBP per la trasparenza.
- Usa l'export SVG per la modifica vettoriale in editor di codice o Illustrator.