Question about displaying an image with green shoes

Hello team,

I am trying to display an image using green shoes. Instead of the image
the
system I get a very small rectangle with the bottom right corner bent
frontward. I tried a png and also jpg unsuccessfully.

image File.join DIR,
“/home/rstudent/MyData/Programs/shoes/OIT_Logo2.png”

or

image File.join DIR,
“/home/rstudent/MyData/Programs/shoes/OIT_Logo2.jpg”

I don’t get an error, but I don’t get an image either.

Any thoughts?

Hi Ruby S.,

Try out the following:

image “/home/rstudent/MyData/Programs/shoes/OIT_Logo2.png”

I guess that the path is already absolute. :wink:

Regards,
ashbb

On May 31, 2013 3:53 PM, “Ruby S.” [email protected] wrote:

Hello team,

I am trying to display an image using green shoes. Instead of the image
the system I get a very small rectangle with the bottom right corner
bent
frontward. I tried a png and also jpg unsuccessfully.

image File.join DIR, “/home/rstudent/MyData/Programs/shoes/OIT_Logo2.png”

Do you know what File.join does?

Hi Tamouse,

I think I do now, after Ashbb replied to my email.

Thank you for taking your time to reply to my post.

On Mon, Jun 3, 2013 at 7:13 AM, tamouse mailing lists <