How do I split an image in JES? I am a new IT student and i just need a guide how to go about it, I have tried def splitImage(filename):
and I loaded the program but its coming up with an invalid syntax. I am not sure what am doing wrong
Asked
Active
Viewed 208 times
1

Non-maskable Interrupt
- 3,841
- 1
- 19
- 26

Edog
- 11
- 1
-
Can you post your code and the full error message please. – Newd Jun 30 '15 at 16:08
-
====== Loading Progam ======= Invalid syntax Your code contains at least one syntax error, meaning it is not legal jython. The error is on line 2 >>> my code def splitImage (filename) – Edog Jun 30 '15 at 16:20
-
i can pick the file but not sure how to split it, this is what i did to pick my image file = pickAFile() pic = makePicture(file) show(pic) – Edog Jun 30 '15 at 16:21