<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: meetqy</title>
    <description>The latest articles on DEV Community by meetqy (@meetqy).</description>
    <link>https://dev.to/meetqy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1190418%2Fbcf9296c-2f58-4385-be33-906fbbab31bd.jpeg</url>
      <title>DEV Community: meetqy</title>
      <link>https://dev.to/meetqy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/meetqy"/>
    <language>en</language>
    <item>
      <title>Build Your Own AI Sticker Maker: Keyword in, WebP out 🎨</title>
      <dc:creator>meetqy</dc:creator>
      <pubDate>Fri, 23 May 2025 09:03:15 +0000</pubDate>
      <link>https://dev.to/meetqy/build-your-own-ai-sticker-maker-keyword-in-webp-out-194p</link>
      <guid>https://dev.to/meetqy/build-your-own-ai-sticker-maker-keyword-in-webp-out-194p</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdilexw1mdlarvkxm5qp9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdilexw1mdlarvkxm5qp9.png" alt="Free AI Sticker Maker - Create Custom Stickers with AI | Landin.ai" width="800" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  I Built a Sticker Generator That Creates WebP Stickers from Keywords (with AI)
&lt;/h2&gt;

&lt;p&gt;As a developer who loves building small AI-powered tools, I recently launched a fun project — a &lt;strong&gt;sticker generator&lt;/strong&gt; that takes a simple text prompt and turns it into a &lt;strong&gt;WebP sticker&lt;/strong&gt; in seconds.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;No drawing skills required. Just type a keyword and get a transparent AI-generated sticker.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;👉 &lt;strong&gt;Live Demo&lt;/strong&gt;: &lt;a href="https://landin.ai/tools/free-ai-sticker-maker" rel="noopener noreferrer"&gt;https://landin.ai/tools/free-ai-sticker-maker&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 What It Does
&lt;/h2&gt;

&lt;p&gt;The tool is super simple — and that’s the point.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You enter a prompt like:

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;cute cat&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;cyberpunk robot&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pixel art game controller&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;It sends the prompt to an AI image generation model (e.g., SDXL or DALL·E).&lt;/li&gt;
&lt;li&gt;It processes the result and returns a &lt;strong&gt;WebP image with a transparent background&lt;/strong&gt;, downloadable right away.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No login. No setup. Just open the page and start creating.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh876gr5h2ga7ckngjy1p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh876gr5h2ga7ckngjy1p.png" alt="Sample example 4" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Why I Built It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;I wanted a fast way to generate social-media-friendly assets like stickers.&lt;/li&gt;
&lt;li&gt;I’m experimenting with WebP for lightweight delivery and transparent assets.&lt;/li&gt;
&lt;li&gt;I love tools that go from &lt;strong&gt;"input → output"&lt;/strong&gt; with no complexity.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Also, I wanted to explore:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI image generation workflows&lt;/li&gt;
&lt;li&gt;Prompt-engineering for illustrations&lt;/li&gt;
&lt;li&gt;Exporting transparent WebP in a browser&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠 Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Next.js + Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI backend&lt;/strong&gt;: (can be Stable Diffusion API / Replicate / custom inference server)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Export&lt;/strong&gt;: WebP with transparent background&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting&lt;/strong&gt;: Vercel (or your own choice)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I focused on making the UX as minimal as possible — input box, preview area, download button.&lt;/p&gt;




&lt;h2&gt;
  
  
  🖼️ Sample Output
&lt;/h2&gt;

&lt;p&gt;Here are some example prompts and the stickers generated:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj9cwo810rgx41jg6l39p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj9cwo810rgx41jg6l39p.png" alt="Sample example 1" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9sj7dtod5zmj6ops9anv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9sj7dtod5zmj6ops9anv.png" alt="Sample example 2" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8598oxgwgagvz1fpq979.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8598oxgwgagvz1fpq979.png" alt="Sample example 3" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🎯 Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Social media stickers&lt;/li&gt;
&lt;li&gt;Telegram / Discord sticker packs&lt;/li&gt;
&lt;li&gt;Fun design elements&lt;/li&gt;
&lt;li&gt;Quick creative prototyping&lt;/li&gt;
&lt;li&gt;Meme generation&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📦 Try It
&lt;/h2&gt;

&lt;p&gt;If you're curious, give it a spin:&lt;br&gt;
👉 &lt;a href="https://landin.ai/tools/free-ai-sticker-maker" rel="noopener noreferrer"&gt;https://landin.ai/tools/free-ai-sticker-maker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's open and free to use. Would love to hear your feedback!&lt;/p&gt;




&lt;h2&gt;
  
  
  💬 Let’s Connect
&lt;/h2&gt;

&lt;p&gt;If you're building something similar, or love AI/dev tools, follow me here or reach out on Twitter/X: &lt;a href="https://twitter.com/meetqy" rel="noopener noreferrer"&gt;@meetqy&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy creating!&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>ZColoring: Unleash Your Creativity with AI-Powered Coloring Tools 🎨</title>
      <dc:creator>meetqy</dc:creator>
      <pubDate>Tue, 04 Mar 2025 05:48:19 +0000</pubDate>
      <link>https://dev.to/meetqy/zcoloring-unleash-your-creativity-with-ai-powered-coloring-tools-1pp6</link>
      <guid>https://dev.to/meetqy/zcoloring-unleash-your-creativity-with-ai-powered-coloring-tools-1pp6</guid>
      <description>&lt;p&gt;Hey everyone! 👋 Excited to share a project I've been working on: &lt;strong&gt;ZColoring&lt;/strong&gt;, a suite of AI-powered tools designed to make creative exploration more accessible and fun! If you're a developer who loves dabbling in design, an artist looking for new tools, or just someone who enjoys creative experimentation, I think you'll find something to love here.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5rvpf3fr2ub5rf8r2gpw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5rvpf3fr2ub5rf8r2gpw.png" alt="zcoloring cover" width="800" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fif3h7ma27izitkshgmdn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fif3h7ma27izitkshgmdn.png" alt="Image description" width="800" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Core Features: Putting AI to Work for Art
