Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!x6g2000prc.googlegroups.com!not-for-mail
From: Nathan <ngreco32@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: image saving
Date: Tue, 8 Sep 2009 10:29:35 -0700 (PDT)
Organization: http://groups.google.com
Lines: 18
Message-ID: <9f1b1a84-acfd-41e5-bd13-d7a24d3141d3@x6g2000prc.googlegroups.com>
References: <h863tl$lh2$1@fred.mathworks.com>
NNTP-Posting-Host: 198.206.219.34
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1252431087 20153 127.0.0.1 (8 Sep 2009 17:31:27 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 8 Sep 2009 17:31:27 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: x6g2000prc.googlegroups.com; posting-host=198.206.219.34; 
	posting-account=_KeVcAoAAAB7j3xn35ujaQ0BoQhuzwJP
User-Agent: G2/1.0
X-HTTP-Via: 1.1 wwwproxy-son-ca-02.ca.sandia.gov:80 (squid/2.5.STABLE14)
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) 
	Gecko/20090729 Firefox/3.5.2,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:569031


On Sep 8, 10:23 am, "Nirmal " <nirmal_2...@yahoo.co.in> wrote:
> how to save an image in the folder that we want..?
>
> because imwrite saves in only a specific folder and imsave is a manual saving..
>
> correct me if m wrong..

You'd have to do the full filename of the image you're saving.
So, rather than saving your image, 'image1.jpg', in your current
folder, let's say you wanted it in a folder called 'My Pictures' in
the C:\ path (assuming you're using windows).

The full filename would be 'C:\My Pictures\image1.jpg'

I hope that helps. If not, good luck understanding it.

-Nathan