Re: Cleaning Exif Data from an image

2011-05-03 Thread Alejandro Tejada
Hi Andrew, on Mon, 2 May 2011 16:51:32 -0500 Andrew Kluthe wrote: >I do not know much about image manipulation in livecode or in general. But, >I am looking for a way to scrub exif data off an image easily and without >loss to the picture. There are libraries in php that let me do this, but I >wo

Re: Cleaning Exif Data from an image

2011-05-02 Thread Andrew Kluthe
Thank you all for the advice. I have this sorted out nicely now. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Cleaning-Exif-Data-from-an-image-tp3491102p3491752.html Sent from the Revolution - User mailing list archive at Nabble.com. _

Re: Cleaning Exif Data from an image

2011-05-02 Thread Warren Samples
On Monday, May 02, 2011 11:00:25 PM J. Landman Gay wrote: > You can import the image, and then re-export it as jpeg. The engine will > decompress the original and strip the exif data. When you export, you > may lost some quality, but it may not be noticable. This is a really elegantly simple so

Re: Cleaning Exif Data from an image

2011-05-02 Thread Andrew Kluthe
Sorry, I have not worked much with images in livecode. Bring an image into an image object and export a snapshot of the image control? Is that how you import and then export the jpeg? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Cleaning-Exif-Data-from-an-imag

Re: Cleaning Exif Data from an image

2011-05-02 Thread J. Landman Gay
On 5/2/11 7:32 PM, Andrew Kluthe wrote: I should have been more clear. I am looking to develop a small livecode standalone that does this easily. Installing php or python on a system isn't really what I am looking for. I am trying to make this incredibly simple for non-technical people. Installi

Re: Cleaning Exif Data from an image

2011-05-02 Thread Andrew Kluthe
Yeah, that is what I am doing now. ActivePython is like 45 megs though. :\ Trying to keep file sizes small. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Cleaning-Exif-Data-from-an-image-tp3491102p3491616.html Sent from the Revolution - User mailing list archive

Re: Cleaning Exif Data from an image

2011-05-02 Thread Thomas McGrath III
Andrew, You can run python from within Livecode!?! FYI HTHs -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On May 2, 2011, at 8:32 PM, Andrew Kluthe wrote: > I should have been more clear. I am looking to develop a small livecode > standalone that does this easily. Install

Re: Cleaning Exif Data from an image

2011-05-02 Thread Andrew Kluthe
I should have been more clear. I am looking to develop a small livecode standalone that does this easily. Installing php or python on a system isn't really what I am looking for. I am trying to make this incredibly simple for non-technical people. Installing imagemagick on install of the program m

Re: Cleaning Exif Data from an image

2011-05-02 Thread Warren Samples
On Monday, May 02, 2011 04:51:32 PM Andrew Kluthe wrote: > I do not know much about image manipulation in livecode or in general. But, > I am looking for a way to scrub exif data off an image easily and without > loss to the picture. There are libraries in php that let me do this, but I > would rea

Re: Cleaning Exif Data from an image

2011-05-02 Thread Peter W A Wood
On Tuesday, 3 May 2011, Andrew Kluthe wrote: > I do not know much about image manipulation in livecode or in general. But, > I am looking for a way to scrub exif data off an image easily and without > loss to the picture. There are libraries in php that let me do this, but I > would really like a

Re: Cleaning Exif Data from an image

2011-05-02 Thread mwieder
> Has anyone done this or know where to get started? http://www.imagemagick.org/ -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subsc