&lt;/h2&gt;

&lt;p&gt;ZColoring isn't just another image editor; it's designed to leverage AI for creative workflows. Here are some key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;🎨 Professional Creative Tools:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Image to Line Art:&lt;/strong&gt; Turns your photos into crisp, clean line drawings – perfect for coloring books, design mockups, or just adding a unique artistic touch. It uses AI to identify edges and create visually pleasing line art.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Color Palette Generator (Coming soon):&lt;/strong&gt; Automatically extract harmonious color palettes from images. Think of it as your AI-powered color theory assistant!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Style Transfer (Coming soon):&lt;/strong&gt; Apply the style of famous artworks (or any image you choose) to your own photos. Imagine turning your selfie into a Van Gogh painting!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Smart Coloring Assistant (Coming soon):&lt;/strong&gt; Suggestions and assistance for choosing colors that complement your line art, helping you create visually appealing results.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;&lt;strong&gt;🛠️ Advanced Customization:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Professional-grade parameters:&lt;/strong&gt; Dive deep and fine-tune the results with adjustable settings for each tool. This isn't just point-and-click; you have control!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-time preview:&lt;/strong&gt; See the effects of your adjustments instantly. No more guessing!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;High-resolution output:&lt;/strong&gt; Download your artwork in crisp, high-quality formats suitable for printing or sharing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multiple style options:&lt;/strong&gt; Each tool offers different style variations to suit your creative vision.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;&lt;strong&gt;📱 Premium Experience:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Modern, intuitive interface:&lt;/strong&gt; Built with a focus on usability, so you can get straight to creating.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-platform compatibility:&lt;/strong&gt; Use it on your desktop, tablet, or even your phone!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast processing speed:&lt;/strong&gt; AI processing is optimized for speed, so you won't be waiting around.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud storage (Coming soon):&lt;/strong&gt; Store your projects securely in the cloud and access them from anywhere.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 Getting Started: Jump Right In!
&lt;/h2&gt;

&lt;p&gt;It's super easy to get started:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Head over to &lt;a href="https://zcoloring.com" rel="noopener noreferrer"&gt;zcoloring.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Check out the available creative tools.&lt;/li&gt;
&lt;li&gt;Select the tool you want to use.&lt;/li&gt;
&lt;li&gt;Follow the simple, tool-specific instructions.&lt;/li&gt;
&lt;li&gt;Download your awesome new artwork!&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  💡 Pro Tips: Maximize Your Creativity
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;High-quality sources are key:&lt;/strong&gt; Start with the best possible images for the best results.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Experiment, experiment, experiment!:&lt;/strong&gt; Try combining different tools and settings to find unique styles.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Save your favorite configurations:&lt;/strong&gt; Don't lose those perfect settings!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Look for inspiration:&lt;/strong&gt; Check out the tutorial section (coming soon!) for ideas.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Join our community:&lt;/strong&gt; Share your creations and get feedback from other users.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🛠️ Tech Stack: Built with Modern Tools
&lt;/h2&gt;

&lt;p&gt;For the tech-minded folks, here's what's under the hood:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 14:&lt;/strong&gt; For a performant and scalable front-end.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript:&lt;/strong&gt; For type safety and maintainability.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS:&lt;/strong&gt; For rapid UI development with a consistent design.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Next UI:&lt;/strong&gt; For beautiful and accessible components.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI-powered image processing:&lt;/strong&gt; Using a blend of server-side and client-side processing for optimal performance and flexibility. I'm using some cool ML models to make it all happen! (Happy to answer questions about the specific models I'm using if you're curious!)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🙏 Shoutouts and Credits
&lt;/h2&gt;

&lt;p&gt;Massive thanks to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/itorr/one-last-image" rel="noopener noreferrer"&gt;one-last-image&lt;/a&gt; for inspiration on the image processing aspects.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nextjs.org" rel="noopener noreferrer"&gt;Next.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tailwindcss.com" rel="noopener noreferrer"&gt;Tailwind CSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nextui.org" rel="noopener noreferrer"&gt;Next UI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📞 Get in Touch
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://zcoloring.com" rel="noopener noreferrer"&gt;zcoloring.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ⚠️ Important: Copyright Notice
&lt;/h2&gt;

&lt;p&gt;© 2024 ZColoring. All rights reserved.&lt;/p&gt;

&lt;p&gt;This software is proprietary. Unauthorized copying, modification, distribution, or use is strictly prohibited. Basically, play fair! 😊&lt;/p&gt;

