Topic: optimizing images in flash (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: New York City |
posted 09-02-2003 13:09
I am having difficulty. I am trying to put up some examples of my portfolio using snagit. When I capture one page of my site and bring it into photoshop, change resolution to 72, resize it to w=280px h=225px, save as .jpg and bring it into Flash- it looks all pixelated- quality is soooooo poor. |
Maniac (V) Inmate From: Boston, MA, USA |
posted 09-02-2003 16:28
First of all, try saving the image in png format and importing that into Flash. Flash will convert to jpeg, so it gets mangled twice if the original is jeg to begin with. |
Paranoid (IV) Inmate From: the space between us |
posted 09-02-2003 16:57
you might have also a look at this...that won't help you much, but its related to the topic. |
Maniac (V) Mad Scientist From: TipToToe |
posted 09-02-2003 18:28
yah PNG24s are the gee-oh where ever possible. |
Bipolar (III) Inmate From: New York City |
posted 09-03-2003 00:17
Thanks all. I will re-post with my progress. |
Bipolar (III) Inmate From: New York City |
posted 09-03-2003 03:01
I imported as a .png and altered the publishing settings to 100%. I also tried Wead's advice- to no avail. I read the articles- sure that relates to my situation- and supports .png format! Still no progress. I posted the png in question. I am making it pretty small h=280px x w=whatever it come out to be. Looks all pixelated. Listen to this: I imported teh png at its original size, something like 500px x 400px. I import that and re-scale it to w=280px. Looks pretty damn good. But this cannot be the only way- because its still a 500x400 size image simply resized! My coworker said I am screwed because I am starting with a 72 dpi image. |
Maniac (V) Mad Scientist From: TipToToe |
posted 09-03-2003 04:57
.fla n such > http://mmmhmmm.com/rubbish-bin/pleasent.zip |
Bipolar (III) Inmate From: New York City |
posted 09-04-2003 01:11
Thanks Weadah. Let me play with it for a bit and see what happens- thanks! |
Maniac (V) Inmate From: Boston, MA, USA |
posted 09-04-2003 05:09
quote:
|
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 09-04-2003 17:14
*agrees with steve* |
Bipolar (III) Inmate From: New York City |
posted 09-05-2003 02:27
1. I tried to use the settings within snagit: Prior to capturing the image- I set my res to 300 and size to width=280px. Imported into Flash and boom- no difference. I think its the Flash settings, which I changed to 100% jpg quality. The key is resizing it as explained on the snagit support page. It says there is image quality degradation when minimizing size. |
Maniac (V) Inmate From: Boston, MA, USA |
posted 09-05-2003 04:34
CRO8: can you post anything to look at? I can't visualize what you mean by "pixelated". |
Bipolar (III) Inmate From: New York City |
posted 09-05-2003 14:39
I will post the sample later tonight. |
Bipolar (III) Inmate From: New York City |
posted 09-06-2003 00:08
pixelated in flash |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 09-06-2003 01:53
ok, from what i can tell the problem doesn't lie in flash, you're simply taking a low-res image and trying to blow it up farther than its detail allows. no matter how high-res you capture it at those pixels only exist at 72dpi as far as their detail and are going to pixelate as they get bigger. |
Bipolar (III) Inmate From: New York City |
posted 09-06-2003 02:18
OK. Let me see if I follow: Even though I set my snagit resolution to 300px prior to capturing, I captured a 72 dpi image (website) so I lost pixels as it went to 300 resolution- its still 72, but blown up to 300. Is that it? |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 09-06-2003 03:15
well, think of it like any image you've got in photoshop: there's only a certain number of pixels. when you screen cap something you're taking it in a bitmapped form (as opposed to vector) so its not going to scale, as you scale it up the pixels are going to get bigger. |
Bipolar (III) Inmate From: New York City |
posted 09-06-2003 16:26
ahhh. yes, yes, yes. Alrighty- thanks. |
Obsessive-Compulsive (I) Inmate From: Boston, MA USA |
posted 09-13-2003 00:31
I found a solution! At least this is what has worked for me in the past.... |
Bipolar (III) Inmate From: New York City |
posted 09-20-2003 05:23
Thanks dege and welcome to the asylum. see the faq |
Maniac (V) Inmate From: Brisbane, Australia |
posted 09-21-2003 00:59
Actually, when trying to position bitmap images in flash, I've found it's better to round off the x/y to the nearest whole and to resize the size of the images by -0.1 (so a 200 wide image becomes 199.9). This is because the image smoothing (that you can't turn off, even if you uncheck the "allow smoothing" option for the image source in the library) in flash seems to smudge the images to the left and right by 1 extra pixel than it's current width. Resizing the image by +0.1 will make it look better (and avoid the 1 pixel border clipping issue that can also happen as it forces the boundry of the image to be larger), but the image will actually display 1.0 pixel bigger to the left and right, which can be a ripe pain if you're after pixel perfect alignments using actionscript to dynamically position elements. |