System::Drawing::Image::Save metodo
Contenuti
[
Nascondere
]Image::Save(const SharedPtr<System::IO::Stream>&, const Imaging::ImageCodecInfoPtr&, const Imaging::EncoderParametersPtr&) method
Salva l’immagine rappresentata dall’oggetto corrente nello stream specificato utilizzando l’encoder e i parametri dell’encoder specificati.
void System::Drawing::Image::Save(const SharedPtr<System::IO::Stream> &stream, const Imaging::ImageCodecInfoPtr &encoder, const Imaging::EncoderParametersPtr &encoder_params)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | const SharedPtr<System::IO::Stream>& | Uno stream per salvare l’immagine |
| encoder | const Imaging::ImageCodecInfoPtr& | L’encoder da utilizzare |
| encoder_params | const Imaging::EncoderParametersPtr& | I parametri dell’encoder da utilizzare |
Vedi anche
- Typedef SharedPtr
- Class Stream
- Typedef ImageCodecInfoPtr
- Typedef EncoderParametersPtr
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++
Image::Save(const SharedPtr<System::IO::Stream>&, const Imaging::ImageFormatPtr&) method
Salva l’immagine rappresentata dall’oggetto corrente nello stream specificato nel formato specificato.
void System::Drawing::Image::Save(const SharedPtr<System::IO::Stream> &stream, const Imaging::ImageFormatPtr &format)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | const SharedPtr<System::IO::Stream>& | Uno stream per salvare l’immagine |
| formato | const Imaging::ImageFormatPtr& | Un formato in cui salvare l’immagine |
Vedi anche
- Typedef SharedPtr
- Class Stream
- Typedef ImageFormatPtr
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++
Image::Save(const String&) method
Salva l’immagine rappresentata dall’oggetto corrente nel file specificato in formato PNG.
void System::Drawing::Image::Save(const String &filename)
| Parametro | Tipo | Descrizione |
|---|---|---|
| filename | const String& | Il nome del file in cui salvare l’immagine |
Vedi anche
- Class String
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++
Image::Save(const String&, const Imaging::ImageCodecInfoPtr&, const Imaging::EncoderParametersPtr&) method
Salva l’immagine rappresentata dall’oggetto corrente nel file specificato usando il codificatore e i parametri del codificatore specificati.
void System::Drawing::Image::Save(const String &filename, const Imaging::ImageCodecInfoPtr &encoder, const Imaging::EncoderParametersPtr &encoder_params)
| Parametro | Tipo | Descrizione |
|---|---|---|
| filename | const String& | Il nome del file in cui salvare l’immagine |
| encoder | const Imaging::ImageCodecInfoPtr& | L’encoder da utilizzare |
| encoder_params | const Imaging::EncoderParametersPtr& | I parametri dell’encoder da utilizzare |
Vedi anche
- Class String
- Typedef ImageCodecInfoPtr
- Typedef EncoderParametersPtr
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++
Image::Save(const String&, const Imaging::ImageFormatPtr&) method
Salva l’immagine rappresentata dall’oggetto corrente nel file specificato nel formato specificato.
void System::Drawing::Image::Save(const String &filename, const Imaging::ImageFormatPtr &format)
| Parametro | Tipo | Descrizione |
|---|---|---|
| filename | const String& | Il nome del file in cui salvare l’immagine |
| formato | const Imaging::ImageFormatPtr& | Un formato in cui salvare l’immagine |
Vedi anche
- Class String
- Typedef ImageFormatPtr
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++