Re: [Flashcoders] jpeg enhancement

2009-02-05 Thread [p e r c e p t i c o n]
just the sort of thing i'm looking to do...perfect
thanks

percy

On Thu, Feb 5, 2009 at 12:17 AM, Hans Wichman <
j.c.wich...@objectpainters.com> wrote:

> Hi,
> assuming you are using as2?
> http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html
>
> Besides that make sure that the source jpeg is a high quality one of
> course,
> smoothing a crappy jpeg is not going to make it better:)
>
> hth
> JC
>
> On Wed, Feb 4, 2009 at 7:18 PM, [p e r c e p t i c o n] <
> percepti...@gmail.com> wrote:
>
> > Hi,
> > I'm loading them...appreciate all the tips...
> > cheers
> >
> > percy
> >
> > On Wed, Feb 4, 2009 at 12:05 AM, Hans Wichman <
> > j.c.wich...@objectpainters.com> wrote:
> >
> > > Hi,
> > >
> > > are you loading them or are they in the library?
> > > greetz
> > > JC
> > >
> > >
> > >
> > > On Tue, Feb 3, 2009 at 3:45 PM, Matt S.  wrote:
> > >
> > > > As Laurent said, check the smoothing, eg "image.smoothing = true;" ,
> > > > that's almost always the issue, especially if they're being scaled
> > > > down and appearing jaggy. This is assuming you're not scaling your
> > > > JPG's > 100%, for which there's not much you can do, although
> > > > smoothing helps somewhat.
> > > >
> > > > .m
> > > >
> > > > On Mon, Feb 2, 2009 at 7:21 PM, [p e r c e p t i c o n]
> > > >  wrote:
> > > > > Hi All,I have some JPEGs that I display in my app...the problem is
> > that
> > > > the
> > > > > quality isn't so great...does anyone know of a way to enhance the
> > > quality
> > > > of
> > > > > a jpeg once you load it or am i skrewed
> > > > > thanks
> > > > > percy
> > > > > ___
> > > > > Flashcoders mailing list
> > > > > Flashcoders@chattyfig.figleaf.com
> > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > > >
> > > > ___
> > > > Flashcoders mailing list
> > > > Flashcoders@chattyfig.figleaf.com
> > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > >
> > > ___
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] jpeg enhancement

2009-02-05 Thread Hans Wichman
Hi,
assuming you are using as2?
http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html

Besides that make sure that the source jpeg is a high quality one of course,
smoothing a crappy jpeg is not going to make it better:)

hth
JC

On Wed, Feb 4, 2009 at 7:18 PM, [p e r c e p t i c o n] <
percepti...@gmail.com> wrote:

> Hi,
> I'm loading them...appreciate all the tips...
> cheers
>
> percy
>
> On Wed, Feb 4, 2009 at 12:05 AM, Hans Wichman <
> j.c.wich...@objectpainters.com> wrote:
>
> > Hi,
> >
> > are you loading them or are they in the library?
> > greetz
> > JC
> >
> >
> >
> > On Tue, Feb 3, 2009 at 3:45 PM, Matt S.  wrote:
> >
> > > As Laurent said, check the smoothing, eg "image.smoothing = true;" ,
> > > that's almost always the issue, especially if they're being scaled
> > > down and appearing jaggy. This is assuming you're not scaling your
> > > JPG's > 100%, for which there's not much you can do, although
> > > smoothing helps somewhat.
> > >
> > > .m
> > >
> > > On Mon, Feb 2, 2009 at 7:21 PM, [p e r c e p t i c o n]
> > >  wrote:
> > > > Hi All,I have some JPEGs that I display in my app...the problem is
> that
> > > the
> > > > quality isn't so great...does anyone know of a way to enhance the
> > quality
> > > of
> > > > a jpeg once you load it or am i skrewed
> > > > thanks
> > > > percy
> > > > ___
> > > > Flashcoders mailing list
> > > > Flashcoders@chattyfig.figleaf.com
> > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > > >
> > > ___
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] jpeg enhancement

2009-02-04 Thread [p e r c e p t i c o n]
Hi,
I'm loading them...appreciate all the tips...
cheers

percy

On Wed, Feb 4, 2009 at 12:05 AM, Hans Wichman <
j.c.wich...@objectpainters.com> wrote:

> Hi,
>
> are you loading them or are they in the library?
> greetz
> JC
>
>
>
> On Tue, Feb 3, 2009 at 3:45 PM, Matt S.  wrote:
>
> > As Laurent said, check the smoothing, eg "image.smoothing = true;" ,
> > that's almost always the issue, especially if they're being scaled
> > down and appearing jaggy. This is assuming you're not scaling your
> > JPG's > 100%, for which there's not much you can do, although
> > smoothing helps somewhat.
> >
> > .m
> >
> > On Mon, Feb 2, 2009 at 7:21 PM, [p e r c e p t i c o n]
> >  wrote:
> > > Hi All,I have some JPEGs that I display in my app...the problem is that
> > the
> > > quality isn't so great...does anyone know of a way to enhance the
> quality
> > of
> > > a jpeg once you load it or am i skrewed
> > > thanks
> > > percy
> > > ___
> > > Flashcoders mailing list
> > > Flashcoders@chattyfig.figleaf.com
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] jpeg enhancement

2009-02-04 Thread Hans Wichman
Hi,

are you loading them or are they in the library?
greetz
JC



On Tue, Feb 3, 2009 at 3:45 PM, Matt S.  wrote:

> As Laurent said, check the smoothing, eg "image.smoothing = true;" ,
> that's almost always the issue, especially if they're being scaled
> down and appearing jaggy. This is assuming you're not scaling your
> JPG's > 100%, for which there's not much you can do, although
> smoothing helps somewhat.
>
> .m
>
> On Mon, Feb 2, 2009 at 7:21 PM, [p e r c e p t i c o n]
>  wrote:
> > Hi All,I have some JPEGs that I display in my app...the problem is that
> the
> > quality isn't so great...does anyone know of a way to enhance the quality
> of
> > a jpeg once you load it or am i skrewed
> > thanks
> > percy
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] jpeg enhancement

2009-02-03 Thread Matt S.
As Laurent said, check the smoothing, eg "image.smoothing = true;" ,
that's almost always the issue, especially if they're being scaled
down and appearing jaggy. This is assuming you're not scaling your
JPG's > 100%, for which there's not much you can do, although
smoothing helps somewhat.

.m

On Mon, Feb 2, 2009 at 7:21 PM, [p e r c e p t i c o n]
 wrote:
> Hi All,I have some JPEGs that I display in my app...the problem is that the
> quality isn't so great...does anyone know of a way to enhance the quality of
> a jpeg once you load it or am i skrewed
> thanks
> percy
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] jpeg enhancement

2009-02-03 Thread laurent

If they are resized you should check the smooth option.
It will blur it a bit. So you could use little blur filter too or add a 
layer on top of it like a grid, we do that on fullscreen videos to hide 
the big squares of compression.

but you can't make more information appear from what you have.sorry :)
L

[p e r c e p t i c o n] a écrit :

Hi All,I have some JPEGs that I display in my app...the problem is that the
quality isn't so great...does anyone know of a way to enhance the quality of
a jpeg once you load it or am i skrewed
thanks
percy
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] jpeg enhancement

2009-02-02 Thread [p e r c e p t i c o n]
Hi All,I have some JPEGs that I display in my app...the problem is that the
quality isn't so great...does anyone know of a way to enhance the quality of
a jpeg once you load it or am i skrewed
thanks
percy
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders