• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
1 / 2
Filters
37 results tagged images

Public Domain Image Search | public-domain

QRCode

A simple tool to search across multiple public domain and Creative Commons image collections simultaneously.

https://coconutlampshade.github.io/public-domain/
January 28, 2025 at 3:30:53 PM EST *
inspiration images opensource
FILLER

Iconographic Encyclopædia of Science, Literature, and Art

QRCode

A complete reproduction and restoration of J. G. Heck and Spencer F. Baird’s collection of 13,000+ illustrations from 1851

https://www.c82.net/iconography/
November 13, 2023 at 3:11:20 PM EST *
drawing inspiration stock images
FILLER

Squoosh

QRCode

Squoosh is the ultimate image optimizer that allows you to compress and compare images with different codecs in your browser.

https://squoosh.app/
November 2, 2023 at 11:52:45 AM EDT *
images optimization imagemagick webp
FILLER

The Ultimate Beginner’s Guide to Midjourney

QRCode

Also:

https://bootcamp.uxdesign.cc/20-incredible-midjourney-prompts-that-will-blow-your-mind-part-2-463ae919b6c3

https://bootcamp.uxdesign.cc/easy-beginners-guide-to-mid-journey-the-revolutionary-ai-art-tool-3b4de95bd4ca
April 11, 2023 at 10:10:42 AM EDT *
midjourney ai images
FILLER

CSS Masking - Ahmad Shadeed

QRCode

A deep dive into CSS masking

https://ishadeed.com/article/css-masking/
April 11, 2023 at 9:56:26 AM EDT *
css webdesign images
FILLER

Smithsonian Open Access | Smithsonian Institution

QRCode

If you need to use an image for your art, product, project, or any other reason, check out the Smithsonian's vast collection of Open Access images available under the Creative Commons Zero (CC0) license. I searched "cat," and it returned over 7,000 images, and every one I looked at was terrific.

3c Washington with Cambridge, MA cat face on cover

https://www.si.edu/openaccess/
March 7, 2023 at 9:31:58 AM EST *
drawing images stock inspiration
FILLER

Henry From Online | Using Focal Points, Aspect Ratio & Object-Fit To Crop Images Correctly

QRCode

CSS has a lot of pretty rad and powerful features for managing image rendering these days. Let’s leverage some of these, like aspect-ratio, object-fit, and object-position for when we need to use a single image in many different contexts.

https://henry.codes/writing/pure-css-focal-points/
February 28, 2023 at 10:16:46 AM EST *
css webdesign images
FILLER

Fast perceptual image hashing with Perl - Dimitrios Kechagias

QRCode

Talk slides, images & code used: https://github.com/dkechag/ImagePHash-Talk

This talk will take you through a novel Perl implementation of perceptual hashes for “similar image” searches. I'll start with the basics, if you don't know what a Discrete Cosine Transform is, you'll find out with a visual demo - no math required (although math is always encouraged!). After DCTs and p-hashing basics, I will go through the implementation’s new features that make it efficient and easy to integrate with our large MySQL-based image database.

At SpareRoom, the world’s largest roommate finding service, we handle tens of millions of images, mostly of customer rooms/properties. When tasked with adding an internal ability for a “similar image” search, I first looked at existing solutions and found out that some did not work as expected, while others were either slow or required changes to our infrastructure (mainly Perl, with the data - including the image index - on a large MySQL database).
In the end, I went with a solution initially based on Image::Hash, but with p-hashes reimplemented to fix collision issues and add speed (over 10x faster than pHash.org’s equivalent DCT-based hash). Then, I added features such as support for mirroring, as well as “index/reduced” hashes, in order to effectively use MySQL indices (and thus easily fit in our existing setup).
After an intro to the theory behind the DCT and perceptual hashes in general, I will discuss the abilites of this implementation and the experiences from developing and using it. The module will be released to CPAN before my talk, although the XS part responsible for the fast DCT calculation has been available for a while as Math::DCT.

https://tprc2022.sched.com/event/10Fn5

https://www.youtube.com/watch?v=vw4y506TsDA&list=PLA9_Hq3zhoFyOpb-U3DMU7OT93dPUdtpE&index=13
June 27, 2022 at 10:28:41 AM EDT *
perl images
FILLER

Svgurt - Convert images to svg

QRCode

Uses potrace

http://potrace.sourceforge.net/

https://svgurt.com/#/cli
March 30, 2021 at 11:01:27 AM EDT *
svg images
FILLER

Smithsonian Releases 2.8 Million Images Into Public Domain |At the Smithsonian | Smithsonian Magazine

QRCode

https://www.si.edu/openaccess

https://www.smithsonianmag.com/smithsonian-institution/smithsonian-releases-28-million-images-public-domain-180974263/?no-cache
August 5, 2020 at 11:52:24 AM EDT *
images stock
FILLER

