Forum: Python Jul 8th, 2008 |
| Replies: 5 Views: 613 Re: Memory Error If it's anything but a tif, it'll be ignored, as I don't need to do anything with it. However, I think that the method you showed me is much more practical than what I've got (I wasn't aware of that... |
Forum: Python Jul 7th, 2008 |
| Replies: 5 Views: 613 Memory Error So, I wrote a little script to convert tifs into jpegs. The tifs are about 600mb in size, I reduce the size, and then convert. Here is the code in its entirety:
## First we import the image... |
Forum: Windows NT / 2000 / XP / 2003 May 29th, 2008 |
| Replies: 0 Views: 147 Thumbnails Ok, I *think* this is the right forum, not sure due to the issue at hand though. We've got lots and lots of images here, and most of them are just fine. However, recently there have been some... |
Forum: Python May 21st, 2008 |
| Replies: 1 Views: 401 Inserting rows in Excel I need to insert some rows into Excel. I know it can be done via xlApp.ActiveWorkbook.ActiveSheet.Rows("10:10").Insert() But what I need to know, is if I can use variables in place of the 10's. I... |
Forum: Python Apr 30th, 2008 |
| Replies: 1 Views: 268 Re: Tkinter Nevemind, found the issue myself after playing around with it even more. |
Forum: Python Apr 30th, 2008 |
| Replies: 1 Views: 268 Tkinter OK, here is a litting script I wrote (admittedly with some help from http://www.pythonware.com/library/tkinter/introduction/hello-again.htm)that will allow me to cloak in with ease here at work. ... |
Forum: Python Apr 29th, 2008 |
| Replies: 2 Views: 308 Re: Metadata and Tiffs, together with Python? OK... Been playing with the PIL, and I can't seem to get it working how I want it to. I'm still pretty new to all of this really, so it's possible that I'm getting in over my head, but then I learn... |
Forum: Python Apr 25th, 2008 |
| Replies: 2 Views: 308 Metadata and Tiffs, together with Python? I'm trying to figure out how to input metadata into a tiff file, and my general web searches are just confusing me. Is there anyone that can point me in the right direction? I'm essentially trying... |