catdad-experiments / heic-convert

🤳 convert heic/heif images to jpeg and png
245 stars 24 forks source link

Convert many heic pictures into many jpec ones #10

Closed Cras1990 closed 3 years ago

Cras1990 commented 3 years ago

Hi

In one of the examples you give in the manual it is assumed that one single heic file contains many single pictures.

I have following use case:

I´m javascript beginner and don´t know how to solve this since using your script only one single heic file is converted into multiple jpec files.

Any idea how to solve this by adapting your example script Convert the main image in a HEIC to PNG ?

I look forward to your reply.

Thanks in advance.

Best

Sam

catdad commented 3 years ago

Hi Sam. Welcome to programming! I hope you enjoy it.

However, what you are asking doesn't really have anything to do with this library and I cannot provide free consulting. My time is valuable and I hope you can understand that.

Luckily, what you are asking is also quite simple and should be very easy to look up yourself! A first step might be to get comfortable using loops. I wish you good luck