photo resizing

Are you having technical problem, computer playing up, post your problems here and we will help solve them
User avatar
Polgara69
Master Wizard
 
Posts: 1633
Joined: Fri Nov 16, 2007 4:07 pm
Location: Leicester

Postby Polgara69 on Tue Apr 29, 2008 7:35 pm

Try this one. Its mega easy! You need to put size as 120 by 120.


http://www.resizepic.com/

If I can do it, anyone can!
No the avvie is not me!!

Beauty is in the eye of the beholder but when you look in the mirror, you are the beholder.

Currently blocking...cosmicb

cosmicB
Queen
 
Posts: 4801
Joined: Mon Jan 31, 2005 4:26 pm

Postby cosmicB on Wed Apr 30, 2008 1:16 am

ooooo!.. "on-ine".. That's Wick-ed!..

User avatar
G Wizard
Mahatma
 
Posts: 1149
Joined: Thu Dec 01, 2005 4:40 am
Location: near Dallas, Texas, USA, planet Earth

Postby G Wizard on Wed Apr 30, 2008 2:05 am

cosmicB wrote:Ubunto requires 64 bit... This ole junker PC is 32 bit... I gotta gets me a real computer...

I think you've got that a bit wrong. I'm pretty certain that Ubuntu or any of the popular Linuxes will run on 32-bit, whereas quite often you'll need to explicitly select 64-bit if that's what you want.

In general, Linux can breathe live into old hardware which modern Windows would just bung up.

Anyway, thought I'd help. Think I'm done here.
~*~ G Wiz ~*~
I'm the one with the wizard's hat and robe.
When did ignorance become a point of view?

User avatar
Venom
Chatter
 
Posts: 261
Joined: Wed Feb 13, 2008 3:54 pm
Location: Lancashire, UK

Postby Venom on Thu May 15, 2008 3:26 pm

Here are some _ sites to resize photos

http://www.shrinkpictures.com/
http://www.resize.it/
http://www.webresizer.com/resizer/

User avatar
azraelle
Queen
 
Posts: 4543
Joined: Fri Apr 29, 2005 4:16 am
Location: southern utah, usa

Postby azraelle on Thu May 15, 2008 3:59 pm

G Wizard wrote:
cosmicB wrote:Ubunto requires 64 bit... This ole junker PC is 32 bit... I gotta gets me a real computer...

I think you've got that a bit wrong. I'm pretty certain that Ubuntu or any of the popular Linuxes will run on 32-bit, whereas quite often you'll need to explicitly select 64-bit if that's what you want.

In general, Linux can breathe live into old hardware which modern Windows would just bung up.

Anyway, thought I'd help. Think I'm done here.

You are right there. Ubunto will run on 64 bit--I think it is optimized for it, and at least quad processors as well, but it runs just fine on 32 bit single processor systems as well, as that is what my son is running on his AMD 32 bit system.
"Those Who Cast the Votes Decide Nothing.
Those who Count the Votes decide everything"
--Joseph Stalin

User avatar
sebastien1
Swami
 
Posts: 1042
Joined: Fri May 30, 2008 7:53 am

Postby sebastien1 on Mon Jun 09, 2008 2:25 am

i have found you can use paint too.

go to image

then attributes and simply change the size

wildmlt
Private Dancer (can now PM!)
 
Posts: 86
Joined: Fri Sep 28, 2007 2:19 pm

Postby wildmlt on Sat Jun 28, 2008 3:10 am

picasa.google.com - also good for pic editing

http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

PlasticAnnArbor
Just warming up
 
Posts: 167
Joined: Wed Jul 02, 2008 7:23 am

re

Postby PlasticAnnArbor on Thu Jul 03, 2008 8:08 am

some one on page 1 said The Gimp was to underdeveloped and slow
that is a bunch of BS . As a builder of the svn nightly code.The program is VERY mature and the current stable is 2.4.6
and builds on all *nix systems with ./configure ( or.rpm)
and has a MS visual studio 2007 build for Windows xp and vista and a .dmg for mac.

-------- proud fedora 9 ( Linux ) user ----------

cosmicB
Queen
 
Posts: 4801
Joined: Mon Jan 31, 2005 4:26 pm

Postby cosmicB on Thu Jul 03, 2008 1:45 pm

I tried Gimp several times... It was a bug pain in thu azz to use... and it's smudge made waves.. and its cursors were bulky and thht.. and save is a pain... I'm running PhotoPlus8.. it works, and is enjoyable to use...

lukewanker
Beginner! Talk to me!
 
Posts: 17
Joined: Mon Jul 28, 2008 10:18 am

Postby lukewanker on Wed Aug 06, 2008 8:45 pm

some good replies if you want to do it with graphics software...

if all i wanna do is reduce size... download the image resizer powertoy for xp...

http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
Male, 22, UK

thick_guy_9
Beginner! Talk to me!
 
Posts: 3
Joined: Mon Jul 28, 2008 9:46 am

Re: photo resizing

Postby thick_guy_9 on Fri Nov 07, 2008 8:37 pm

paint .NET is a free and popular programme!

PlasticAnnArbor
Just warming up
 
Posts: 167
Joined: Wed Jul 02, 2008 7:23 am

Re: photo resizing

Postby PlasticAnnArbor on Mon Nov 10, 2008 7:47 pm

if all i wanna do is reduce size.

just use ImageMagick
example
Code: Select all
]$ convert 123.jpg -resize 334x500 123.png
convert [filename] -resixe [ length x width ] [ output name]
Plastic.PVC,Latex Loving Linux User
Penguin power (tux and Opus )
http://www.linux.org/
http://www.comics.com/wash/opus/index.html

User avatar
DanMc
Regent Empress
 
Posts: 5340
Joined: Tue Jan 29, 2008 1:52 pm
Location: UK

Re: photo resizing

Postby DanMc on Mon Nov 10, 2008 10:29 pm

PlasticAnnArbor wrote:
if all i wanna do is reduce size.

just use ImageMagick
example
Code: Select all
]$ convert 123.jpg -resize 334x500 123.png
convert [filename] -resixe [ length x width ] [ output name]

I didn't know about that one. Works too!

PlasticAnnArbor
Just warming up
 
Posts: 167
Joined: Wed Jul 02, 2008 7:23 am

Re: photo resizing

Postby PlasticAnnArbor on Tue Nov 11, 2008 7:15 pm

i use ImageMagick all the time , but mostly " Magick++ " the c++ bindings in code
Plastic.PVC,Latex Loving Linux User
Penguin power (tux and Opus )
http://www.linux.org/
http://www.comics.com/wash/opus/index.html

cosmicB
Queen
 
Posts: 4801
Joined: Mon Jan 31, 2005 4:26 pm

Re: photo resizing

Postby cosmicB on Thu Nov 13, 2008 9:11 pm

I want to take a thousand pix, and size them all at once to 950 pixels height.. but I still can't get it right..?

PreviousNext

Return to Computer Problem Solver

Who is online

Users browsing this forum: No registered users and 0 guests