MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

ImageResize

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102391] ImageResize
  • From: jozef.pulko at googlemail.com
  • Date: Sat, 8 Aug 2009 04:35:27 -0400 (EDT)

Hi,

 

I am trying to resize two pictures and put them after resizing together. I
am using a ImageResize function which resizes the image. but when I combine
both pictures. they are not resized. I am using Mathematica 7.0.

 

Code:

 

p1=ImageResize[

 
slika=Import["http://www.posta.si/DezelaZnamk/ViewBigImage.aspx?imageid=2568
"],

  100

  ]

 

p2=ImageResize[

 
slika=Import["http://www.posta.si/DezelaZnamk/ViewBigImage.aspx?imageid=2886
"],

  200

  ]

 

ImageDimensions/@{cc1,cc2}

 

Graphics[FrameRTrue,BackgroundRBlack,PlotRangeR{{0,100},{0,150}},ImageSizeR{
Pixel[100],Pixel[150]},EpilogR{Inset[p1],Inset[p2]}]

 

 

 

I hope somebody can help me.

 

Thanx a lot.

Jozef





  • Follow-Ups:
  • Prev by Date: Error in FractionalPart?
  • Next by Date: Re: video on Presentations by Williams and Park
  • Previous by thread: Re: Error in FractionalPart?
  • Next by thread: Re: ImageResize