</description>
      <category>ai</category>
      <category>lineart</category>
    </item>
    <item>
      <title>🖼️ Automate Your Color Palettes: A Dev's Tool for Instant Image Collages &amp; Color Extraction</title>
      <dc:creator>meetqy</dc:creator>
      <pubDate>Thu, 26 Dec 2024 05:27:19 +0000</pubDate>
      <link>https://dev.to/meetqy/automate-your-color-palettes-a-devs-tool-for-instant-image-collages-color-extraction-1fhi</link>
      <guid>https://dev.to/meetqy/automate-your-color-palettes-a-devs-tool-for-instant-image-collages-color-extraction-1fhi</guid>
      <description>&lt;p&gt;Are you tired of manually picking colors from images for your projects? As developers, we often need inspiration from existing designs, photos, or artwork. But extracting those perfect color palettes and creating visually consistent collages can be time-consuming. That's why I built a tool to streamline this process, and I think you'll find it super useful! This tool automatically extracts vibrant color palettes from your images and generates beautiful collages, all in seconds. Forget tedious color picking and get ready to boost your workflow.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ignmit1xl5bmiqovwv2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ignmit1xl5bmiqovwv2.png" alt="Cover Image" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://www.youtube.com/watch?si=k2VtpYE-5QUY94uK&amp;amp;v=VhcCTGViXQE&amp;amp;feature=youtu.be" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.ytimg.com%2Fvi%2FVhcCTGViXQE%2Fmaxresdefault.jpg%3Fsqp%3D-oaymwEmCIAKENAF8quKqQMa8AEB-AHkCYAC0AWKAgwIABABGGUgZShlMA8%3D%26rs%3DAOn4CLDjTxjxPTHkndra_HkXNu1spSIjAg" height="450" class="m-0" width="800"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://www.youtube.com/watch?si=k2VtpYE-5QUY94uK&amp;amp;v=VhcCTGViXQE&amp;amp;feature=youtu.be" rel="noopener noreferrer" class="c-link"&gt;
          Color Matching Outfit Generator: Create Perfect Fashion Color Palettes By IPalettes - YouTube
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          The Color Matching Outfit Generator is a powerful online tool designed to help fashion enthusiasts, designers, and anyone interested in color coordination cr...
        &lt;/p&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.youtube.com%2Fs%2Fdesktop%2Fc01ea7e3%2Fimg%2Flogos%2Ffavicon.ico" width="800" height="400"&gt;
        youtube.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  &lt;strong&gt;Here's how this tool can level up your workflow:&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Drag &amp;amp; Drop Image Upload:&lt;/strong&gt; Quickly upload your PNG, JPG, or JPEG files. We handle the validation behind the scenes.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Single Image Processing Power:&lt;/strong&gt; Analyze one image at a time for precise color extraction.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;High-Resolution Output:&lt;/strong&gt; Get stunning, pixel-perfect results thanks to 4x upscaling for export.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Automated Color Extraction:&lt;/strong&gt; Extract the 5 most dominant colors using the ColorThief library.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;RGB to HEX Conversion:&lt;/strong&gt; Immediately get your color codes in HEX format for easy use in CSS, code, or design tools.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Real-Time Processing:&lt;/strong&gt; See your palette and collage generated instantly.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Customizable Exports:&lt;/strong&gt; Download high-quality PNGs with custom naming conventions.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Preserved Image Quality:&lt;/strong&gt; Your original image remains pristine in the process.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa5d2pmvox4khcjutgn8j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa5d2pmvox4khcjutgn8j.png" alt="Image description" width="768" height="1024"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How It Works (The Techie Stuff):&lt;/strong&gt;
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Image Loading:&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;  The tool uses a drag-and-drop interface or click-to-upload.&lt;/li&gt;
&lt;li&gt;  File validation and size checks are done in real-time (no surprises!).&lt;/li&gt;
&lt;li&gt;  Your image is converted to a base64 string for preview.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Color Extraction Magic:&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;  A virtual image object is created to analyze the image data.&lt;/li&gt;
&lt;li&gt;  The color palette is extracted using the brilliant ColorThief algorithm.&lt;/li&gt;
&lt;li&gt;  RGB values are converted to those beautiful, usable HEX codes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Display and Export:&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;  The final composition, your image alongside the generated color palette, is rendered dynamically in your browser.&lt;/li&gt;
&lt;li&gt;  The output maintains the original aspect ratio of your image.&lt;/li&gt;
&lt;li&gt;  You can download your custom collage as a high-quality PNG.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why You Should Use This Tool:&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Brand Identity Development:&lt;/strong&gt; Quickly extract color themes from logos or brand imagery.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Mood Board Creation for Projects:&lt;/strong&gt; Gather inspiration and build out visual palettes for your next project.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Design System Documentation:&lt;/strong&gt; Automatically generate color documentation from design assets.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Social Media Content (for Developers):&lt;/strong&gt; Create consistent and visually appealing content for your dev blogs or Twitter.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Art Direction &amp;amp; Design Inspiration:&lt;/strong&gt; Find new color combinations or build off existing themes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3i3zx2thdyvj7zcxr45u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3i3zx2thdyvj7zcxr45u.png" alt="Image description" width="768" height="1024"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Get the Most Out of It:&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Use High-Quality Images:&lt;/strong&gt; The better the image quality, the more precise your color extraction will be.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Lighting Matters:&lt;/strong&gt; Choose images with good lighting to capture colors accurately.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Consider Image Composition:&lt;/strong&gt; Different crops or compositions can yield different palettes. Experiment!&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Test Different Angles/Crops:&lt;/strong&gt; A little tweaking can yield unexpected and exciting results.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Export at Maximum Quality (always):&lt;/strong&gt; Why settle for less when you can have pixel-perfect results?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This tool isn't just about automating a tedious task, it's about freeing up your creative brain space and letting you focus on building awesome stuff. Ready to unleash the power of color? Try out the tool today and let me know what you think in the comments! I’m excited to hear how you use it!&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://ipalettes.com/tool/collage-photo-and-color-palette-generator" rel="noopener noreferrer"&gt;Collage Photo and Color Palette Generator&lt;/a&gt;  &lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>nextui</category>
      <category>tailwindcss</category>
      <category>ai</category>
    </item>
    <item>
      <title>IPalettes - The Ultimate AI Color Palettes Generator</title>
      <dc:creator>meetqy</dc:creator>
      <pubDate>Sat, 21 Dec 2024 13:20:35 +0000</pubDate>
      <link>https://dev.to/meetqy/ipalettes-the-ultimate-ai-color-palettes-generator-477b</link>
      <guid>https://dev.to/meetqy/ipalettes-the-ultimate-ai-color-palettes-generator-477b</guid>
      <description>&lt;p&gt;Color is at the heart of every design project, whether it’s a website, a branding campaign, or an artistic creation. But finding the perfect color palette can be a time-consuming and often frustrating process. Traditional tools might limit your options or fail to deliver the inspiration you need.&lt;/p&gt;

