Prev: Medical imaging
Next: Fault in Graycomatrix ?
From: Jimmy on 2 Mar 2010 07:56 Fatihcan Kılıç <fatihcankilic123(a)yahoo.com> wrote in message <583348585.126303.1256741331467.JavaMail.root(a)gallium.mathforum.org>... > I worked on this problem long time and i understood the only way to handle this: > > to extract as "PDF" > Hi guys, I have exactly the same problem, I read all of you posts, can you let me know if someone managed to solve the problem? Thank you Jimmy
From: ImageAnalyst on 2 Mar 2010 08:05 On Mar 2, 7:56 am, "Jimmy " <testbe...(a)yahoo.com> wrote: > I have exactly the same problem, I read all of you posts, can you let me know if someone managed to solve the problem? > > Thank you > Jimmy ----------------------------------------------------------------------------- I would say that everyone solved the problem, using the above posts that you read. Were you unable to?
From: Oliver Woodford on 2 Mar 2010 14:42 Fatihcan Kılıç wrote: > Hello, > > I've been working for 3 week on this subject and i still couldn't find a way to do this. I will be crazy soon... > > ---------- > My problem is: > > > I have an image whose resolution is very high(1200dpi). I plot something on this image(for example : star, point,etc...) and i want to save this image to a file (jpeg,png or whatever). > > 1-) I load the image and represent the image: > rgb= imread('pic/1200dpi.jpg'); > image(rgb) > hold on > > 2-) and then i plot something on it: > plot(rand(100,1),rand(100,1),'p') > > 3-) i take a screen shot and i save it to a file: > f = getframe; > imwrite(f.cdata,'test.jpg') > > it is saved, but the resolution is very low. I want to save plotted image with it's native resolution. it can't capture the graphics larger than the screen resolution. > > Is there a way to save plotted image as vector? > > Thanks a lot > Ahmet... Hi The function export_fig, available on the file exchange (http://www.mathworks.com/matlabcentral/fileexchange/23629-exportfig), now has the -native option, which will automatically save a figure at the native resolution of an image in the figure. If you have problems with it please read all the help text to make sure you are using the function correctly, then email me from the author contact page if it still doesn't work. HTH, Oliver
|
Pages: 1 Prev: Medical imaging Next: Fault in Graycomatrix ? |