comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » JPEG image help - Easy for people who understand IDL?!
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
JPEG image help - Easy for people who understand IDL?! [message #82299] Thu, 06 December 2012 14:08 Go to previous message
Rebecca C is currently offline  Rebecca C
Messages: 5
Registered: December 2012
Junior Member
Hi,
I'm not really sure what this group is for but I'm hoping someone who understands IDL can see this and help me! Thanks in advance for reading on :)

So, I'm in "Intro to IDL" class, and understand mostly nothing.
We are given two files, one "ocean.jpg" and the other "sky.jpg". The question is to merge the two jpegs so one is on top, and the other on bottom, and to save this jpg.

Here is the procedure I have:

PRO jpghomework

file='sky.jpg'
read_JPEG,file,sky

file2='ocean.jpg'
read_JPEG,file2,ocean

tv,sky,true=1
tv,ocean,true=1

end

I have been trying to read and figure this out for two days, and it is due soon. Our professor is nonexistent (unreachable, no course material etc) so please think of this as I'm just a person who knows nothing about IDL, has Google, and the IDL workstation in front of me to try things out.

And, the homework question of course.

Thank you so much in advance! - Rebecca
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Two new IDL Help Articles describing how to use the Workbench are made available now.
Next Topic: Obtaining all values of an HDF5 attribute w/o looping

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:37:45 PDT 2025

Total time taken to generate the page: 0.00493 seconds