photo resizing

Are you having technical problem, computer playing up, post your problems here and we will help solve them

Postby Polgara69 » 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
User avatar
Polgara69
M'Lady
 
Posts: 2221
Joined: Fri Nov 16, 2007 4:07 pm
Location: Leicester

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

ooooo!.. "on-ine".. That's Wick-ed!..
cosmicB
Regent Empress
 
Posts: 5292
Joined: Mon Jan 31, 2005 4:26 pm

Postby G Wizard » 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
G Wizard
Mahatma
 
Posts: 1160
Joined: Thu Dec 01, 2005 4:40 am
Location: near Dallas, Texas, USA, planet Earth

Postby Venom » 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
Venom
Chatter
 
Posts: 261
Joined: Wed Feb 13, 2008 3:54 pm
Location: Lancashire, UK

Postby azraelle » 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.
In a time of universal deceit--telling the truth is a revolutionary act!
--George Orwell
We’ll know our disinformation program is complete when everything the public believes is false.
--William Casey, in his first address to his CIA staff in 1981
User avatar
azraelle
Heroine
 
Posts: 6379
Joined: Fri Apr 29, 2005 4:16 am
Location: southern utah, usa

Postby sebastien1 » 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
User avatar
sebastien1
Swami
 
Posts: 1058
Joined: Fri May 30, 2008 7:53 am

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

picasa.google.com - also good for pic editing

http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
wildmlt
Private Dancer (can now PM!)
 
Posts: 86
Joined: Fri Sep 28, 2007 2:19 pm

re

Postby PlasticAnnArbor » 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 ----------
PlasticAnnArbor
Chat Merchant
 
Posts: 320
Joined: Wed Jul 02, 2008 7:23 am

Postby cosmicB » 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...
cosmicB
Regent Empress
 
Posts: 5292
Joined: Mon Jan 31, 2005 4:26 pm

Postby lukewanker » 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
lukewanker
Beginner! Talk to me!
 
Posts: 17
Joined: Mon Jul 28, 2008 10:18 am

Re: photo resizing

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

paint .NET is a free and popular programme!
thick_guy_9
Beginner! Talk to me!
 
Posts: 5
Joined: Mon Jul 28, 2008 9:46 am

Re: photo resizing

Postby PlasticAnnArbor » 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]
PlasticAnnArbor
Chat Merchant
 
Posts: 320
Joined: Wed Jul 02, 2008 7:23 am

Re: photo resizing

Postby DanMc » 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!
User avatar
DanMc
Demigod
 
Posts: 9105
Joined: Tue Jan 29, 2008 1:52 pm
Location: UK

Re: photo resizing

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

i use ImageMagick all the time , but mostly " Magick++ " the c++ bindings in code
PlasticAnnArbor
Chat Merchant
 
Posts: 320
Joined: Wed Jul 02, 2008 7:23 am

Re: photo resizing

Postby cosmicB » 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..?
cosmicB
Regent Empress
 
Posts: 5292
Joined: Mon Jan 31, 2005 4:26 pm

PreviousNext

Return to Computer Problem Solver

Who is online

Users browsing this forum: No registered users and 0 guests