Snapshot as Gif

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
hrcap
Posts: 141
Joined: Mon Jan 14, 2019 5:20 pm

Snapshot as Gif

Post by hrcap » Mon Aug 19, 2019 6:09 pm

Good Afternoon All

I have been building my app on a Mac and until today have only built the solution for use on a Mac. Today I tried building my App for windows and was very impressed with the performance.

I have however discovered an issue and I can't work out why it is happening, does anybody have any extra info on this....

I have a step which imports a large picture, reduces the size of the picture and then takes a screenshot of the reduced size picture (to allow me to store it and take up less space in my database).

On Mac I use the step:

Code: Select all

export snapshot from image g_name_holder_image to image g_name_holder_image as gif

which works fine...

when I use this step on Windows it saves the picture with blurred lines across it (please see attached pic for example).



if I change the step to save snapshot as jpeg on windows then again this works fine

Code: Select all

export snapshot from image g_name_holder_image to image g_name_holder_image as jpeg


why would this not be working correctly with 'gif'?



Many Thanks
Attachments
Training Cert [Induction [Company]][BACK].gif

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10099
Joined: Fri Feb 19, 2010 10:17 am

Re: Snapshot as Gif

Post by richmond62 » Mon Aug 19, 2019 6:26 pm

Well . . . for starters I suggest you install something like GIMP

https://www.gimp.org/

import your JPEG image into GIMP and Export it in GIF format . . .

This should tell you if it has something to do with the way your Windows OS (and you
omitted to say which one) handles GIF images.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10049
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Snapshot as Gif

Post by FourthWorld » Mon Aug 19, 2019 7:28 pm

May be a bug in the Win version of the GIF library LC uses - worth filing a bug report for:
https://quality.livecode.com/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply