简体   繁体   中英

Install Gimp at web server

I want to take an HTTP GET request on my server and then run GIMP script-fu based on the parameters sent by the request. So, I need to first install GIMP on my server right? Care to tell me how to install GIMP on a web server?

Depends on the server OS (and on the distro type, if Linux). It can be as simple as apt install gimp for a Debian-style distro (Debian, Ubuntu) or yum install gimp for the RedHat variants.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM