Take a photo and convert to gif. Is that possible?

Hi everyone

I have a question. How do I convert to GIF format a few photo in Arduino?
Example: I took 10 pictures with arduino. it can convert taken pictures.
Is it possible to write this code?

have:
1 Camera module
1 Arduino
1 SD card module
1 Color Screen module

Best regards

A 16MHz Arduino does not have the memory or processing power to work with photos.

You probably need a Raspberry PI.

...R

How do I convert to GIF format a few photo in Arduino?

From what format?

PaulS:
From what format?

Does it matter ? ?

...R

PaulS:
From what format?

JPG format

Robin2:
A 16MHz Arduino does not have the memory or processing power to work with photos.

You probably need a Raspberry PI.

...R

so 72MHz ARM Cortex M3 is can do that? (SparkCore)

Do you know how to decode a JPG and write a GIF?

KeithRB:
Do you know how to decode a JPG and write a GIF?

I haven't a clue, but Python knows. :slight_smile:
and Python works on the Pi.

...R