Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From Photoshop to Bridge
Message
De
15/05/2016 19:42:21
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01636402
Message ID:
01636422
Vues:
60
Hi Steve,

what are you doing with Photoshop?

The reason I ask is that ImageMagick is the program used for most web image conversion processes. You can run it through shell execution. There's also a Python library, which you could site behind CherryPy (a 12-line web service) to easy access from VFP.

Hank

>Hi:
>Is it possible to do a createobject to a) bring up instances of Photoshop and Bridge b) and to check if their processes have already instantiated? There seems to be more than one name for Photoshop-type objects?
>
>At the moment, I have Photoshop up. In Foxpro, with the following, I can see that oMyObject = "C" but that does not reflect whether the process itself exists. Maybe there is another way to tell? I can't find my book by Tamar that tells, I believe, how to know if an instance of Excel exists?
>
>
>set step on
>oMyObject = "Photoshop.Application"
>IF VARTYPE(oMyObject)<>"O"    ** or if I use "C"
>    oMyObject=CreateObject(oMyObject)
>ENDIF
>
>
>Thank you,
>Steve
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform