Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with Tif compressioin parameters?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01039665
Message ID:
01039704
Vues:
19
Regarding TIFF images...

Compression:
#DEFINE EncoderValueCompressionLZW 2
#DEFINE EncoderValueCompressionCCITT3 3
#DEFINE EncoderValueCompressionCCITT4 4
#DEFINE EncoderValueCompressionRle 5
#DEFINE EncoderValueCompressionNone 6

ColorDepth:
1
4
8
24
32

SaveFlag:
#DEFINE EncoderValueMultiFrame 18

I posted a list of GDI+ constants on my blog sometime ago, you might want to check it out...

http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,2d3a877d-3502-4650-bff3-c06c736dc177.aspx


>When using SaveToFile of an object of GDI+ Image Class, one could save a tif image like this:
>
>m.obmp.SaveToFile("c:\example.tif","image/tiff","compression=VALUE,colordepth=VALUE,saveflag=VALUE")
>
>
>What are the values for these encoder parameters?:
>
>compression, colordepth, saveflag
>
>
>TIA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform