Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

160
Views
Multiple images sizes AND formats from a single database path?

The part about sizes is well discussed and could easily be resolved with a suffix or prefix. For example:

with a single path column in database: 'images/example'

I could get different image sizes with a simple string manipulation:

  • 'images/example-sm'
  • 'images/example-md'
  • 'images/example-lg'

Now, how to deal with the image format? It could be webp (default) or png/jpg (the fallback). Is there anyway to implement it other than saving a column called 'fallback_format' in the database?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

you can check before take image, if isset format with webp, you take that, if not, you take original, and create on event webp.

about 4 years ago · Juan Pablo Isaza Report

0

You could list files and take the first, starting by the name at the path with the things you've already in your DB, for that you could use Symfony's Finder which is used for Laravel as well

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!