Ask a Question related to Macromedia ColdFusion, Design and Development.
-
cosmits #1
can i reduce file size after upload ???
Hi
well - i forgot to mention the option in the previus topic -
once the user upload the file to the server
is it possible to manipulate the file size?
to reduce it ?
Do I need a Java object ?
cheers
Yariv
:)
cosmits Guest
-
Reduce File Size
Hi all, I have a couple of very very big pictures, would like to reduce the size down just enough to print out on letter size at a rought quality... -
How to Reduce a PDF file size??
I have a file size 65 MB, the less I can reduce the size is 58 MB using the PDF reduce size option, also I tried using colorsync utility, Quartz... -
Reduce file size as a batch
The reduce file size command doesn't seem to be available in the batch processing list. Does anyone know how to do this? -
Save As to reduce file size
I make an illustration and save it. The AICS file is now, let's say, 200KB. I reopen, add a file-enlarging element (brush strokes, a gradient... -
CAN I CHANGE SIZE (PIXELS) OF A PROJECTOR TO REDUCE THE FILE SIZE?
as far as I know you would have to transform bitmap scale all bitmap members to the new size, then readjust their positions to score, and adjust... -
TA-Selene #2
Re: can i reduce file size after upload ???
There are three ways I know of to reduce the size of a file:
- Delete it
- Remove some of the contents
- Zip it up
TA-Selene Guest
-
cosmits #3
Re: can i reduce file size after upload ???
Hi selene
sure enough - Remove some of the contents -
same as taking an image file into photoshop
and changing the Image size property
would result in a smaller resolution or image dimensions
hence - smaller file size.
but how can I integrate this functionality on the server ?
any Ideas ?
cheers
Yariv :)
cosmits Guest
-
mpwoodward *TMM* #4
Re: can i reduce file size after upload ???
On 2005-06-11 07:16:53 -0500, "cosmits" <webforumsuser@macromedia.com> said:
There are some CFCs that can resize images for you--here's one example> Hi selene
> sure enough - Remove some of the contents - same as taking an image
> file into photoshop and changing the Image size property
> would result in a smaller resolution or image dimensions
> hence - smaller file size.
>
> but how can I integrate this functionality on the server ?
> any Ideas ?
> cheers
> Yariv :)
(there are others out there as well, and I believe some free ones are
available):
[url]http://alagad.com/index.cfm/name-aic[/url]
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
TA-Selene #5
Re: can i reduce file size after upload ???
As Matt stated, there are many tools/tags out there that allow you to shrink an
image - or resize it - to a smaller size. I think CFX_Image was a good one,
not sure if it is still around.
I didn't suggest that originally, becuase you didn't specify you were talking
about images. I was thinking about files in general, which would be difficult.
TA-Selene Guest
-
cosmits #6
Re: can i reduce file size after upload ???
Thank you Matt and selene
your advice sure contribute
if you come to remember any other cfc or tag in particular
it would be apretiated
cheers
Yariv
:)
cosmits Guest
-
benkayuk #7
Re: can i reduce file size after upload ???
Hi all,
I'm currently trying to use JPegResizer, which is available as free download
in the Exchange.
My question is (as I've never used CFX extensions or anything before) do CFX
applets etc run on any platform, I mean Coldfusion on windows or mac, does that
make a difference?
I ask because I'm having problems (CFMX 7 on JRUN4 on mac os x), none of my
images are resized down. I should just be able to make a "custom tag path" to
the folder where the .class file is, register the CFX extension, and it should
run right?
Any ideas at all?
Ben
benkayuk Guest
-
mpwoodward *TMM* #8
Re: can i reduce file size after upload ???
On 2005-06-14 03:45:26 -0500, "benkayuk" <webforumsuser@macromedia.com> said:
I don't know anything about JpegResizer specifically, but theoretically> Hi all,
>
> I'm currently trying to use JPegResizer, which is available as free
> download in the Exchange.
>
> My question is (as I've never used CFX extensions or anything before)
> do CFX applets etc run on any platform, I mean Coldfusion on windows or
> mac, does that make a difference?
if it's a CFX tag it should work on any platform.
Do you get any errors or do the images just not get resized? Do you> I ask because I'm having problems (CFMX 7 on JRUN4 on mac os x), none
> of my images are resized down. I should just be able to make a "custom
> tag path" to the folder where the .class file is, register the CFX
> extension, and it should run right?
know if there's a specific Java version requirement for JpegResizer?
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
cosmits #9
Re: can i reduce file size after upload ???
Does the tag resize only jpeg image files ?
cosmits Guest
-
PaulH #10
Re: can i reduce file size after upload ???
just to further complicate your life, you also might want to have a look at [url]http://www.olimpo.ch/tmt/cfc/tmt_img/[/url] which can handle jpeg and png.
PaulH Guest



Reply With Quote

