Nick(NR) Moderator

 Virtual Cash: 6200
Joined: 06 May 2006 Posts: 4397 Location: Medway, Kent Add Karma
 rated by 28 members
Add Comment
Show Comments
 |
Posted: Tue Sep 25, 2007 8:51 pm Post subject: |
|
|
Is there no way with java that can reduce an image shown by a percentage, rather than imposed image height and width as large pics with forced h&w reductions look incredibly poor on quality or is this not too much of an issue at this point, but of which can be come back to, when things get settled with it. _________________ CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.
The special one! |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34740
Joined: 22 May 2005 Posts: 21264
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Tue Sep 25, 2007 9:01 pm Post subject: |
|
|
For most purposes I will thumbnail in php, which works reasonably well, this will be the starting point for things like the online images. e.g. a thumbnail created server side and well.
As such I don't think we are going to need javascript to do the work, I don't think quality is going to be to much of a concern with the inherently distorted images in the "online wheel".
For the main images I am wondering if we could get away with 72x72 rather than 96x96. It may be a little small, but smaller is better for doing things with when screen space is limited. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
Bravo Expert

 Virtual Cash: 5420
Joined: 12 Mar 2006 Posts: 1825
Add Karma
 rated by 17 members
Add Comment
Show Comments
 |
Posted: Tue Sep 25, 2007 9:11 pm Post subject: |
|
|
Would a more 'portrait' friendly size be better? Such as 72x96...one would assume that a good number of these avatars will be a photograph of the user which would leave the sides empty anyway on a square palette. _________________ Request computer artwork for all your needs

|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34740
Joined: 22 May 2005 Posts: 21264
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 34740
Joined: 22 May 2005 Posts: 21264
Add Karma
 rated by 138 members
Add Comment
Show Comments
 |
Posted: Fri Sep 28, 2007 5:03 pm Post subject: |
|
|
I have gone with Bravos suggestion of 96x72.
Technically this whole area of uploading images is a tricky one in AJAX. In fact now I am looking I am seeing quite a few examples of where poeple use AJAX for other forms elements and then cop out with the upload
I have done the next worst thing in a way and used a tricky iframe system some clever dick has invented for this. After quite a few shenanigans with the issues of thumbnails and the fact that my initial naming scheme designed to keep life simply by naming images after the user id proved flawed s caching will kill you on that, I am left with something that really works rather well. BUT as of this minute I still don't see exactly how it works You can get away with that on a lot of things but I think not in this case. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |