Newbies cabrercm Posted October 19, 2010 Newbies Posted October 19, 2010 I'm using version 2.76, and when I try to save any image, either through right-clicking the image, or using a custom script that uses SCDownload, it always converts it to jpeg. Is there a way to download the original file and not have it convert the format?
Smef Posted October 19, 2010 Posted October 19, 2010 Make sure you are not specifying a width and height when you call your download function. Setting and width and height will download the preview of that size that supercontainer renders for you. Leaving the width and height out of your function call will download the original file for you. If you specify a width and height in your URL you will be seeing a .jpg which is resized to the width and height you specify. I recommend not using an URL parameters, such as width, height, or the noapplet style. This will let you use the java applet, which will automatically resize your images for you. You can then right-click on the image to download the original file.
Valentin Posted October 27, 2010 Posted October 27, 2010 Also, please make sure you're using a current version of SuperContainer, there was a bug in an older version that matches some of the behavior you're describing. http://360works.com/supercontainer/
Recommended Posts
This topic is 5139 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now