&lt;p&gt;That’s where IPalettes comes in—an innovative AI Color Palettes Generator designed to make color selection easier, faster, and more inspiring.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvasgi4ssou6fsbk7lur7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvasgi4ssou6fsbk7lur7.png" alt="Image description" width="800" height="459"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjkg21wh20ulhsjcbov61.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjkg21wh20ulhsjcbov61.png" alt="Image description" width="800" height="459"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs7zh1ub16npv6q9f7kiy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs7zh1ub16npv6q9f7kiy.png" alt="Image description" width="800" height="458"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3nhoxtt779mx6xuniq2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq3nhoxtt779mx6xuniq2.png" alt="Image description" width="800" height="459"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmsa4uncp2fzin9exr15b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmsa4uncp2fzin9exr15b.png" alt="Image description" width="800" height="458"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F46vr6w0c73ytceujbywu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F46vr6w0c73ytceujbywu.png" alt="Image description" width="800" height="459"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here’s how IPalettes is transforming the way designers, artists, and creators approach color:&lt;/p&gt;

&lt;h2&gt;
  
  
  Generate Color Palettes with AI Based on Keywords
&lt;/h2&gt;

&lt;p&gt;With IPalettes, generating the perfect color palette is as simple as entering a keyword. Whether you type “spring,” “ocean,” or “vintage,” the AI instantly analyzes the keyword and generates a set of color palettes tailored to match your theme. This removes the guesswork from color selection and helps you explore new, unexpected color combinations that align with your vision.&lt;/p&gt;

&lt;h2&gt;
  
  
  Detailed Color Codes for Easy Application
&lt;/h2&gt;

&lt;p&gt;Each color palette generated by IPalettes comes with precise color codes (such as HEX and RGB values). This feature is especially useful for designers and developers, as it eliminates the need for manual color picking or conversions. You get everything you need to integrate the colors directly into your projects, ensuring a seamless design process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Smart Recommendations for Similar Palettes
&lt;/h2&gt;

&lt;p&gt;Finding the perfect palette doesn’t stop with one choice. IPalettes offers AI-powered recommendations for similar color palettes based on the one you’ve selected. This feature allows you to explore additional color combinations that might better suit your needs, helping you save time and discover new possibilities you may not have considered.&lt;/p&gt;

&lt;h2&gt;
  
  
  Search Palettes by Tags
&lt;/h2&gt;

&lt;p&gt;Need a specific vibe or theme? IPalettes allows you to search for color palettes using tags like “modern,” “minimalistic,” or “vibrant.” This intuitive search functionality makes it easy to find color palettes that match specific moods, styles, or trends, ensuring you get the exact look you’re after without wasting time.&lt;/p&gt;

&lt;h2&gt;
  
  
  User-Friendly Interface
&lt;/h2&gt;

&lt;p&gt;Whether you’re a beginner or a seasoned designer, IPalettes offers an easy-to-use platform that anyone can navigate. The clean, intuitive interface ensures that generating and managing color palettes is fast and effortless, allowing you to focus on what really matters—your creative work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Choose IPalettes?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI-Powered Creativity&lt;/strong&gt;: Generate unique, tailored color palettes with just a few keywords.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Save Time&lt;/strong&gt;: Skip the tedious manual work of choosing colors and let the AI do the heavy lifting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Endless Possibilities&lt;/strong&gt;: From recommendations to color code details, IPalettes gives you the tools to experiment and create.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Perfect for Any Project&lt;/strong&gt;: Whether you’re designing a website, creating a logo, or working on an art project, IPalettes has you covered.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Let's Go!
&lt;/h2&gt;

&lt;p&gt;IPalettes makes color selection effortless, efficient, and inspiring. It’s the ultimate tool for anyone looking to bring their creative vision to life with the perfect color palette. Visit &lt;a href="https://ipalettes.com" rel="noopener noreferrer"&gt;IPalettes - The Ultimate AI Color Palettes Generator&lt;/a&gt; today and discover how our AI-powered platform can elevate your designs.&lt;/p&gt;

</description>
      <category>design</category>
      <category>ai</category>
    </item>
    <item>
      <title>AISEKA Color Tool Website</title>
      <dc:creator>meetqy</dc:creator>
      <pubDate>Sat, 07 Dec 2024 01:12:39 +0000</pubDate>
      <link>https://dev.to/meetqy/aiseka-color-tool-website-4bol</link>
      <guid>https://dev.to/meetqy/aiseka-color-tool-website-4bol</guid>
      <description>&lt;p&gt;Welcome to &lt;strong&gt;AISEKA&lt;/strong&gt;, a practical website dedicated to exploring and designing with colors. It offers a wide range of tools to help users understand, create, and apply color schemes. Whether you're a graphic designer, UI/UX designer, or a color enthusiast, you'll find inspiration and utility here.  &lt;/p&gt;




&lt;h2&gt;
  
  
  🧙‍♀️ &lt;strong&gt;ScreenShot&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flmyxyyuml4t08a3ge2zh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flmyxyyuml4t08a3ge2zh.png" alt="AiSeka Color List Page ScreenShot" width="800" height="464"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkc4iker4zsv1u8mny8th.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkc4iker4zsv1u8mny8th.png" alt="AiSeka Color Palette List Page ScreenShot" width="800" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F452wge98goue49s1he35.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F452wge98goue49s1he35.png" alt="AiSeka Color Detail Page With Base ScreenShot" width="800" height="463"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnz5o4759gsih1eo6nc4l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnz5o4759gsih1eo6nc4l.png" alt="AiSeka Color Detail Page With Combintions ScreenShot" width="800" height="464"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmstq49ffdybwbb89s71n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmstq49ffdybwbb89s71n.png" alt="AiSeka Color Detail Page With Download ScreenShot" width="800" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fartv5401scjshvceghad.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fartv5401scjshvceghad.png" alt="AiSeka Color Detail Page With Extend ScreenShot" width="800" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7d3a6kfn6v7vs18201af.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7d3a6kfn6v7vs18201af.png" alt="AiSeka Color Detail Page With Mockup ScreenShot" width="800" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh8xd3lm575ue6n53y31j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh8xd3lm575ue6n53y31j.png" alt="AiSeka Color Detail Page With Readability ScreenShot" width="800" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ficyjwpzzy2l5g9qomwqd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ficyjwpzzy2l5g9qomwqd.png" alt="AiSeka Color Detail Page With Shades ScreenShot" width="800" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://aiseka.com/color/hex/e0aa00" rel="noopener noreferrer"&gt;#E0AA00 Golden Harvest&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  ✨ &lt;strong&gt;Website Features&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. &lt;strong&gt;Color Details&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Provides comprehensive analysis for each color, including:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Color Properties&lt;/strong&gt;: HEX, RGB, HSL, HSV, CMYK, LAB, and more.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Color Meaning&lt;/strong&gt;: Name and description of each color (e.g., Golden Apricot is a warm and inviting tone filled with sunshine and nostalgia).
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Practical Info&lt;/strong&gt;: Includes luminosity, web-safe values, etc.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. &lt;strong&gt;Color Combination Suggestions&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Offers rich color matching schemes suitable for various design scenarios:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Complementary Colors&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Split Complementary Colors&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Triadic Colors&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tetradic Colors&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analogous Colors&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Marks the best and avoidable combinations to help users create harmonious palettes quickly.  &lt;/p&gt;

&lt;h3&gt;
  
  
  3. &lt;strong&gt;Gradient and Shade Generation&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Automatically generates multiple:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Light Tints&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gray Shades&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dark Shades&lt;/strong&gt;
Perfect for different design needs, from soft and light palettes to deep and dramatic tones.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. &lt;strong&gt;Download and Sharing Tools&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Generate and download solid color images with or without HEX codes in various aspect ratios (e.g., 1:1, 16:9).
&lt;/li&gt;
&lt;li&gt;Share directly to social media platforms like Facebook and Pinterest to spread inspiration quickly.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. &lt;strong&gt;Readability Evaluation&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Smartly calculates the contrast ratio between text and background, providing optimal color combinations to ensure accessibility and readability.  &lt;/p&gt;




&lt;h2&gt;
  
  
  🖌️ &lt;strong&gt;Applications&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Brand Design&lt;/strong&gt;: Quickly find matching primary and secondary colors for brands.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UI/UX Design&lt;/strong&gt;: Generate readable, harmonious interface color schemes.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interior Decoration&lt;/strong&gt;: Offers usage suggestions to create cozy or modern interior styles.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Marketing and Promotion&lt;/strong&gt;: Discover perfect color combinations for seasonal campaigns (e.g., summer sales, autumn themes).
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🌟 &lt;strong&gt;Key Highlights&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;User-Friendly&lt;/strong&gt;: Intuitive interface and easy-to-understand color analysis tools.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Professional Data Support&lt;/strong&gt;: Covers multiple color standards and matching modes for professional design scenarios.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rich Inspiration Source&lt;/strong&gt;: Not just a tool but a library of color ideas to extend your creativity.
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📢 &lt;strong&gt;Contact Us&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;For suggestions or inquiries, feel free to reach out:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Website: &lt;a href="https://www.aiseka.com" rel="noopener noreferrer"&gt;AISEKA Official Website&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Explore the infinite possibilities of colors and make every design filled with creativity and professionalism!&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>shadcn</category>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>my open source rao.pics. Helps you remotely access Eagle's material library</title>
      <dc:creator>meetqy</dc:creator>
      <pubDate>Wed, 06 Dec 2023 02:56:04 +0000</pubDate>
      <link>https://dev.to/meetqy/my-open-source-raopics-helps-you-remotely-access-eagles-material-library-1jpl</link>
      <guid>https://dev.to/meetqy/my-open-source-raopics-helps-you-remotely-access-eagles-material-library-1jpl</guid>
      <description>&lt;p&gt;Helps you remotely access Eagle's material library &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Desktop App ScreenShots&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nksnAOtl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6glyavcoutkn1vehoplz.png" alt="preview desktop home page" width="800" height="464"&gt;&lt;/th&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--da7PtK1R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fyqxavwiiz9djs72i3g4.png" alt="preview desktop prepare sync" width="800" height="464"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;PC Web Preview ScreenShots&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iBrd8HOi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/94uluum9pm0r1dlrwful.png" alt="pc web preview dark mode" width="800" height="491"&gt;&lt;/th&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Axo4V_sD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vrqqitg0v1sbaggg2y4q.png" alt="pc web preview, light mode" width="800" height="491"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ToUqMKPY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/c0ogkzid7ek6m0udolxc.png" alt="pc web layout mode and waterfall" width="800" height="491"&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0UHtWay1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ju6lwlrle00syidjsjgp.png" alt="pc web menu" width="800" height="491"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Mobile Web Preview ScreenShots&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PusL7c8k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vwoeipic5297s319ljn8.png" alt="mobile web preview" width="800" height="1600"&gt;&lt;/th&gt;
&lt;th&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Fo2UbHdF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zba6wf1titkpeujl79jl.png" alt="mobile web menu" width="800" height="1600"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🎨 Over 30 color schemes to choose from, and you can also customize the theme to suit your preferences&lt;/li&gt;
&lt;li&gt;🔌 Incremental updates and real-time synchronization, fast and no waiting required&lt;/li&gt;
&lt;li&gt;🔐 Does not modify any of your files, generates indexes by reading, even if there is a mistake, it will not cause any harm to the metadata&lt;/li&gt;
&lt;li&gt;🔸 Very simple, you just need to click, and you can view materials on other devices&lt;/li&gt;
&lt;li&gt;📱 Supports mobile phones, tablets, and PCs at the same time&lt;/li&gt;
&lt;li&gt;📌 The default theme supports PWA, you can save it as an app without opening the browser every time&lt;/li&gt;
&lt;li&gt;🎊 Can access materials without relying on management software, and can even be deployed on Windows/MacOS servers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Repository
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/meetqy"&gt;
        meetqy
      &lt;/a&gt; / &lt;a href="https://github.com/meetqy/rao-pics"&gt;
        rao-pics
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      :electron: 帮助你远程访问 Eagle 的素材库。
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div&gt;
    &lt;a href="https://rao.pics" rel="nofollow"&gt;
        &lt;img width="196" src="https://res.cloudinary.com/practicaldev/image/fetch/s--yiEyVIXO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-pics./icons/logo.svg" alt="rao.pics logo"&gt;
    &lt;/a&gt;
    &lt;h1&gt;
