IM Studio Not Accessible. Raw Code Displayed. !/usr/bin/perl
Posted: 2015-08-26T11:48:34-07:00
Hello Support,
ImageMagick Studio is not accessible online. We tried different web browsers. No access. The Studio link forwards to the following link:
http://transloadit.imagemagick.org/Magi ... Studio.cgi
which displays the following:
#!/usr/bin/perl
#
###############################################################################
# #
# #
# #
# M M AAA GGGG IIIII CCCC K K #
# MM MM A A G I C K K #
# M M M AAAAA G GG I C KKK #
# M M A A G G I C K K #
# M M A A GGG IIIII CCCC K K #
# #
# SSSSS TTTTT U U DDDD IIIII OOO #
# SS T U U D D I O O #
# SSS T U U D D I O O #
# SS T U U D D I O O #
# SSSSS T UUU DDDD IIIII OOO #
# #
# #
# Image Convert, Edit, and Compose on the Web #
# #
# #
# Software Design #
# John Cristy #
# November 1997 #
# #
# #
# Copyright (C) 1999-2004 ImageMagick Studio LLC, a non-profit organization #
# dedicated to making software imaging solutions freely available. #
# #
# You may not use this file except in compliance with the License. You may #
# obtain a copy of the License at #
# #
# http://www.imagemagick.org/www/Copyright.html #
# #
# Unless required by applicable law or agreed to in writing, software #
# distributed under the License is distributed on an "AS IS" BASIS, #
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
# See the License for the specific language governing permissions and #
# limitations under the License. #
# #
###############################################################################
#
# Magick Studio is a Web interface to PerlMagick that can read and write
# many of the more popular image formats including JPEG, TIFF, PNM, GIF, and
# Photo CD. In addition you can interactively resize, rotate, sharpen, color
# reduce, or add special effects to your image and save the completed work in
# the same or differing image format.
#
#
use CGI;
use CGI::Carp qw/fatalsToBrowser/;
use Sys::Hostname;
The above is a small excerpt of the raw code.
Any assistance to restore ImageMagick Studio online would be greatly appreciated. We have been using this valuable service for years.
Thank you for your time and consideration.
Artview
ImageMagick Studio is not accessible online. We tried different web browsers. No access. The Studio link forwards to the following link:
http://transloadit.imagemagick.org/Magi ... Studio.cgi
which displays the following:
#!/usr/bin/perl
#
###############################################################################
# #
# #
# #
# M M AAA GGGG IIIII CCCC K K #
# MM MM A A G I C K K #
# M M M AAAAA G GG I C KKK #
# M M A A G G I C K K #
# M M A A GGG IIIII CCCC K K #
# #
# SSSSS TTTTT U U DDDD IIIII OOO #
# SS T U U D D I O O #
# SSS T U U D D I O O #
# SS T U U D D I O O #
# SSSSS T UUU DDDD IIIII OOO #
# #
# #
# Image Convert, Edit, and Compose on the Web #
# #
# #
# Software Design #
# John Cristy #
# November 1997 #
# #
# #
# Copyright (C) 1999-2004 ImageMagick Studio LLC, a non-profit organization #
# dedicated to making software imaging solutions freely available. #
# #
# You may not use this file except in compliance with the License. You may #
# obtain a copy of the License at #
# #
# http://www.imagemagick.org/www/Copyright.html #
# #
# Unless required by applicable law or agreed to in writing, software #
# distributed under the License is distributed on an "AS IS" BASIS, #
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
# See the License for the specific language governing permissions and #
# limitations under the License. #
# #
###############################################################################
#
# Magick Studio is a Web interface to PerlMagick that can read and write
# many of the more popular image formats including JPEG, TIFF, PNM, GIF, and
# Photo CD. In addition you can interactively resize, rotate, sharpen, color
# reduce, or add special effects to your image and save the completed work in
# the same or differing image format.
#
#
use CGI;
use CGI::Carp qw/fatalsToBrowser/;
use Sys::Hostname;
The above is a small excerpt of the raw code.
Any assistance to restore ImageMagick Studio online would be greatly appreciated. We have been using this valuable service for years.
Thank you for your time and consideration.
Artview