Skip to main content
Solved

Converting Image To jpeg

  • July 3, 2019
  • 4 replies
  • 86 views

Forum|alt.badge.img+20

Hi

How do I convert the web link below to jpeg on an iPad or do I need to use my MacBook or is there a scenario/module that will convert the web address to jpeg. I have about 300 images that I will need to convert. When I selected the image, it opened up to a larger image, then I copied the link, so I don’t know why the link goes to the smaller one:

https://postagestampguide.com/stamps/15606/canada-geese-near-sudbury-ontario-air-1946-canada-postage-stamp

Ultimately, I need the web link conversion to jpeg for an Integromat scenario, so that I can add images to my Airtable records.

Thank you,
Mary Kay

Best answer by M_k

Hi @W_Vann_Hall

As it turns out I need an API key to create a scenario in Integromat.

Although, I managed to find another way to convert HTTP to JPEG.

Thank you for your help.

Mary

4 replies

Kamille_Parks11
Forum|alt.badge.img+27

Do you mean the picture of the stamp? Or a jpg of the whole webpage?

If you want just the url to the image, on the iPad I think you should just be able to long press to get the image’s url. (which in your case would be this: https://images.postagestampguide.com/images/15606/canada-geese-near-sudbury-ontario-air-canada-stamp.jpg)

Also: * insert image copyright warning here *


Forum|alt.badge.img+5
  • Inspiring
  • July 3, 2019

I think you can get what you want by combining the Integromat HTTP module and text parser module — at least, when I slap those two together and run them, the text parser output includes a bundle that includes the URL of the large image. (Postagestampguide.com tags large stamp images with the class ‘stamp-image’, so it should be relatively easy to extract the image URL, given the stamp page URL.)

Frankly, I’m not sure what you need to do from that point: Presumably, you can configure the text parser module to assign the extracted value to a variable and then use Integromat’s Airtable module to store the URL or use the HTTP module to retrieve the image file and then store that as an Airtable attachment…


Forum|alt.badge.img+20
  • Author
  • Inspiring
  • July 4, 2019

Hi @Kamille_Parks and @W_Vann_Hall

Thank you very much for your replies.

I really appreciate your help.

Mary


Forum|alt.badge.img+20
  • Author
  • Inspiring
  • Answer
  • July 7, 2019

Hi @W_Vann_Hall

As it turns out I need an API key to create a scenario in Integromat.

Although, I managed to find another way to convert HTTP to JPEG.

Thank you for your help.

Mary