Rao Pics&lt;/h1&gt;
    &lt;p&gt;帮助你远程访问 Eagle 的素材库&lt;/p&gt;
    &lt;p&gt;
        &lt;a href="https://codecov.io/gh/meetqy/rao-pics" rel="nofollow"&gt;&lt;img alt="codecov" src="https://camo.githubusercontent.com/f194c5c028e994e316c474375b938c071bfe90e793b5ea108995309da8bdecec/68747470733a2f2f636f6465636f762e696f2f67682f6d65657471792f72616f2d706963732f67726170682f62616467652e7376673f746f6b656e3d473955473653454f5a4b"&gt;&lt;/a&gt;
        &lt;a href="https://github.com/rao-pics/core/blob/main/LICENSE"&gt;&lt;img alt="License" src="https://camo.githubusercontent.com/83cb9cb603d7f2112ccba06ce8566d57c7e11a37c39f3bebbfc0022bb7d9750e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72616f2d706963732f636f7265"&gt;&lt;/a&gt;
        &lt;a href="https://github.com/rao-pics/core/releases"&gt;&lt;img alt="Release" src="https://camo.githubusercontent.com/1a1b49acca65b649fd88b1bad3388731bd300ae58a1adb39b866dade61b3fb6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f72616f2d706963732f636f7265"&gt;&lt;/a&gt;
        &lt;a href="https://github.com/rao-pics/rao-pics/releases"&gt;&lt;img alt="Release" src="https://camo.githubusercontent.com/742c3802529bb31cee108511a6834096093f52e61067f9992b520b222097259d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f72616f2d706963732f636f72652f746f74616c"&gt;&lt;/a&gt;
        &lt;a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fmeetqy%2Frao-pics?ref=badge_small" title="FOSSA Status" rel="nofollow"&gt;&lt;img alt="FOSSA Status" src="https://camo.githubusercontent.com/968640f6bc4061bb53cae00287b50fcf05f49f0d81d8188fdcda9ca93bf6a33d/68747470733a2f2f6170702e666f7373612e636f6d2f6170692f70726f6a656374732f6769742532426769746875622e636f6d2532466d656574717925324672616f2d706963732e7376673f747970653d736d616c6c"&gt;&lt;/a&gt;
    &lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
    &lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/18411315/270081394-5c106f28-1122-4f81-a7be-3ac5d1f3d446.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE4MzE2NjQsIm5iZiI6MTcwMTgzMTM2NCwicGF0aCI6Ii8xODQxMTMxNS8yNzAwODEzOTQtNWMxMDZmMjgtMTEyMi00ZjgxLWE3YmUtM2FjNWQxZjNkNDQ2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA2VDAyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZiZGYwYWRiN2JlZWYwYjdiYWE2MDcyMmY2MmY0NTNhY2ZhYjgyMjJiNzIwMDRjOWYyMDRlMmU5NTdmYTVhMjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.EowBWakctVTMHsB7J0grfzOosqcm9p3uRMqVLMYnYVk"&gt;&lt;img width="49.5%" src="https://res.cloudinary.com/practicaldev/image/fetch/s--dESpe5Qh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/18411315/270081394-5c106f28-1122-4f81-a7be-3ac5d1f3d446.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE4MzE2NjQsIm5iZiI6MTcwMTgzMTM2NCwicGF0aCI6Ii8xODQxMTMxNS8yNzAwODEzOTQtNWMxMDZmMjgtMTEyMi00ZjgxLWE3YmUtM2FjNWQxZjNkNDQ2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA2VDAyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZiZGYwYWRiN2JlZWYwYjdiYWE2MDcyMmY2MmY0NTNhY2ZhYjgyMjJiNzIwMDRjOWYyMDRlMmU5NTdmYTVhMjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.EowBWakctVTMHsB7J0grfzOosqcm9p3uRMqVLMYnYVk" alt="rao.pics screenshot1"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/18411315/270081399-13a82543-50b5-43b5-9d02-2dc50a03aaa3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE4MzE2NjQsIm5iZiI6MTcwMTgzMTM2NCwicGF0aCI6Ii8xODQxMTMxNS8yNzAwODEzOTktMTNhODI1NDMtNTBiNS00M2I1LTlkMDItMmRjNTBhMDNhYWEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA2VDAyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmODhmYmQyYmVlNWExY2VjNjM2NGM0OTQ5MjI5YTJkMmMxOGRlMGIyZWYxNTAzYjI3Y2UwNmRlNzlmNDg5MmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.zzQQJTbEtMQ2WxD9-7yzk1cP3AVJB0cdIZgxdmamc5A"&gt;&lt;img width="49.5%" src="https://res.cloudinary.com/practicaldev/image/fetch/s--U2ta2XRJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/18411315/270081399-13a82543-50b5-43b5-9d02-2dc50a03aaa3.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE4MzE2NjQsIm5iZiI6MTcwMTgzMTM2NCwicGF0aCI6Ii8xODQxMTMxNS8yNzAwODEzOTktMTNhODI1NDMtNTBiNS00M2I1LTlkMDItMmRjNTBhMDNhYWEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA2VDAyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmODhmYmQyYmVlNWExY2VjNjM2NGM0OTQ5MjI5YTJkMmMxOGRlMGIyZWYxNTAzYjI3Y2UwNmRlNzlmNDg5MmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.zzQQJTbEtMQ2WxD9-7yzk1cP3AVJB0cdIZgxdmamc5A" alt="rao.pics screenshot2"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div&gt;
    &lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/18411315/270081409-de85b011-f8be-45fd-8841-e9cffcb5a7e5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE4MzE2NjQsIm5iZiI6MTcwMTgzMTM2NCwicGF0aCI6Ii8xODQxMTMxNS8yNzAwODE0MDktZGU4NWIwMTEtZjhiZS00NWZkLTg4NDEtZTljZmZjYjVhN2U1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA2VDAyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQxZjg1ZjRjNWQxYzBiMTY1M2Q2ZjMzNjE3NTA1ZGVhNThjNDQ2ODkzMjM5MGU2M2E2NmViZWIxMTgxZTIzMGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.T995wMiUiMyegwb05y-T9oz_U_wibUt9OGR1F4bi_KM"&gt;&lt;img width="49.5%" src="https://res.cloudinary.com/practicaldev/image/fetch/s--DIJO8HzB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/18411315/270081409-de85b011-f8be-45fd-8841-e9cffcb5a7e5.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE4MzE2NjQsIm5iZiI6MTcwMTgzMTM2NCwicGF0aCI6Ii8xODQxMTMxNS8yNzAwODE0MDktZGU4NWIwMTEtZjhiZS00NWZkLTg4NDEtZTljZmZjYjVhN2U1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA2VDAyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQxZjg1ZjRjNWQxYzBiMTY1M2Q2ZjMzNjE3NTA1ZGVhNThjNDQ2ODkzMjM5MGU2M2E2NmViZWIxMTgxZTIzMGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.T995wMiUiMyegwb05y-T9oz_U_wibUt9OGR1F4bi_KM" alt="rao.pics screenshot3"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/18411315/270081402-644f81bb-b444-42c3-ae53-e2a2399a1e03.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE4MzE2NjQsIm5iZiI6MTcwMTgzMTM2NCwicGF0aCI6Ii8xODQxMTMxNS8yNzAwODE0MDItNjQ0ZjgxYmItYjQ0NC00MmMzLWFlNTMtZTJhMjM5OWExZTAzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA2VDAyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1N2JjYTI4ZDJiYzUzMTNlYTljNjYxZjdiMjg4NjM2ZGFkYWIyZmU1NWQzMzQ4MGVhMjdhNDVlMjUyMTQ3OGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.HKG1kEBRpwjs06zPwYhFXZVcFKOUaqvrHmWWfsDS1uc"&gt;&lt;img width="49.5%" src="https://res.cloudinary.com/practicaldev/image/fetch/s--g0RmYUC9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/18411315/270081402-644f81bb-b444-42c3-ae53-e2a2399a1e03.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE4MzE2NjQsIm5iZiI6MTcwMTgzMTM2NCwicGF0aCI6Ii8xODQxMTMxNS8yNzAwODE0MDItNjQ0ZjgxYmItYjQ0NC00MmMzLWFlNTMtZTJhMjM5OWExZTAzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA2VDAyNTYwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1N2JjYTI4ZDJiYzUzMTNlYTljNjYxZjdiMjg4NjM2ZGFkYWIyZmU1NWQzMzQ4MGVhMjdhNDVlMjUyMTQ3OGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.HKG1kEBRpwjs06zPwYhFXZVcFKOUaqvrHmWWfsDS1uc" alt="rao.pics screenshot4"&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;
    ✅ 立即下载：
    &lt;a href="https://github.com/meetqy/rao-pics/releases/latest"&gt;MAC M1&lt;/a&gt;
    &lt;span&gt; &lt;/span&gt;·🏃·&lt;span&gt; &lt;/span&gt;
    &lt;a href="https://github.com/meetqy/rao-pics/releases/latest"&gt;MAC INTER&lt;/a&gt;
    &lt;span&gt; &lt;/span&gt;·🏃·&lt;span&gt; &lt;/span&gt;
    &lt;a href="https://github.com/meetqy/rao-pics/releases/latest"&gt;WINDOWS&lt;/a&gt;
&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;如果在macOS上安装后无法打开，报错不受信任或者移到垃圾箱，执行下面命令后再启动即可：&lt;/p&gt;
&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;sudo xattr -d com.apple.quarantine /Applications/Rao&lt;span class="pl-cce"&gt;\ &lt;/span&gt;Pics.app&lt;/pre&gt;

&lt;/div&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
特点&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🎨 30 多种配色随意切换，还可以自定义主题，总有一款适合你&lt;/li&gt;
&lt;li&gt;🔌 增量更新和实时同步，速度很快，无需等待&lt;/li&gt;
&lt;li&gt;🔐 不会修改你的任何文件，通过读取生成索引，即使误操作，也不会对元数据造成任何伤害&lt;/li&gt;
&lt;li&gt;🔸 很简单，你只需要点点点，就可以在其他设备上查看素材&lt;/li&gt;
&lt;li&gt;📱 同时支持手机、平板、PC&lt;/li&gt;
&lt;li&gt;📌 默认主题支持 PWA，你可以保存为应用，无需每次打开浏览器&lt;/li&gt;
&lt;li&gt;🎊 无需依赖管理软件，也能访问素材，甚至可以部署在 Windows/MacOS 服务器上&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
默认主题 Gallery&lt;/h2&gt;

&lt;p&gt;目前已支持 WEB PWA 可直接将网页保存为 App&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a rel="noopener noreferrer" href="https://github.com/meetqy/rao-picsscreenshot/mobile-1.png"&gt;&lt;img alt="移动端 pwa 瀑布流演示" src="https://res.cloudinary.com/practicaldev/image/fetch/s--7nscd8sP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-picsscreenshot/mobile-1.png"&gt;&lt;/a&gt; 瀑布流&lt;/th&gt;
&lt;th&gt;
&lt;a rel="noopener noreferrer" href="https://github.com/meetqy/rao-picsscreenshot/mobile-2.png"&gt;&lt;img alt="移动端 pwa 菜单展示" src="https://res.cloudinary.com/practicaldev/image/fetch/s--_Q82Z4Sx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-picsscreenshot/mobile-2.png"&gt;&lt;/a&gt; 菜单&lt;/th&gt;
&lt;th&gt;
&lt;a rel="noopener noreferrer" href="https://github.com/meetqy/rao-picsscreenshot/mobile-3.png"&gt;&lt;img alt="移动端 pwa 自适应展示" src="https://res.cloudinary.com/practicaldev/image/fetch/s--sAyKte0X--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-picsscreenshot/mobile-3.png"&gt;&lt;/a&gt; 自适应&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;PC&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;a rel="noopener noreferrer" href="https://github.com/meetqy/rao-picsscreenshot/pc-1.png"&gt;&lt;img alt="PC 端 菜单展示 light 模式" src="https://res.cloudinary.com/practicaldev/image/fetch/s--yZUGE-GR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-picsscreenshot/pc-1.png"&gt;&lt;/a&gt;&lt;/th&gt;
&lt;th&gt;&lt;a rel="noopener noreferrer" href="https://github.com/meetqy/rao-picsscreenshot/pc-2.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jIP6WqKw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-picsscreenshot/pc-2.png" alt="PC 端 瀑布流演示 dark 模式"&gt;&lt;/a&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a rel="noopener noreferrer" href="https://github.com/meetqy/rao-picsscreenshot/pc-3.png"&gt;&lt;img alt="PC 端 自适应展示 light 模式" src="https://res.cloudinary.com/practicaldev/image/fetch/s--p_AurZoG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-picsscreenshot/pc-3.png"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a rel="noopener noreferrer" href="https://github.com/meetqy/rao-picsscreenshot/pc-4.png"&gt;&lt;img alt="PC 端 菜单展示 dark 模式" src="https://res.cloudinary.com/practicaldev/image/fetch/s--hSxv7xXk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-picsscreenshot/pc-4.png"&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
❤️ 支持&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;本项目已加入 &lt;a href="https://eagle.cool/affiliate" rel="nofollow"&gt;Eagle 联盟营销计划&lt;/a&gt;，如果你正好想要购买 &lt;a href="https://eagle.sjv.io/rao" rel="nofollow"&gt;Eagle App - 图片收集及管理必备工具&lt;/a&gt;，可以点击 &lt;a href="https://eagle.sjv.io/rao" rel="nofollow"&gt;购买&lt;/a&gt; 支持作者 😘😘😘&lt;/li&gt;
&lt;li&gt;如果你喜欢 Rao.Pics，可以在 Github Star，更欢迎 &lt;a href="https://twitter.com/intent/tweet?text=View%20Images%20on%20Any%20device.https://github.com/rao-pics/core" rel="nofollow"&gt;推荐&lt;/a&gt; 给你志同道合的朋友使用&lt;/li&gt;
&lt;li&gt;可以关注我的 &lt;a href="https://twitter.com/meetqy" rel="nofollow"&gt;Twitter&lt;/a&gt; 获取到最新的消息，或添加微信 &lt;code&gt;-meetqy-&lt;/code&gt; 拉你入群 &lt;strong&gt;（记得备注以下 GITHUB 哟）&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;



