This Thing With The Coding

Discussion in 'Gaming' started by matt1987, Oct 23, 2005.

  1. matt1987

    matt1987 Well-Known Member

    Posts:
    330
    Likes Received:
    0
    Joined:
    Jul 8, 2005
    Alright, I've got a bunch of different sized pictures (they're freakin huge if ya wanna know) and i want to bring all of them on the same size.

    is there a way to code something (maybe a batch file) doing that for you?
    Or what's the console command for resizing a picture? If I'd knew that, i could code that by myself,.. just i don't know how to resize something by console :P

    Appreciate your help guys,
    Matty
     
  2. SwAT

    SwAT Well-Known Member

    Posts:
    2,689
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Connecticut, USA
    if you are talking with html then this is all you have to do:

    you can make all the widths and heights the same it just might distort some of the images
     
  3. exploitedsim

    exploitedsim Well-Known Member

    Posts:
    83
    Likes Received:
    0
    Joined:
    Oct 23, 2005
    ive had the same problem, HTML is a bit difficult is there any tutorials out there?
     
  4. matt1987

    matt1987 Well-Known Member

    Posts:
    330
    Likes Received:
    0
    Joined:
    Jul 8, 2005
    yap, i know, i wasn't thinking about putting it into the source code. I've got a picture folder on my local computer and i'm planning on putting them up into a gallery. I want them all to have the same size (they're all the same relation, so they shouldn't distort if you resize them in relation of widths and height).
    Since I'm a lazy bum, I don't wanna load them all into Photoshop (it's about 300 pictures), but I rather want to code a batch file that exploits the folder and converts them into a specified size.

    Got what i'm trying to do?
     
  5. 4nub1s

    4nub1s Senior Member

    Posts:
    3,476
    Likes Received:
    0
    Joined:
    Feb 24, 2005
    Location:
    Beyond Reality
    This is your best bet, unless you buy an image gallery script. All the free ones I've found suck, and you need to install of this junk on your server to make them work. <_<

    Ah, and please use the computing forum next time. ;)
     
  6. matt1987

    matt1987 Well-Known Member

    Posts:
    330
    Likes Received:
    0
    Joined:
    Jul 8, 2005
    oh damn it, sorry bout the wrong forum.

    well.. is there no way to resize pictures through the normal windows console? like a dos command to resize pictures?
     
  7. evermotion

    evermotion Well-Known Member

    Age:
    34
    Posts:
    1,113
    Likes Received:
    0
    Joined:
    Sep 2, 2005
    Location:
    Ohio
    This is your best bet, unless you buy an image gallery script. All the free ones I've found suck, and you need to install of this junk on your server to make them work. <_<

    Ah, and please use the computing forum next time. ;) [/b][/quote]
    So very wrong my friend.

    This one only uses one file.

    www.ifade.org

    Have fun :)
     
  8. LemoNade

    LemoNade Well-Known Member

    Age:
    34
    Posts:
    500
    Likes Received:
    0
    Joined:
    Dec 21, 2004
    Location:
    Southampton, England
    Actually thats a really bad way of doing it. That will mean the viewer of the webpage has to load the HUGE image, and it will just be shown up smaller.

    I think you can make scripts in Adobe Photoshop for performing batch operations - That would be your best bet.
     
  9. SwAT

    SwAT Well-Known Member

    Posts:
    2,689
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Connecticut, USA
    but it is easier then writting a script to resize the images or resizing them all by hand ;)
     
  10. LemoNade

    LemoNade Well-Known Member

    Age:
    34
    Posts:
    500
    Likes Received:
    0
    Joined:
    Dec 21, 2004
    Location:
    Southampton, England
    Theres no need to write a script. Just load the pic in Photoshop and goto Image-->Image Size.

    Better than the viewer having to wait ages for the pic to load.
     
  11. SwAT

    SwAT Well-Known Member

    Posts:
    2,689
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Connecticut, USA
    his problem was that he had 300 to resize i guess your best bet is to just resize them to avoid the file size, have fun ^_^
     
  12. LemoNade

    LemoNade Well-Known Member

    Age:
    34
    Posts:
    500
    Likes Received:
    0
    Joined:
    Dec 21, 2004
    Location:
    Southampton, England
    Quick search on Google: LINK
     
  13. matt1987

    matt1987 Well-Known Member

    Posts:
    330
    Likes Received:
    0
    Joined:
    Jul 8, 2005
    damn, didn't think about using my best friend google :P thanks for that
     

Share This Page