9 tips to quickly improve your UI designs - UX Collective

QRCode
  1. Make your elements appear more defined
    Use Multiple Drop Shadows, or a very subtle border (just a shade darker than your actual shadow) around certain elements to make those elements appear a little sharper, more defined, and help avoid those muddy shadows.

  2. Creating long-form content? Give 20pt, and up a try
    #18pt is sooo last decade.#

  3. Your shadows are coming from one light source right?

  4. Improve Contrast between Text and Images with a subtle, but simple Overlay
    Depending on where the text may be positioned over your image, you can either opt for a tried, and tested full image overlay, or a more subtle (bottom to top, or top to bottom) gradient overlay to achieve a simple contrast between the two elements.

https://uxdesign.cc/9-simple-tips-to-improve-your-ui-designs-fast-377c5113ac82
June 5, 2020 at 9:44:45 AM EDT *
ux images webdesign shadow
FILLER

Responsive Images the Simple Way - Cloud Four

QRCode

Long-time Cloud Four readers will be familiar with Jason’s definitive series on responsive images. This article is meant as a shorter companion piece focused on the most common responsive image use case: resolution switching.

code

https://cloudfour.com/thinks/responsive-images-the-simple-way/
April 11, 2020 at 10:32:01 AM EDT *
images webdesign
FILLER

Tools and Services – About Biodiversity Heritage Library

QRCode

The Biodiversity Heritage Library (BHL), the world’s largest open-access digital archive dedicated to the natural world, is now offering more than 150,000 high-resolution illustrations for copyright-free download.

https://about.biodiversitylibrary.org/tools-and-services/
February 13, 2020 at 4:07:39 PM EST *
stock inspiration drawing images
FILLER

Optimizing images for the web - an in-depth guide - DEV Community 👩‍💻👨‍💻

QRCode

Table Of Contents

  • Calculating JPG image file size
  • Online image optimization
  • Automated solutions
  • Image loading optimization
  • Using CDN
  • WebP image format
  • Optimization for higher pixel density screens
  • Conclusion - Optimization priority
https://dev.to/prototyp/optimizing-images-for-the-web-an-in-depth-guide-4j7d
October 21, 2019 at 1:10:04 PM EDT *
webdesign jpg images
FILLER

Creative Commons CC Search

QRCode

Creative Commons has officially launched CC Search, a search engine that indexes over 300 million images from 19 image collections, "including cultural works from museums (the Metropolitan Museum of Art, Cleveland Museum of Art), graphic designs and art works (Behance, DeviantArt), photos from Flickr, and an initial set of CC0 3D designs from Thingiverse." All of the indexed images are in the public domain and released under Creative Commons licenses--meaning the images are generally free to use in a non-commercial setting.

https://search.creativecommons.org
September 11, 2019 at 9:51:12 AM EDT *
inspiration drawing images
FILLER

CSS Duotone Generator

QRCode
https://cssduotone.com/
July 31, 2018 at 9:41:38 AM EDT *
images webdesign
FILLER

Duotone in Web Design

QRCode

A look at the colour trend taking the world by storm
The modern web is full of colour-from subtle to bright ‘in your face’ tones. I’ll be taking a look at the latter. Meet duotone-the hottest colour style of 2016.

Pure duotone & other tonal groupings

Love it or loathe it-duotone is everywhere right now. As the name suggests, duotone is an image made up of two colours, usually vibrant shades are used but you can select more subdued ones if you wish.

https://blog.prototypr.io/duotone-in-web-design-875d8e90da4b
April 11, 2018 at 3:13:09 PM EDT *
images webdesign inspiration
FILLER

Jpeg.io | Convert any major image format into a highly optimized JPEG

QRCode

Convert any major image format into a highly optimized JPEG
Drag your image into the dropspace below, and we'll convert it into a progressive JPEG
and then optimize it using an advanced JPEG optimization technology.

https://www.jpeg.io
April 11, 2018 at 3:06:48 PM EDT *
jpg images optimization
FILLER

Jun Takahashi - Square Up

QRCode

Speaking about using sharp angles and shapes, Tokyo-based illustrator Jun Takahashi uses this technique to create geometric sports characters.

http://juntakahashi.jp/wp/wp-content/uploads/2016/10/lsd_tobira.jpg
August 1, 2017 at 11:25:20 AM EDT *
illustrator images inspiration
FILLER

GitHub - JustClear/blurify: blurify.js is a tiny(~2kb) library to blurred pictures, support graceful downgrade from `css` mode to `canvas` mode.

QRCode
https://github.com/JustClear/blurify
April 2, 2017 at 3:07:49 PM EDT *
images javascript webdesign
FILLER
1 / 2
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community