&lt;br&gt;
&lt;a href="https://eagle.sjv.io/rao" rel="nofollow"&gt;&lt;br&gt;
    &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--IqJ643dv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/meetqy/rao-pics./screenshot/eagle.svg" width="96" alt="eagle app"&gt;&lt;br&gt;
&lt;/a&gt;

&lt;h2&gt;
其他版本&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/meetqy/rao-pics/tree/turbo-electron-prisma"&gt;Electron 0.7.16&lt;/a&gt; - 初代 Electron App&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/rao-pics/docker"&gt;Docker&lt;/a&gt; - 支持 Eagle，素材库过大，同步会有些卡&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/meetqy/eagle-api"&gt;Eagle Api&lt;/a&gt; - 让你的 eagle 拥有 api 查询能力，基于 json-server&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
❤️ 鸣谢&lt;/h2&gt;

&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/f6cfd2b282386b90162a980d5c309bc4e09ba78c30c324d69c905c89db462cc5/68747470733a2f2f7265706f62656174732e6178696f6d2e636f2f6170692f656d6265642f653937333530303963376435383337326530353566323837356133363238336632356136303534302e737667"&gt;&lt;img src="https://camo.githubusercontent.com/f6cfd2b282386b90162a980d5c309bc4e09ba78c30c324d69c905c89db462cc5/68747470733a2f2f7265706f62656174732e6178696f6d2e636f2f6170692f656d6265642f653937333530303963376435383337326530353566323837356133363238336632356136303534302e737667" width="100%" alt="repobeats"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;a href="https://www.jetbrains.com/zh-cn/community/opensource/#support" rel="nofollow"&gt;&lt;img width="100" src="https://camo.githubusercontent.com/316c7802db512367d7e93c9d0028e891e3fa065116f6449636537c74f34cc2c3/68747470733a2f2f7265736f75726365732e6a6574627261696e732e636f6d2f73746f726167652f70726f64756374732f636f6d70616e792f6272616e642f6c6f676f732f6a625f6265616d2e706e67"&gt;&lt;/a&gt;&lt;/th&gt;
&lt;th&gt;&lt;a href="https://developer.mend.io/github/meetqy/rao-pics" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/54245a24034844bd6448688a87ff778f74d359602b6ce754df5594953af68cbc/68747470733a2f2f646576656c6f7065722e6d656e642e696f2f6173736574732f6d656e642d6c6f676f2e737667" width="100"&gt;&lt;/a&gt;&lt;/th&gt;
&lt;th&gt;&lt;a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fmeetqy%2Frao-pics/refs/branch/main/3bad02d7e6c4f87c4170d847e106573e12f811dd/preview" rel="nofollow"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xRcLlp-Z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://avatars.githubusercontent.com/u/9543448" width="100"&gt;&lt;/a&gt;&lt;/th&gt;
&lt;th&gt;&lt;a href="https://app.codecov.io/gh/meetqy/rao-pics" rel="nofollow"&gt;&lt;img width="100" src="https://camo.githubusercontent.com/3dde980961ccd9ecb4327b7e2cc5c878c8b5fada3100c81bd914c64b3c678e3f/68747470733a2f2f66696c65732e726561646d652e696f2f356166666238382d636f6465636f762e737667"&gt;&lt;/a&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
  &lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/meetqy/rao-pics"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
 

</description>
      <category>electron</category>
      <category>showdev</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
