2023-04-06 10:11:36 +00:00
<!DOCTYPE html>
< html lang = "en" class = "h-full" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
2023-09-01 04:13:16 +00:00
< meta name = "turbo-cache-control" content = "no-cache" data-turbo-track = "reload" data-track-token = "3.2.0.746856757892" >
2023-04-06 10:11:36 +00:00
<!-- See retype.com -->
2023-08-24 00:47:20 +00:00
< meta name = "generator" content = "Retype 3.2.0" >
2023-04-06 10:11:36 +00:00
<!-- Primary Meta Tags -->
2023-04-08 12:18:35 +00:00
< title > Image Tools | FreeMediaHeckYeah< / title >
< meta name = "title" content = "Image Tools | FreeMediaHeckYeah" >
2023-07-23 18:12:38 +00:00
< meta name = "description" content = "⭐ Image Editors- Image Editing Software & Sites" >
2023-04-06 10:11:36 +00:00
<!-- Canonical -->
2023-08-05 16:12:38 +00:00
< link rel = "canonical" href = "https://fmhy.pages.dev/img-tools/" >
2023-04-06 10:11:36 +00:00
<!-- Open Graph / Facebook -->
< meta property = "og:type" content = "website" >
2023-08-05 16:12:38 +00:00
< meta property = "og:url" content = "https://fmhy.pages.dev/img-tools/" >
2023-04-08 12:18:35 +00:00
< meta property = "og:title" content = "Image Tools | FreeMediaHeckYeah" >
2023-05-30 18:13:39 +00:00
< meta property = "og:description" content = "⭐ Image Editors- Image Editing Software & Sites" >
2023-04-06 10:11:36 +00:00
<!-- Twitter -->
< meta property = "twitter:card" content = "summary_large_image" >
2023-08-05 16:12:38 +00:00
< meta property = "twitter:url" content = "https://fmhy.pages.dev/img-tools/" >
2023-04-08 12:18:35 +00:00
< meta property = "twitter:title" content = "Image Tools | FreeMediaHeckYeah" >
2023-05-30 18:13:39 +00:00
< meta property = "twitter:description" content = "⭐ Image Editors- Image Editing Software & Sites" >
2023-04-06 10:11:36 +00:00
2023-07-23 18:12:38 +00:00
< script data-cfasync = "false" > ( function ( ) { var el = document . documentElement , m = localStorage . getItem ( "doc_theme" ) , wm = window . matchMedia ; if ( m === "dark" || ( ! m && wm && wm ( "(prefers-color-scheme: dark)" ) . matches ) ) { el . classList . add ( "dark" ) } else { el . classList . remove ( "dark" ) } } ) ( ) ; < / script >
2023-04-06 10:11:36 +00:00
2023-07-23 18:12:38 +00:00
< link href = "../static/favicon.ico" rel = "icon" >
2023-09-01 04:13:16 +00:00
< link href = "../resources/css/retype.css?v=3.2.0.746856757892" rel = "stylesheet" >
2023-04-06 10:11:36 +00:00
2023-09-01 04:13:16 +00:00
< script data-cfasync = "false" src = "../resources/js/config.js?v=3.2.0.746856757892" data-turbo-eval = "false" defer > < / script >
2023-08-24 00:47:20 +00:00
< script data-cfasync = "false" src = "../resources/js/retype.js?v=3.2.0" data-turbo-eval = "false" defer > < / script >
2023-09-01 04:13:16 +00:00
< script id = "lunr-js" data-cfasync = "false" src = "../resources/js/lunr.js?v=3.2.0.746856757892" data-turbo-eval = "false" defer > < / script >
2023-07-03 17:42:36 +00:00
2023-08-13 09:48:05 +00:00
< link rel = "stylesheet" href = "static/styles.css" >
2023-07-19 10:11:57 +00:00
2023-04-06 10:11:36 +00:00
< / head >
< body >
< div id = "docs-app" class = "relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300" >
< div class = "absolute bottom-0 left-0 bg-gray-100 dark:bg-dark-800" style = "top: 5rem; right: 50%" > < / div >
< header id = "docs-site-header" class = "sticky top-0 z-30 flex w-full h-16 bg-white border-b border-gray-200 md:h-20 dark:bg-dark-850 dark:border-dark-650" >
2023-07-23 18:12:38 +00:00
< div class = "container relative flex items-center justify-between pr-6 grow md:justify-start" >
2023-04-06 10:11:36 +00:00
<!-- Mobile menu button skeleton -->
< button v-cloak class = "skeleton docs-mobile-menu-button flex items-center justify-center shrink-0 overflow-hidden dark:text-white focus:outline-none rounded-full w-10 h-10 ml-3.5 md:hidden" > < svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px shrink-0" width = "24" height = "24" viewBox = "0 0 24 24" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < path d = "M2 4h20v2H2zM2 11h20v2H2zM2 18h20v2H2z" > < / path > < / g > < / svg > < / button >
< div v-cloak id = "docs-sidebar-toggle" > < / div >
<!-- Logo -->
< div class = "flex items-center justify-between h-full py-2 md:w-75" >
< div class = "flex items-center px-2 md:px-6" >
< a id = "docs-site-logo" href = "../" class = "flex items-center leading-snug text-2xl" >
< span class = "w-10 mr-2 grow-0 shrink-0 overflow-hidden" >
< img class = "max-h-10 dark:hidden md:inline-block" src = "../static/fmhy.ico" >
< img class = "max-h-10 hidden dark:inline-block" src = "../static/fmhy.ico" >
< / span >
< span class = "dark:text-white font-semibold line-clamp-1 md:line-clamp-2" > FMHY< / span >
< / a >
< / div >
< span class = "hidden h-8 border-r md:inline-block dark:border-dark-650" > < / span >
< / div >
< div class = "flex justify-between md:grow" >
<!-- Top Nav -->
< nav class = "hidden md:flex" >
< ul class = "flex flex-col mb-4 md:pl-16 md:mb-0 md:flex-row md:items-center" >
2023-08-05 16:12:38 +00:00
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy.divolt.xyz/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m3,0C1.35,0,0,1.35,0,3v13.5c0,1.65,1.35,3,3,3h4.5v3.75c0,.29.16.54.41.67.25.13.56.1.79-.07l5.8-4.35h6.5c1.65,0,3-1.35,3-3V3c0-1.65-1.35-3-3-3H3Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Chat< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy-search.streamlit.app/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m19.5,9.75c0,2.15-.7,4.14-1.88,5.75l5.93,5.94c.59.59.59,1.54,0,2.12-.59.59-1.54.59-2.12,0l-5.93-5.94c-1.61,1.18-3.6,1.87-5.75,1.87C4.36,19.5,0,15.13,0,9.75S4.36,0,9.75,0s9.75,4.36,9.75,9.75Zm-9.75,6.75c3.73,0,6.75-3.02,6.75-6.75s-3.02-6.75-6.75-6.75-6.75,3.02-6.75,6.75,3.02,6.75,6.75,6.75Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Search< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://www.reddit.com/r/FREEMEDIAHECKYEAH/" >
2023-08-06 04:12:11 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m9.36,14.4c-.67,0-1.2-.54-1.2-1.19s.54-1.2,1.2-1.2,1.19.54,1.19,1.2-.54,1.19-1.19,1.19Zm14.64-2.4c0,6.63-5.37,12-12,12S0,18.63,0,12,5.37,0,12,0s12,5.37,12,12Zm-6.4-1.99c-.45,0-.86.19-1.15.48-1.08-.75-2.55-1.23-4.17-1.29l.84-3.79,2.68.6c0,.66.54,1.19,1.19,1.19s1.2-.55,1.2-1.2-.54-1.2-1.2-1.2c-.47,0-.87.28-1.07.67l-2.96-.66c-.15-.04-.3.07-.33.21l-.92,4.18c-1.61.07-3.05.55-4.14,1.3-.3-.31-.71-.49-1.17-.49-1.69,0-2.24,2.27-.7,3.04-.05.24-.08.49-.08.75,0,2.55,2.86,4.61,6.39,4.61s6.4-2.06,6.4-4.61c0-.26-.03-.52-.09-.76,1.51-.77.96-3.02-.72-3.02Zm-3.33,5.62c-.88.88-3.68.87-4.53,0-.11-.11-.3-.11-.4,0-.12.12-.12.31,0,.42,1.1,1.1,4.22,1.1,5.33,0,.12-.11.12-.3,0-.42-.11-.11-.3-.11-.4,0Zm.37-3.63c-.66,0-1.19.54-1.19,1.2s.54,1.19,1.19,1.19,1.2-.54,1.2-1.19-.53-1.2-1.2-1.2Z" / >
2023-08-06 04:12:11 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Reddit< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://github.com/fmhy" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m8.03,19.32c0,.1-.11.18-.25.18-.16.01-.27-.06-.27-.18,0-.1.11-.18.25-.18.15-.01.27.06.27.18Zm-1.5-.22c-.03.1.06.21.21.24.13.05.27,0,.3-.1s-.06-.21-.21-.26c-.13-.03-.27.01-.3.11Zm2.14-.08c-.14.03-.24.13-.22.24.01.1.14.16.29.13.14-.03.24-.13.22-.23-.01-.09-.15-.16-.29-.14ZM11.85,0C5.13,0,0,5.23,0,12.11c0,5.5,3.38,10.21,8.2,11.87.62.11.84-.28.84-.6s-.01-2-.01-3.05c0,0-3.39.74-4.1-1.48,0,0-.55-1.44-1.35-1.82,0,0-1.11-.78.08-.76,0,0,1.2.1,1.87,1.28,1.06,1.92,2.84,1.36,3.53,1.04.11-.79.43-1.34.77-1.67-2.7-.31-5.43-.71-5.43-5.48,0-1.36.37-2.05,1.14-2.92-.13-.32-.54-1.65.13-3.37,1.01-.32,3.34,1.34,3.34,1.34.97-.28,2.01-.42,3.04-.42s2.07.14,3.04.42c0,0,2.33-1.67,3.34-1.34.66,1.72.25,3.05.13,3.37.77.88,1.25,1.56,1.25,2.92,0,4.79-2.85,5.17-5.55,5.48.45.39.82,1.14.82,2.3,0,1.67-.01,3.74-.01,4.15,0,.32.22.71.84.6,4.84-1.65,8.12-6.36,8.12-11.86C24,5.23,18.56,0,11.85,0Zm-7.14,17.12c-.06.05-.05.16.03.26.08.08.19.11.25.05.06-.05.05-.16-.03-.26-.08-.08-.19-.11-.25-.05Zm-.52-.4c-.03.06.01.14.11.19.08.05.17.03.21-.03.03-.06-.01-.14-.11-.19-.1-.03-.17-.01-.21.03Zm1.57,1.77c-.08.06-.05.21.06.31.11.11.25.13.31.05.06-.06.03-.21-.06-.31-.11-.11-.25-.13-.31-.05Zm-.55-.73c-.08.05-.08.18,0,.29s.21.16.27.11c.08-.06.08-.19,0-.31-.07-.11-.19-.16-.27-.1Z" / >
2023-08-05 16:12:38 +00:00
< / g >
< / svg >
< span > Github< / span >
< / a >
< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< / nav >
<!-- Header Right Skeleton -->
< div v-cloak class = "flex justify-end grow skeleton" >
<!-- Search input mock -->
< div class = "relative hidden w-40 lg:block lg:max-w-sm lg:ml-auto" >
< div class = "absolute flex items-center justify-center h-full pl-3 dark:text-dark-300" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "icon-base" width = "16" height = "16" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 1px;" > < g fill = "currentColor" > < path d = "M21.71 20.29l-3.68-3.68A8.963 8.963 0 0020 11c0-4.96-4.04-9-9-9s-9 4.04-9 9 4.04 9 9 9c2.12 0 4.07-.74 5.61-1.97l3.68 3.68c.2.19.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.03 0-1.42zM4 11c0-3.86 3.14-7 7-7s7 3.14 7 7c0 1.92-.78 3.66-2.04 4.93-.01.01-.02.01-.02.01-.01.01-.01.01-.01.02A6.98 6.98 0 0111 18c-3.86 0-7-3.14-7-7z" > < / path > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
< input class = "w-full h-10 placeholder-gray-400 transition-colors duration-200 ease-in bg-gray-200 border border-transparent rounded md:text-sm hover:bg-white hover:border-gray-300 focus:outline-none focus:bg-white focus:border-gray-500 dark:bg-dark-600 dark:border-dark-600 dark:placeholder-dark-400" style = "padding: 0.625rem 0.75rem 0.625rem 2rem" type = "text" placeholder = "Search" >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
<!-- Mobile search button -->
2023-04-06 10:11:36 +00:00
< div class = "flex items-center justify-center w-10 h-10 lg:hidden" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "shrink-0 icon-base" width = "20" height = "20" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < path d = "M21.71 20.29l-3.68-3.68A8.963 8.963 0 0020 11c0-4.96-4.04-9-9-9s-9 4.04-9 9 4.04 9 9 9c2.12 0 4.07-.74 5.61-1.97l3.68 3.68c.2.19.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.03 0-1.42zM4 11c0-3.86 3.14-7 7-7s7 3.14 7 7c0 1.92-.78 3.66-2.04 4.93-.01.01-.02.01-.02.01-.01.01-.01.01-.01.02A6.98 6.98 0 0111 18c-3.86 0-7-3.14-7-7z" > < / path > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
<!-- Dark mode switch placeholder -->
2023-04-06 10:11:36 +00:00
< div class = "w-10 h-10 lg:ml-2" > < / div >
2023-07-23 18:12:38 +00:00
<!-- History button -->
2023-04-06 10:11:36 +00:00
< div class = "flex items-center justify-center w-10 h-10" style = "margin-right: -0.625rem;" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "shrink-0 icon-base" width = "22" height = "22" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < g > < path d = "M12.01 6.01c-.55 0-1 .45-1 1V12a1 1 0 00.4.8l3 2.22a.985.985 0 001.39-.2.996.996 0 00-.21-1.4l-2.6-1.92V7.01c.02-.55-.43-1-.98-1z" > < / path > < path d = "M12.01 1.91c-5.33 0-9.69 4.16-10.05 9.4l-.29-.26a.997.997 0 10-1.34 1.48l1.97 1.79c.19.17.43.26.67.26s.48-.09.67-.26l1.97-1.79a.997.997 0 10-1.34-1.48l-.31.28c.34-4.14 3.82-7.41 8.05-7.41 4.46 0 8.08 3.63 8.08 8.09s-3.63 8.08-8.08 8.08c-2.18 0-4.22-.85-5.75-2.4a.996.996 0 10-1.42 1.4 10.02 10.02 0 007.17 2.99c5.56 0 10.08-4.52 10.08-10.08.01-5.56-4.52-10.09-10.08-10.09z" > < / path > < / g > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
< / div >
< div v-cloak class = "flex justify-end grow" >
< div id = "docs-mobile-search-button" > < / div >
< doc-search-desktop > < / doc-search-desktop >
< doc-theme-switch class = "lg:ml-2" > < / doc-theme-switch >
< doc-history > < / doc-history >
< / div >
< / div >
< / div >
< / header >
< div class = "container relative flex bg-white" >
<!-- Sidebar Skeleton -->
< div v-cloak class = "fixed flex flex-col shrink-0 duration-300 ease-in-out bg-gray-100 border-gray-200 sidebar top-20 w-75 border-r h-screen md:sticky transition-transform skeleton dark:bg-dark-800 dark:border-dark-650" >
<!-- Render this div, if config.showSidebarFilter is `true` -->
< div class = "flex items-center h-16 px-6" >
2023-07-23 18:12:38 +00:00
< input class = "w-full h-8 px-3 py-2 transition-colors duration-200 ease-linear bg-white border border-gray-200 rounded shadow-none text-sm focus:outline-none focus:border-gray-600 dark:bg-dark-600 dark:border-dark-600" type = "text" placeholder = "Filter" >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
< div class = "pl-6 mt-1 mb-4" >
2023-04-06 10:11:36 +00:00
< div class = "w-32 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-32 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< / div >
< div class = "shrink-0 mt-auto bg-transparent dark:border-dark-650" >
< a class = "flex items-center justify-center flex-nowrap h-16 text-gray-400 dark:text-dark-400 hover:text-gray-700 dark:hover:text-dark-300 transition-colors duration-150 ease-in docs-powered-by" target = "_blank" href = "https://retype.com/" rel = "noopener" >
< span class = "text-xs whitespace-nowrap" > Powered by< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-2" fill = "currentColor" width = "96" height = "20" overflow = "visible" > < path d = "M0 0v20h13.59V0H0zm11.15 17.54H2.44V2.46h8.71v15.08zM15.8 20h2.44V4.67L15.8 2.22zM20.45 6.89V20h2.44V9.34z" / > < g > < path d = "M40.16 8.44c0 1.49-.59 2.45-1.75 2.88l2.34 3.32h-2.53l-2.04-2.96h-1.43v2.96h-2.06V5.36h3.5c1.43 0 2.46.24 3.07.73s.9 1.27.9 2.35zm-2.48 1.1c.26-.23.38-.59.38-1.09 0-.5-.13-.84-.4-1.03s-.73-.28-1.39-.28h-1.54v2.75h1.5c.72 0 1.2-.12 1.45-.35zM51.56 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92h4.74v1.83h-6.79V5.36h6.64zM60.09 7.15v7.48h-2.06V7.15h-2.61V5.36h7.28v1.79h-2.61zM70.81 14.64h-2.06v-3.66l-3.19-5.61h2.23l1.99 3.45 1.99-3.45H74l-3.19 5.61v3.66zM83.99 6.19c.65.55.97 1.4.97 2.55s-.33 1.98-1 2.51-1.68.8-3.04.8h-1.23v2.59h-2.06V5.36h3.26c1.42 0 2.45.28 3.1.83zm-1.51 3.65c.25-.28.37-.69.37-1.22s-.16-.92-.48-1.14c-.32-.23-.82-.34-1.5-.34H79.7v3.12h1.38c.68 0 1.15-.14 1.4-.42zM95.85 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92H96v1.83h-6.79V5.36h6.64z" / > < / g > < / svg >
< / a >
< / div >
< / div >
<!-- Sidebar component -->
< doc-sidebar v-cloak >
< template # sidebar-footer >
< div class = "shrink-0 mt-auto border-t md:bg-transparent md:border-none dark:border-dark-650" >
2023-08-05 16:12:38 +00:00
< div class = "py-3 px-6 md:hidden border-b dark:border-dark-650" >
< nav >
< ul class = "flex flex-wrap justify-center items-center" >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy.divolt.xyz/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m3,0C1.35,0,0,1.35,0,3v13.5c0,1.65,1.35,3,3,3h4.5v3.75c0,.29.16.54.41.67.25.13.56.1.79-.07l5.8-4.35h6.5c1.65,0,3-1.35,3-3V3c0-1.65-1.35-3-3-3H3Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Chat< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy-search.streamlit.app/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m19.5,9.75c0,2.15-.7,4.14-1.88,5.75l5.93,5.94c.59.59.59,1.54,0,2.12-.59.59-1.54.59-2.12,0l-5.93-5.94c-1.61,1.18-3.6,1.87-5.75,1.87C4.36,19.5,0,15.13,0,9.75S4.36,0,9.75,0s9.75,4.36,9.75,9.75Zm-9.75,6.75c3.73,0,6.75-3.02,6.75-6.75s-3.02-6.75-6.75-6.75-6.75,3.02-6.75,6.75,3.02,6.75,6.75,6.75Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Search< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://www.reddit.com/r/FREEMEDIAHECKYEAH/" >
2023-08-06 04:12:11 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m9.36,14.4c-.67,0-1.2-.54-1.2-1.19s.54-1.2,1.2-1.2,1.19.54,1.19,1.2-.54,1.19-1.19,1.19Zm14.64-2.4c0,6.63-5.37,12-12,12S0,18.63,0,12,5.37,0,12,0s12,5.37,12,12Zm-6.4-1.99c-.45,0-.86.19-1.15.48-1.08-.75-2.55-1.23-4.17-1.29l.84-3.79,2.68.6c0,.66.54,1.19,1.19,1.19s1.2-.55,1.2-1.2-.54-1.2-1.2-1.2c-.47,0-.87.28-1.07.67l-2.96-.66c-.15-.04-.3.07-.33.21l-.92,4.18c-1.61.07-3.05.55-4.14,1.3-.3-.31-.71-.49-1.17-.49-1.69,0-2.24,2.27-.7,3.04-.05.24-.08.49-.08.75,0,2.55,2.86,4.61,6.39,4.61s6.4-2.06,6.4-4.61c0-.26-.03-.52-.09-.76,1.51-.77.96-3.02-.72-3.02Zm-3.33,5.62c-.88.88-3.68.87-4.53,0-.11-.11-.3-.11-.4,0-.12.12-.12.31,0,.42,1.1,1.1,4.22,1.1,5.33,0,.12-.11.12-.3,0-.42-.11-.11-.3-.11-.4,0Zm.37-3.63c-.66,0-1.19.54-1.19,1.2s.54,1.19,1.19,1.19,1.2-.54,1.2-1.19-.53-1.2-1.2-1.2Z" / >
2023-08-06 04:12:11 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Reddit< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://github.com/fmhy" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m8.03,19.32c0,.1-.11.18-.25.18-.16.01-.27-.06-.27-.18,0-.1.11-.18.25-.18.15-.01.27.06.27.18Zm-1.5-.22c-.03.1.06.21.21.24.13.05.27,0,.3-.1s-.06-.21-.21-.26c-.13-.03-.27.01-.3.11Zm2.14-.08c-.14.03-.24.13-.22.24.01.1.14.16.29.13.14-.03.24-.13.22-.23-.01-.09-.15-.16-.29-.14ZM11.85,0C5.13,0,0,5.23,0,12.11c0,5.5,3.38,10.21,8.2,11.87.62.11.84-.28.84-.6s-.01-2-.01-3.05c0,0-3.39.74-4.1-1.48,0,0-.55-1.44-1.35-1.82,0,0-1.11-.78.08-.76,0,0,1.2.1,1.87,1.28,1.06,1.92,2.84,1.36,3.53,1.04.11-.79.43-1.34.77-1.67-2.7-.31-5.43-.71-5.43-5.48,0-1.36.37-2.05,1.14-2.92-.13-.32-.54-1.65.13-3.37,1.01-.32,3.34,1.34,3.34,1.34.97-.28,2.01-.42,3.04-.42s2.07.14,3.04.42c0,0,2.33-1.67,3.34-1.34.66,1.72.25,3.05.13,3.37.77.88,1.25,1.56,1.25,2.92,0,4.79-2.85,5.17-5.55,5.48.45.39.82,1.14.82,2.3,0,1.67-.01,3.74-.01,4.15,0,.32.22.71.84.6,4.84-1.65,8.12-6.36,8.12-11.86C24,5.23,18.56,0,11.85,0Zm-7.14,17.12c-.06.05-.05.16.03.26.08.08.19.11.25.05.06-.05.05-.16-.03-.26-.08-.08-.19-.11-.25-.05Zm-.52-.4c-.03.06.01.14.11.19.08.05.17.03.21-.03.03-.06-.01-.14-.11-.19-.1-.03-.17-.01-.21.03Zm1.57,1.77c-.08.06-.05.21.06.31.11.11.25.13.31.05.06-.06.03-.21-.06-.31-.11-.11-.25-.13-.31-.05Zm-.55-.73c-.08.05-.08.18,0,.29s.21.16.27.11c.08-.06.08-.19,0-.31-.07-.11-.19-.16-.27-.1Z" / >
2023-08-05 16:12:38 +00:00
< / g >
< / svg >
< span > Github< / span >
< / a >
< / li >
< / ul >
< / nav >
< / div >
2023-04-06 10:11:36 +00:00
< a class = "flex items-center justify-center flex-nowrap h-16 text-gray-400 dark:text-dark-400 hover:text-gray-700 dark:hover:text-dark-300 transition-colors duration-150 ease-in docs-powered-by" target = "_blank" href = "https://retype.com/" rel = "noopener" >
< span class = "text-xs whitespace-nowrap" > Powered by< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-2" fill = "currentColor" width = "96" height = "20" overflow = "visible" > < path d = "M0 0v20h13.59V0H0zm11.15 17.54H2.44V2.46h8.71v15.08zM15.8 20h2.44V4.67L15.8 2.22zM20.45 6.89V20h2.44V9.34z" / > < g > < path d = "M40.16 8.44c0 1.49-.59 2.45-1.75 2.88l2.34 3.32h-2.53l-2.04-2.96h-1.43v2.96h-2.06V5.36h3.5c1.43 0 2.46.24 3.07.73s.9 1.27.9 2.35zm-2.48 1.1c.26-.23.38-.59.38-1.09 0-.5-.13-.84-.4-1.03s-.73-.28-1.39-.28h-1.54v2.75h1.5c.72 0 1.2-.12 1.45-.35zM51.56 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92h4.74v1.83h-6.79V5.36h6.64zM60.09 7.15v7.48h-2.06V7.15h-2.61V5.36h7.28v1.79h-2.61zM70.81 14.64h-2.06v-3.66l-3.19-5.61h2.23l1.99 3.45 1.99-3.45H74l-3.19 5.61v3.66zM83.99 6.19c.65.55.97 1.4.97 2.55s-.33 1.98-1 2.51-1.68.8-3.04.8h-1.23v2.59h-2.06V5.36h3.26c1.42 0 2.45.28 3.1.83zm-1.51 3.65c.25-.28.37-.69.37-1.22s-.16-.92-.48-1.14c-.32-.23-.82-.34-1.5-.34H79.7v3.12h1.38c.68 0 1.15-.14 1.4-.42zM95.85 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92H96v1.83h-6.79V5.36h6.64z" / > < / g > < / svg >
< / a >
< / div >
< / template >
< / doc-sidebar >
< div class = "grow min-w-0 dark:bg-dark-850" >
<!-- Render "toolbar" template here on api pages --> <!-- Render page content -->
< div class = "flex" >
2023-05-29 20:11:51 +00:00
< div class = "min-w-0 p-4 grow md:px-16" >
< main class = "relative pb-12 lg:pt-2" >
2023-04-06 10:11:36 +00:00
< div class = "docs-markdown" id = "docs-content" >
<!-- Rendered if sidebar right is enabled -->
< div id = "docs-sidebar-right-toggle" > < / div >
<!-- Page content -->
< doc-anchor-target id = "image-tools" class = "break-words" >
< h1 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#image-tools" > #< / doc-anchor-trigger >
< span > Image Tools< / span >
< / h1 >
< / doc-anchor-target >
< doc-anchor-target id = "image-editing" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#image-editing" > #< / doc-anchor-trigger >
< span > Image Editing< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#image-editing" > Image Editors< / a > < / strong > - Image Editing Software & Sites< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#graphic-design-tools" > Graphic Design Tools< / a > < / strong > - Online Graphic Design Tools< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/goabstract/Awesome-Design-Tools" > Awesome Design Tools< / a > < / strong > , < a href = "https://rentry.co/thk62" > 2< / a > , < a href = "https://docs.google.com/document/d/179VI9QjVICyS3KVQ4i5fdEQmE1U45Xhq64TNb9QUmRk/edit?usp=drivesdk" > 3< / a > , < a href = "https://pilssken.neocities.org/gainz/" > 4< / a > , < a href = "https://fmhy.pages.dev/base64/#design-tool-zip" > 5< / a > - Design Tool Resource Indexes< / li >
2023-04-08 14:08:52 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://photomosh.com/" > PhotoMosh< / a > < / strong > , < a href = "https://snorpey.github.io/jpg-glitch-electron/" > jpg-glitch-electron< / a > , < a href = "https://github.com/TotallyNotChase/glitch-this" > glitch-this!< / a > , < a href = "https://glitchyimage.com/" > GlitchyImage< / a > or < a href = "https://github.com/snorpey/jpg-glitch" > Image Glitch Tool< / a > - Glitch Images< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://designstripe.com/crayon" > Crayon< / a > - Animate SVGs< / li >
< li > < a href = "https://glaxnimate.mattbas.org/" > Glaxnimate< / a > - Animate Vectors< / li >
< li > < a href = "https://www.calltoidea.com/" > calltoidea< / a > , < a href = "https://onepagelove.com/" > onepagelove< / a > , < a href = "https://www.awwwards.com/websites" > awwwards< / a > , < a href = "https://thedesigninspiration.com/" > thedesigninspiration< / a > , < a href = "https://theinspirationgrid.com/" > theinspirationgrid< / a > or < a href = "https://www.inspirationde.com/" > inspirationde< / a > - Graphic Design Inspirations< / li >
< li > < a href = "https://archives.design/" > archives.design< / a > - Graphic Design Books< / li >
< li > < a href = "https://iradesign.io/" > IRA Design< / a > - Illustration Creator< / li >
< li > < a href = "https://editor.method.ac/" > Method< / a > - SVG Editor< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://www.scribus.net/" > Scribus< / a > - Page Layout & Typesetting Program< / li >
2023-08-01 14:11:10 +00:00
< li > < a href = "https://photofunia.com/" > PhotoFunia< / a > or < a href = "https://designify.com/" > Designify< / a > - Photo Effects / Filters< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://filmdev.org/" > FilmDev< / a > - Film Development Recipes< / li >
< li > < a href = "https://ephtracy.github.io/" > MagicaVoxel< / a > - Voxel Art Editor / Interactive Path Tracing Renderer< / li >
< li > < a href = "https://github.com/orpatashnik/StyleCLIP" > StyleCLIP< / a > - Text Driven Image Manipulation / < a href = "https://youtu.be/5icI0NgALnQ" > Video< / a > < / li >
< li > < a href = "https://vectr.com/" > Vectr< / a > or < a href = "https://vectorink.io/" > VectorInk< / a > - Vector Graphics Editor< / li >
< li > < a href = "https://github.com/OmarShehata/jpeg-sandbox" > JPEG Sandbox< / a > - DCT Coefficient Editor< / li >
< li > < a href = "https://images.weserv.nl/" > Images.weserv.nl< / a > - Image Editing Server< / li >
< li > < a href = "https://www.darktable.org/" > darktable< / a > - Virtual Lighttable & Darkroom< / li >
< li > < a href = "https://www.invisionapp.com/craft" > Craft< / a > - Photoshop / Sketch Plugins< / li >
< li > < a href = "https://preset.id/" > Preset.id< / a > or < a href = "https://freepreset.net/" > FreePreset< / a > - Adobe Lightroom Presets< / li >
< li > < a href = "https://gra.dient.art/" > GradientArt< / a > or < a href = "https://tailblend.vercel.app/" > TailBlend< / a > - Gradient Editor< / li >
< li > < a href = "https://github.com/snorpey/distort-grid" > distort-grid< / a > - Grid Based Image Distortion< / li >
< li > < a href = "https://www.beadifier.com/editor/" > Beadifier< / a > - Bead Based Image Distortion< / li >
< li > < a href = "https://jaredforsyth.com/veoluz/" > VeoLuz< / a > - Photon Path Art Tool< / li >
< li > < a href = "https://lllyasviel.github.io/PaintingLight/" > PaintingLight< / a > - Digital Lighting Effect Generator< / li >
< li > < a href = "https://www.nvidia.com/en-us/studio/canvas/" > Canvas< / a > - Turn Simple Art into Photo Realistic Landscapes< / li >
< li > < a href = "https://picmunge.cvservant.com/" > Picmunge< / a > - Image Transformer< / li >
2023-06-28 16:15:47 +00:00
< li > < a href = "https://replicate.com/jagilley/controlnet-pose" > Controlnet Pose< / a > - Modify Human Pose Position / < a href = "https://github.com/Mikubill/sd-webui-controlnet" > SD WebUI< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://tinter.uxie.io/" > Tinter< / a > - Image Hue Editor< / li >
< li > < a href = "https://www.wegrayscale.com/" > WeGreyScale< / a > - Greyscale Videos / Images< / li >
< li > < a href = "https://duotones.co/" > DuoTones< / a > - Dual Tone Effect Generator< / li >
< li > < a href = "https://ign.schrodinger-hat.it/" > ImageGoNord< / a > - Convert Images to NordTheme Palette / < a href = "https://github.com/Schrodinger-Hat/ImageGoNord" > GitHub< / a > < / li >
< li > < a href = "https://github.com/SystemErrorWang/White-box-Cartoonization" > White-box-Cartoonization< / a > , < a href = "https://imagetocartoon.com/" > Image To Cartoon< / a > or < a href = "https://cartoonize-lkqov62dia-de.a.run.app/cartoonize" > Cartoonize< / a > - Turn Photos into Cartoons< / li >
< li > < a href = "https://github.com/TachibanaYoshino/AnimeGAN" > AnimeGAN< / a > / < a href = "https://github.com/TachibanaYoshino/AnimeGANv2" > 2< / a > / < a href = "https://github.com/TachibanaYoshino/AnimeGANv3" > 3< / a > - Turn Photos into Anime< / li >
< li > < a href = "https://ai-draw.tokyo/en/" > AIDraw< / a > or < a href = "https://github.com/vijishmadhavan/ArtLine" > ArtLine< / a > - Turn Photos into Line Art< / li >
< li > < a href = "https://ondras.github.io/primitive.js/" > primitive.js< / a > or < a href = "https://www.geometrize.co.uk/" > Geometrize< / a > - Redraw Images with Geometric Shapes< / li >
< li > < a href = "https://pbnify.com/" > PBNify< / a > - Paint by Number Tool< / li >
< li > < a href = "https://artsandculture.google.com/experiment/paint-with-music/YAGuJyDB-XbbWg" > Paint with Music< / a > - Paint with Sound< / li >
2023-07-20 02:29:46 +00:00
< li > < a href = "https://segment-anything.com/" > Segment Anything< / a > , < a href = "https://github.com/dibrale/samist" > Samist< / a > , < a href = "https://www.editanything.ai/" > EditAnything< / a > or < a href = "https://github.com/continue-revolution/sd-webui-segment-anything" > sd-webui-segment-anything< / a > - Image Segmentation Tools< / li >
2023-04-22 22:09:53 +00:00
< li > < a href = "https://lama-cleaner-docs.vercel.app/" > Lama Cleaner< / a > , < a href = "https://theinpaint.com/" > Inpaint< / a > , < a href = "https://magicstudio.com/magiceraser" > Magic Eraser< / a > , < a href = "https://remover.zmo.ai/" > Remover< / a > , < a href = "https://cleanup.pictures/" > Cleanup.pictures< / a > - Remove Objects from Photos< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://insertface.com/" > InsertFace< / a > - Selfie Frames, Backgrounds & Effects< / li >
< li > < a href = "https://frame360.net/" > Frame360< / a > - Image Frames< / li >
< li > < a href = "https://superblog.ai/supershots/" > Supershots< / a > - Add Backgrounds to Images< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#background-removers" > Background Removers< / a > - Remove Image Backgrounds< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://nathanielw.github.io/party-ify/" > Party-ify< / a > - Party-ify Images< / li >
< li > < a href = "https://pfp.lgbt/" > PFP.LGBT< / a > - LGBTQ+fy Images< / li >
2023-07-10 20:13:01 +00:00
< li > < a href = "http://www.oyonale.com/imagemix.php" > ImageRemix< / a > or < a href = "https://antlii.work/STIIL-Generator" > STI/L< / a > - Image Remixer< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.spiralbetty.com/" > SpiralBetty< / a > - Image Spiralizer< / li >
< li > < a href = "https://caricaturer.io/" > Caricaturer< / a > - Create Caricature of Your Face< / li >
< li > < a href = "https://github.com/Mukosame/Anime2Sketch" > Anime2Sketch< / a > - Create Sketch from Anime< / li >
< li > < a href = "https://ruyili.ca/image-splitter/" > Image Splitter< / a > , < a href = "http://www.htmlkit.com/services/is/" > 2< / a > - Split Images into Tiles< / li >
< li > < a href = "https://github.com/bajuwa/ComicCompiler/" > ComicCompiler< / a > - Combine / Splice Webtoons< / li >
< li > < a href = "http://needsmorejpeg.com/" > Needs More JPEG< / a > - Blur / Pixelize Images< / li >
< li > < a href = "https://github.com/codforc/Repixel" > Repixel< / a > - RGB Pixel Filter< / li >
< li > < a href = "https://www.dustfreesolutions.com/CT/CT.html" > Color Transfer< / a > - Transfer Color Between Images< / li >
< li > < a href = "https://picfont.com/" > PicFont< / a > - Add Text to Images< / li >
< li > < a href = "https://acme.com/annotator/" > Acme Annotator< / a > - Image Annotation< / li >
< li > < a href = "https://www.faceplusplus.com/face-merging/" > Face Merging< / a > or < a href = "https://www.morphthing.com/" > MorphThing< / a > - Face Merging Tool< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://webcamtoy.com/" > WebcamToy< / a > or < a href = "https://hdbooth.net/" > HDBooth< / a > - Webcam Effects< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/CompVis/latent-diffusion" > Latent Diffusion< / a > , < a href = "https://github.com/pesser/stable-diffusion" > 2< / a > - Image Synthesis with Latent Diffusion Models< / li >
< / ul >
< doc-anchor-target id = "resize--compress" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#resize--compress" > #< / doc-anchor-trigger >
< span > Resize / Compress< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-04-07 12:20:27 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#image-upscalers" > Image Upscalers< / a > < / strong > - Upscale Images< / li >
2023-05-10 16:16:02 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://css-ig.net/pingo" > Pingo< / a > < / strong > / < a href = "https://css-ig.net/pinga" > GUI< / a > , < a href = "https://riot-optimizer.com/" > RIOT< / a > , < a href = "http://www.imageoptimizer.net/" > imageoptimizer< / a > , < a href = "https://yoga.flozz.org/" > YOGA< / a > or < a href = "https://imagefoo.com/" > ImageFoo< / a > - Image Optimization Tools< / li >
2023-08-17 10:10:56 +00:00
< li > < a href = "https://croppola.com/" > Croppola< / a > , < a href = "https://half-6.github.io/lf-freehand-cropper/" > Freehand Cropper< / a > , < a href = "https://bulkimagecrop.com/" > Bulk Image Crop< / a > , < a href = "https://avatar.innocenzi.dev/" > Innocenzi< / a > , < a href = "https://crophere.com/" > CropHere< / a > or < a href = "https://avatarcropper.com/" > Avatar Cropper< / a > - Cropping Tools< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.seopix.io/" > Seopix< / a > , < a href = "https://www.shrink.media/" > Shrink Media< / a > or < a href = "https://www.reduceimages.com/" > Reduce Images< / a > - Resize / Compress Images< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://www.simpleimageresizer.com/" > Simple Image Resizer< / a > , < a href = "https://imageresizer.com/" > ImageResizer< / a > , < a href = "https://www.fixpicture.org/" > fixpicture< / a > , < a href = "https://picresize.com/" > PicResize< / a > , < a href = "https://resize-image.net/" > resize-image< / a > , < a href = "https://www.birme.net/" > Birme< / a > , < a href = "https://www.imageresizeonline.com/" > ImageResizeOnline< / a > , < a href = "https://www.onlineresizeimage.com/" > OnlineResizeImage< / a > , < a href = "https://www.resizenow.com/en" > ResizeNow< / a > , < a href = "https://bulkresizephotos.com/" > BulkResizePhotos< / a > or < a href = "https://vovsoft.com/software/batch-image-resizer/" > Batch Image Resizer< / a > - Resize Images< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://resizeappicon.com/" > Resize App Icon< / a > - Resize Square Images< / li >
< li > < a href = "https://ssizes.com/" > SSizes< / a > or < a href = "https://pixelhunter.io/" > PixelHunter< / a > - Resize Images for Different Sites< / li >
< li > < a href = "https://github.com/svg/svgo" > SVGO< / a > - SVG Optimization Tool / < a href = "https://jakearchibald.github.io/svgomg/" > GUI< / a > < / li >
2023-07-18 16:16:49 +00:00
< li > < a href = "https://compress-or-die.com/" > CompressOrDie< / a > , < a href = "https://tinyjpg.com/" > TinyJPG< / a > , < a href = "https://saerasoft.com/caesium/" > Caesium< / a > , < a href = "https://www.imagesmaller.com/" > ImageSmaller< / a > , < a href = "https://www.imagediamond.com/" > ImageDiamond< / a > , < a href = "https://compressjpeg.com/" > Compress JPEG< / a > , < a href = "https://compressimage.io/" > CompressImage< / a > , < a href = "https://crushimage.com/" > CrushImage< / a > , < a href = "https://shrinkme.app/" > ShrinkMe< / a > , < a href = "https://crushee.app/" > Crushee< / a > , < a href = "https://compressor.io/" > Compressor< / a > or < a href = "https://batchcompress.com/en" > Batch Compress< / a > - Image Compressor< / li >
2023-04-27 18:13:48 +00:00
< li > < a href = "https://tinypng.com/" > TinyPNG< / a > , < a href = "https://compresspng.com/" > Compress PNG< / a > , < a href = "https://github.com/shssoichiro/oxipng" > OxiPNG< / a > or < a href = "https://pngquant.org/" > PNGQuant< / a > - PNG Compressors< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://jpeg.rocks/" > JPEG.rocks< / a > - JPEG Re-Encoder< / li >
< / ul >
2023-07-23 18:12:38 +00:00
< hr >
2023-04-06 10:11:36 +00:00
< doc-anchor-target id = "restoration" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#restoration" > #< / doc-anchor-trigger >
< span > Restoration< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-04-22 22:09:53 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#image-colorization" > Colorize Images< / a > < / strong > - Image Colorization Tools< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.fenophoto.com/" > FenoPhoto< / a > or < a href = "https://www.photorestore.io/" > PhotoRestore< / a > - Image Restoration Tools< / li >
< li > < a href = "https://github.com/xinntao/Real-ESRGAN" > Real-ESRGAN< / a > / < a href = "https://replicate.com/nightmareai/real-esrgan" > 2< / a > - Image Restoration Algorithms< / li >
2023-08-14 08:13:55 +00:00
< li > < a href = "https://www.reddit.com/r/estoration/" > /r/estoration< / a > - Photo Restoration Requests< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Dakini/AnimeColorDeOldify" > AnimeColorDeOldify< / a > - Anime Image Colorization< / li >
2023-04-22 22:09:53 +00:00
< li > < a href = "https://replicate.com/sczhou/codeformer" > Replicate< / a > , < a href = "https://github.com/bycloudai/GPEN-colab" > GPEN-Colab< / a > , < a href = "https://www.restorephotos.io/" > Photo Face Restorer< / a > or < a href = "https://github.com/TencentARC/GFPGAN" > GFPGAN< / a > - Face Restoration / Colorization Tool< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.color-dragon.tk/" > Color-Dragon< / a > - Add more Color to Images< / li >
2023-08-05 00:55:36 +00:00
< li > < a href = "https://github.com/lllyasviel/style2paints" > style2paints< / a > or < a href = "https://github.com/pfnet/PaintsChainer" > Petalica Paint< / a > - Lineart Colorization Tool< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/lllyasviel/AdverseCleaner" > AdverseCleaner< / a > - Image Noise Reduction< / li >
< li > < a href = "https://seleb.github.io/ordered-dither-maker/" > ordered-dither-maker< / a > - Image Dithering< / li >
2023-06-05 02:47:48 +00:00
< li > < a href = "http://smartdeblur.net/index.html" > SmartDeblur< / a > - De-blurring / Stabilization Tools< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/jerith/depixel" > depixel< / a > - De-pixelization Tool< / li >
< li > < a href = "https://github.com/tg-bomze/Face-Depixelizer" > Face-Depixelizer< / a > - Face De-Pixelization Tool< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://www.myheritage.com/deep-nostalgia" > Deep Nostalgia< / a > - Animate Family Photos< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "image-generation" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#image-generation" > #< / doc-anchor-trigger >
< span > Image Generation< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/ai/#image-generators" > AI Image Generators< / a > < / strong > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://more.graphics/" > more.graphics< / a > - Graphic Generators< / li >
< li > < a href = "https://roughjs.com/" > Rough.js< / a > - Hand Drawn Graphic Generator< / li >
2023-08-15 08:13:41 +00:00
< li > < a href = "https://gauger.io/fonticon/" > FontIcon< / a > , < a href = "https://pfpmaker.com/" > PFPMaker< / a > , < a href = "https://profilepicturemaker.com/" > ProfilePictureMaker< / a > , < a href = "https://iconsflow.com/" > IconsFlow< / a > , < a href = "https://flat-icon.surge.sh/" > Flat-Icon-Surge< / a > or < a href = "https://favicomatic.com/" > Favic-o-Matic< / a > - Icon / Logo Generators< / li >
2023-08-01 14:11:10 +00:00
< li > < a href = "https://logomakr.com/" > Logo Makr< / a > , < a href = "https://www.shopify.com/tools/logo-maker" > Hatchful< / a > , < a href = "https://logomak.com/" > Logomak< / a > , < a href = "https://www.thelogowizard.com/" > The Logo Wizard< / a > , < a href = "https://designevo.com/" > DesignEvo< / a > , < a href = "https://logofreeway.com/logos.php" > LogoFreeway< / a > , < a href = "https://www.logoshi.com/" > Logoshi< / a > , < a href = "https://logo.shapefactory.co/" > ShapeFactory< / a > , < a href = "https://www.onlinelogomaker.com/" > OnlineLogoMaker< / a > , < a href = "https://freelogomaker.net/" > Free Logo Maker< / a > , < a href = "https://www.namecheap.com/logo-maker/app/new/" > LogoMaker< / a > ) or < a href = "https://acme.com/labelmaker/" > ACME< / a > - Logo Creators / < a href = "https://i.ibb.co/B3Mn3Hq/b7a4cf526ad1.png" > Note< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.calormen.com/jslogo/" > JSLogo< / a > - Logo Interpreter< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://app.artflow.ai/" > ArtFlow< / a > , < a href = "https://kenney.itch.io/avatar-mixer" > Avatar Mixer< / a > , < a href = "https://www.bitmoji.com/" > Bitmoji< / a > , < a href = "https://avatarmaker.com/" > Avatar Maker< / a > , < a href = "https://pravatar.cc/" > Pravatar< / a > , < a href = "https://multiavatar.com/" > MultiAvatar< / a > , < a href = "https://personas.draftbit.com/" > Personas< / a > , < a href = "https://github.com/dapi-labs/react-nice-avatar" > react-nice-avatar< / a > or < a href = "https://getavataaars.com/" > Avataaars< / a > - Face / Avatar Creators< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://charactercreator.org/" > CharacterCreator< / a > - Character Generator< / li >
< li > < a href = "https://xsgames.co/pixelme/" > PixelMe< / a > - 8bit Avatar Creator< / li >
< li > < a href = "https://github.com/adityar224/Random-Face-Generator" > Random-Face-Generator< / a > - Face Generator< / li >
< li > < a href = "https://mirror-ai.com/" > Mirro-Ai< / a > - Get Stickers With Your Face< / li >
< li > < a href = "https://tikolu.net/emojimix" > EmojiMix< / a > or < a href = "https://emoji.supply/kitchen/" > Emoji Kitchen< / a > - Combine Emojis< / li >
< li > < a href = "https://www.emojination.io/" > Emojination< / a > , < a href = "https://emotestud.io/" > EmoteStud< / a > , < a href = "https://codepen.io/oliviale/full/qLYNbE" > Emoji Factory< / a > or < a href = "https://fffuel.co/ccclaymoji/" > Ccclaymoji< / a > - Emoji Creators< / li >
< li > < a href = "https://imgsli.com/" > imgsli< / a > - Before & After Slider Generator< / li >
< li > < a href = "http://mattya.github.io/chainer-DCGAN/" > DCGAN< / a > - Anime Icon Generator< / li >
< li > < a href = "https://99avatars.com/" > 99 Avatars< / a > - Create Doodle Avatar< / li >
< li > < a href = "https://hiroshiba.github.io/girl_friend_factory/" > Girl Friend Factory< / a > or < a href = "https://make.girls.moe/" > MakeGirlsMoe< / a > - Female Anime Icon Generator< / li >
< li > < a href = "https://fontsvg.com/" > FontSVG< / a > - Convert Font, Icon, Glyph to SVG< / li >
< li > < a href = "https://mimi-panda.com/" > Mimi< / a > - Create Coloring Pages from Photos< / li >
< li > < a href = "https://www.text-image.com/" > Text-Image< / a > - Text Image Generator< / li >
2023-08-29 16:13:56 +00:00
< li > < a href = "https://www.photovisi.com/" > Photovisi< / a > or < a href = "https://www.photojoiner.com/" > PhotoJoiner< / a > - Collage Generators< / li >
< li > < a href = "https://github.com/nuno-faria/tiler" > Tiler< / a > - Make Images out of Images< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://noisedeck.app/" > NoiseDeck< / a > - Art Generator< / li >
< li > < a href = "https://doersino.github.io/uji/" > Uji< / a > or < a href = "https://turtletoy.net/" > Turtletoy< / a > - Minimalist Art Generators< / li >
< li > < a href = "https://www.mandalagaba.com/" > MandalaGaba< / a > / < a href = "https://pro.mandalagaba.com/" > Pro Version< / a > , < a href = "https://mandala-app.com/" > Mandala App< / a > or < a href = "https://codymoose.github.io/web-applications/DigitalDoily/index.html" > DigitalDoily< / a > - Zen Geometry Tool< / li >
< li > < a href = "http://weavesilk.com/" > Silk< / a > - Create Geometric Silk Art< / li >
< li > < a href = "https://nathanfriend.io/inspiral-web/" > Inspirograph< / a > or < a href = "http://seedcode.com/SpirographN/sgn.html" > SpirographN< / a > - Spirograph Tool< / li >
< li > < a href = "https://codepen.io/davidpanik/full/myMrLx/" > myMrLx< / a > - Spiral Art Generators< / li >
< li > < a href = "https://pissang.github.io/paper-quilling-art/" > Paper Quilling Art< / a > - Paper Quilling Art Generator< / li >
< li > < a href = "https://fi-le.net/brown/" > Brown< / a > - Brownian Motion Tool< / li >
< li > < a href = "https://mondrianandme.com/" > Mondrian And Me< / a > - Mondrian Art Creator< / li >
< li > < a href = "https://williamhoza.com/periodicity/" > Periodicity< / a > - Harmonic Motion Patterns< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://cubes.io/" > Cubes.io< / a > - Cellular Automata< / li >
2023-08-27 16:12:34 +00:00
< li > < a href = "https://doodad.dev/pattern-generator" > DoodDad< / a > , < a href = "https://repeater.space/" > Repeater< / a > , < a href = "https://patternpad.com/" > PatternPad< / a > , < a href = "https://patternico.com/" > patternico< / a > , < a href = "https://www.richardwestenra.com/repeater/" > Repeater< / a > , < a href = "https://gitlab.com/smart-pattern/valentina" > Valentina< / a > , < a href = "https://tylify.app/" > tylify< / a > or < a href = "https://app.haikei.app/" > Haikei< / a > - Pattern Generators< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://hide.lizz.website/" > Hide.Lizz< / a > - Camouflage Pattern Generator< / li >
< li > < a href = "https://tabbied.com/" > Tabbied< / a > or < a href = "https://tinkersynth.com/slopes/" > Slopes< / a > - Art Pattern Generators< / li >
< li > < a href = "https://csh.bz/line/05x5.html" > 05x5< / a > - Rainbow Pattern Generator< / li >
< li > < a href = "http://overwhale.com/" > overwhale< / a > - Fractal Image Generators< / li >
< li > < a href = "https://github.com/CreativeInquiry/PEmbroider" > PEmbroider< / a > - Embroidery Generator< / li >
< li > < a href = "https://tiermaker.com/" > TierMaker< / a > - Tier List Image Creator< / li >
2023-08-01 14:11:10 +00:00
< li > < a href = "https://hugin.sourceforge.io/" > Hugin< / a > or < a href = "https://www.microsoft.com/en-us/research/product/computational-photography-applications/image-composite-editor/" > Ice< / a > - Panorama Image Generator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://photoephemeris.com/" > PhotoEphemeris< / a > - Photography Sunlight Calculator< / li >
< li > < a href = "https://sideit.app/" > Side It< / a > - Side by Side Image Generator< / li >
< li > < a href = "https://superdesigner.co/" > SuperDesigner< / a > - Background / Pattern Designer< / li >
< li > < a href = "https://www.noiseandgradient.com/" > Noise & Gradient< / a > , < a href = "https://bgjar.com/" > BGJar< / a > , < a href = "https://meshgradient.in/" > MeshGradient< / a > or < a href = "https://bggenerator.com/" > BGGenerator< / a > - Background / Gradient Generators< / li >
< li > < a href = "http://www.stripegenerator.com/" > stripegenerator< / a > - Stripe Generator< / li >
< li > < a href = "https://maketintsandshades.com/" > MakeTintAndShade< / a > - Tint and Shade Generator< / li >
< li > < a href = "https://github.com/romellogoodman/flow-field.js" > Flow Field< / a > - Flow Field Generator< / li >
< li > < a href = "https://stooge.me/" > Stooge< / a > or < a href = "https://makebeliefscomix.com/" > MakeBeliefsComix< / a > - Comic Creators< / li >
< li > < a href = "https://zine-machine.glitch.me/" > Zine Machine< / a > or < a href = "http://unicornycopia.com/ezm/" > Electric Zine Maker< / a > - Create / Print Zines< / li >
< li > < a href = "https://www.bannereasy.com" > BannerEasy< / a > or < a href = "https://bannery.app/" > Bannery< / a > - Create Custom Banners< / li >
< li > < a href = "https://www.mindyourbanners.com/" > Mind Your Banners< / a > - Social Media Banner Creator< / li >
< li > < a href = "https://coverview.vercel.app/" > CoverView< / a > - Blog Banner Creator< / li >
< li > < a href = "https://thumbnail.ai/" > Thumbnail.ai< / a > - Create Social Media Images from Blog Posts< / li >
< li > < a href = "https://postr.me/" > Postr< / a > - Create Images from Social Media Posts< / li >
< li > < a href = "https://3dbook.xyz/" > 3D Book< / a > - 3D Book Image< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://reviewgrower.com/button-and-badge-generator/" > ImageFu< / a > - Button / Badge Creator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://getwaves.io/" > Get Waves< / a > , < a href = "https://wavelry.vercel.app/" > Wavelry< / a > , < a href = "https://svgwave.in/" > SVGWave< / a > / < a href = "https://github.com/anup-a/svgwave" > GitHub< / a > or < a href = "https://www.softr.io/tools/svg-wave-generator" > SVG Wave< / a > - Wave Generator< / li >
< li > < a href = "https://meta-mapper.com/" > Meta-Mapper< / a > - Website Metadata Thumbnails< / li >
< li > < a href = "https://icons8.com/mega-creator" > Mega creator< / a > - Promo / Poster Creator< / li >
< li > < a href = "https://band-flyers.com/" > Band-Flyers< / a > - Band Flyer Creator< / li >
< li > < a href = "https://www.customink.com/ndx/#/" > Custom Ink< / a > - Create T-Shirt Designs< / li >
< li > < a href = "https://www.unsell.design/" > Unsell< / a > - Portfolio / Magazine Templates< / li >
< li > < a href = "https://www.psdcovers.com/" > PSDcovers< / a > , < a href = "https://mockups-design.com/" > mockups-design< / a > , < a href = "https://zippypixels.com/" > zippypixels< / a > , < a href = "https://mockups.pixeltrue.com/" > Mockups< / a > , < a href = "https://medialoot.com/free-mockups/" > medialoot< / a > or < a href = "https://mockupsforfree.com/" > MockupsForFree< / a > - Product Mockups< / li >
< li > < a href = "https://venngage.com/" > Venngage< / a > - Infographic Maker< / li >
< li > < a href = "https://quotescover.com/" > Quote Maker< / a > - Quote Picture Generator< / li >
< li > < a href = "https://www.mynameart.com/" > MyNameArt< / a > or < a href = "https://www.kisseo.com/" > Kisseo< / a > - Custom Greetings Cards< / li >
< li > < a href = "https://github.com/antfu/sponsorkit" > SponsorKit< / a > - Patreon Sponsor Image Generator< / li >
< li > < a href = "https://www.vedbex.com/fakeproof" > Verbex< / a > - Fake " Proof" Generator< / li >
< li > < a href = "http://www.fakereceipt.us/" > FakeReceipt< / a > - Create Fake Receipts< / li >
< li > < a href = "https://rasterbator.net/" > The Rasterbator< / a > - Wall Art Generator< / li >
< li > < a href = "https://www.mypokecard.com/en/" > MyPokeCard< / a > - Create Pokemon Cards< / li >
< li > < a href = "https://flagmaker-print.com/pages/flag-maker" > Flag Maker< / a > - Flag Creator< / li >
< li > < a href = "https://www.allfamilycrests.com/makecoatofarms.htm" > MakeCoatOfArms< / a > - Coat of Arms Creator< / li >
< li > < a href = "https://armorlab.org/" > ArmorLab< / a > , < a href = "https://www.kandinsky.io/" > Kandinsky< / a > , < a href = "https://pixela.ai/" > Pixela< / a > or < a href = "https://www.texturelab.io/" > TextureLab< / a > - Texture Generators / < a href = "https://github.com/armory3d/armorlab" > GitHub< / a > < / li >
< li > < a href = "https://trianglify.io/" > Trianglify.io< / a > - Low-Poly Texture Generator< / li >
< li > < a href = "https://github.com/kmkolasinski/AwesomeBump" > AwesomeBump< / a > - Texture Editor< / li >
< li > < a href = "https://boundingboxsoftware.com/materialize/getkey.php" > Materialize< / a > - Material Generator< / li >
< li > < a href = "https://cpetry.github.io/NormalMap-Online/" > NormalMap Online< / a > - Online NormalMap Generator< / li >
< li > < a href = "https://www.kurtz-fernhout.com/summary_plantstudio.html" > PlantStudio< / a > - Plant Model / Illustration Creator< / li >
< li > < a href = "https://dummyimage.com/" > Dummy Image< / a > - Dynamic Dummy Image Generator< / li >
< li > < a href = "https://github.com/NVlabs/instant-ngp" > instant-ngp< / a > - Instant Neural Graphics Primitives< / li >
< li > < a href = "https://colab.research.google.com/drive/1fWka_U56NhCegbbrQPt4PWpHPtNRdU49?usp=sharing#scrollTo=zvZFRZtcv8Mp" > CLIP-GLaSS< / a > - Image Generation Tool< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://www.random-art.org/" > Random Art< / a > - Random Art Generator< / li >
2023-04-23 22:10:18 +00:00
< li > < a href = "https://nopaint.art/" > No Paint< / a > - Press " Paint" if you like what you see, " No" if you don' t< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://storage.googleapis.com/chimera-painter/index.html" > Chimera Painter< / a > - Chimera Generator< / li >
< / ul >
< doc-anchor-target id = "gif-tools" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#gif-tools" > #< / doc-anchor-trigger >
< span > GIF Tools< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-07-18 01:27:16 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://rentry.co/ccuz3" > Awesome GIF< / a > < / strong > - GIF Resource Index / < a href = "https://github.com/davisonio/awesome-gif" > GitHub< / a > < / li >
2023-07-04 10:14:01 +00:00
< li > < a href = "https://giphy.com/" > Giphy< / a > , < a href = "https://gifer.com/en" > Gifer< / a > , < a href = "https://curlie.org/en/Computers/Graphics/Web/Free/Animated_GIFs" > Curlie GIFs< / a > , < a href = "https://www.gifs-paradise.com/" > GIFs Paradise< / a > , < a href = "https://gifcities.org/" > GifCities< / a > , < a href = "https://lottiefiles.com/" > LottieFiles< / a > , < a href = "https://www.reactiongifs.us/" > reactiongifs< / a > , < a href = "https://reactiongifs.me/" > reactiongifs< / a > , < a href = "https://gif-finder.com/" > gif-finder< / a > , < a href = "http://www.reactiongifs.com/" > reactiongifs< / a > , < a href = "https://bestanimations.com/" > bestanimations< / a > , < a href = "https://bleuje.com/animationsite/" > Animations< / a > , < a href = "https://gifbin.com/" > GIFBin< / a > , < a href = "http://forgifs.com/" > ForGIFs< / a > or < a href = "https://www.animatedimages.org/" > Animated Images< / a > - View / Download GIFs< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.reddit.com/r/HighQualityAnimeGifs/" > /r/HighQualityAnimeGifs< / a > or < a href = "https://www.reddit.com/r/animegifs/" > /r/animegifs< / a > - View / Download Anime GIFs< / li >
< li > < a href = "http://ge.silentears.net/" > Glittereyez< / a > - Glitter GIFs< / li >
< li > < a href = "https://onlinegiftools.com/" > Online GIF Tools< / a > - GIF Tools< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://ezgif.com/" > EZGif< / a > , < a href = "https://lettier.github.io/gifcurry/" > GIFCurry< / a > / < a href = "https://github.com/lettier/gifcurry" > GitHub< / a > , < a href = "https://giflr.com/" > Giflr< / a > , < a href = "https://github.com/lettier/gifcurry" > Gifcurry< / a > , < a href = "https://sourceforge.net/projects/qgifer/" > QGifer< / a > , < a href = "https://gifmemes.io/" > GIFMemes< / a > , < a href = "https://www.gifntext.com/" > GIFnText< / a > , [MemeMixr] (< a href = "https://mememixr.com/" > https://mememixr.com/< / a > ), < a href = "https://makeagif.com/" > makeagif< / a > , < a href = "http://www.lcdf.org/gifsicle/" > Gifsicle< / a > or < a href = "https://pixteller.com/" > Pixteller< / a > - GIF Creators / Editors< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.eatmy.art/" > EatMyArt< / a > , < a href = "https://drawisland.com/" > DrawIsland< / a > or < a href = "https://sketchmachine.net/" > Sketch Machine< / a > - Create GIFs from Drawings< / li >
< li > < a href = "https://gif-explode.com/" > GIF Explode< / a > - Split GIFs Into Frames< / li >
2023-05-26 22:10:00 +00:00
< li > < a href = "https://convert.leiapix.com/" > LeiaPix< / a > - Image to GIF Creator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://kinegram.app/" > Kinegram< / a > - Kinegram GIF Creator< / li >
< li > < a href = "https://github.com/vvo/gifify" > gifify< / a > - Video to GIF Converter< / li >
< li > < a href = "https://gifrun.com/" > GifRun< / a > - Make GIFs from Online Videos< / li >
< li > < a href = "https://sergif.ultirequiem.com/" > Sergif< / a > - Make GIFs from Webcam Videos< / li >
< li > < a href = "https://www.screentogif.com/" > ScreenToGif< / a > or < a href = "https://github.com/phw/peek" > Peek< / a > - GIF Recorder< / li >
< li > < a href = "https://github.com/dergachev/screengif" > screengif< / a > , < a href = "https://iobureau.com/ugiffer/" > ugiffer< / a > or < a href = "https://www.cockos.com/licecap/" > licecap< / a > - Create GIFs via Screencasts< / li >
< li > < a href = "https://github.com/Fauntleroy/GIFit" > GIFit< / a > , < a href = "https://youtube-to-gif.com/" > Youtube to GIF< / a > - YouTube to GIF Converters< / li >
2023-07-29 08:12:35 +00:00
< li > < a href = "https://app.tokkingheads.com/" > TokkingHeads< / a > - Face Movement GIFs< / li >
2023-06-05 02:47:48 +00:00
< li > < a href = "https://benisland.neocities.org/petpet/" > petpet< / a > - Headpatting GIF Maker< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://krikienoid.github.io/flagwaver/" > FlagWaver< / a > - Create Moving Flag GIFs< / li >
< li > < a href = "https://gif.ski/" > Gifski< / a > - GIF Encoder< / li >
< li > < a href = "https://dumpy.t1c.dev/" > Among-Us-Dumpy-Gif-Maker< / a > - Make Dumpy Among us GIFs< / li >
< li > < a href = "https://imgur.com/gallery/02aYs" > Crisp GIF Guide< / a > - How-To Make 60 FPS GIFs< / li >
< / ul >
< doc-anchor-target id = "meme-makers" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#meme-makers" > #< / doc-anchor-trigger >
< span > Meme Makers< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-08-15 10:11:14 +00:00
< li > < a href = "https://imgflip.com/memegenerator" > ImgFlip< / a > , < a href = "https://www.memegenerator.top/" > Meme Generator< / a > , < a href = "https://meme.town/" > Meme Town< / a > , < a href = "https://memebetter.com/" > MemeBetter< / a > , < a href = "https://newfastuff.com/meme-generator/" > meme-generator< / a > or < a href = "https://github.com/larsmagne/meme" > Emacs Meme Generator< / a > - Meme Creators< / li >
2023-04-27 06:14:48 +00:00
< li > < a href = "https://www.memecam.io/" > MemeCam< / a > - AI Meme Generator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://memegine.com/" > Memegine< / a > - Meme Search Engine< / li >
2023-04-27 06:14:48 +00:00
< li > < a href = "https://www.memeatlas.com/" > MemeAtlas< / a > or < a href = "https://drive.google.com/drive/folders/1Z4PSi2XmZ6x8I891xZSg5Cl4oNEOIRhh" > Templates< / a > - Meme Templates< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://wojakparadise.net/" > Wojak Paradise< / a > - Wojak Gallery< / li >
< li > < a href = "https://frinkiac.com/" > Frinkiac< / a > - Simpsons Meme Generator< / li >
< li > < a href = "https://morbotron.com/" > Morbotron< / a > - Futurama Meme Generator< / li >
< li > < a href = "https://www.breakyourownnews.com/" > BreakYourOwnNews< / a > - Breaking News Meme Generator< / li >
2023-04-27 06:14:48 +00:00
< li > < a href = "https://www.mapmemes.com/" > MapMemes< / a > - Map Meme Generator< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://washyourlyrics.com/" > WashYourLyrics< / a > - Hand Washing Meme Generator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://dev.to/rly" > O RLY Cover Generator< / a > - O RLY Meme Book Cover Generator< / li >
< / ul >
< doc-anchor-target id = "painting--drawing" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#painting--drawing" > #< / doc-anchor-trigger >
< span > Painting / Drawing< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://docs.google.com/spreadsheets/d/1-8OKuEvRR038Uno--Vi9tQRe4eFCSfQTPov7nXgiJ3w/" > PuccaNoodles’ Resource Sheet< / a > < / strong > - Painting / Drawing Resources< / li >
2023-05-20 08:12:24 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://krita.org/en/" > Krita< / a > < / strong > , < a href = "https://qrli.github.io/smoothdraw/" > SmoothDraw< / a > , < a href = "https://github.com/mypaint/mypaint" > MyPaint< / a > , < a href = "https://jspaint.app/" > jspaint< / a > , < a href = "https://firealpaca.com/" > FireAlpaca< / a > , < a href = "https://paintonline.com.br/paint.html" > PaintOnline< / a > , < a href = "https://tuxpaint.org/" > Tux Paint< / a > , < a href = "https://pintor.app/" > PinTor< / a > , < a href = "https://kidpix.app/" > JS Kid Pix< / a > , < a href = "https://github.com/Catrobat/Paintroid" > Paintroid< / a > , < a href = "https://www.prosepainter.com/" > ProsePainter< / a > , < a href = "https://www.speedpaint.info/" > SpeedPaint< / a > , < a href = "https://viliusle.github.io/miniPaint/" > miniPaint< / a > , < a href = "https://site.youidraw.com/" > YouiDraw< / a > , < a href = "https://github.com/bgrabitmap/lazpaint/" > LazPaint< / a > , < a href = "https://github.com/00000o1/jspaint.exe" > JSPaint< / a > , < a href = "https://desuwa.github.io/tegaki.html" > Tegaki< / a > , < a href = "https://speedypainter.altervista.org/" > SpeedyPainter< / a > or < a href = "https://medibangpaint.com/en/" > MediBang< / a > - Painting< / li >
2023-04-20 20:11:30 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > Krita Tools< / strong > - < a href = "https://github.com/Interpause/auto-sd-paint-ext" > Custom Backend< / a > / < a href = "https://github.com/sddebz/stable-diffusion-krita-plugin" > Stable Diffusion< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://bomomo.com/" > bomomo< / a > - Multi-Brush Painting< / li >
< li > < a href = "https://www.miltonpaint.com/" > Milton< / a > - Infinite Canvas Painting< / li >
< li > < a href = "https://iographica.com/" > IOGraphica< / a > - Turn Mouse Movement into Art< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://aggie.io/" > Aggie.io< / a > , < a href = "https://magma.com/index" > Magma< / a > , < a href = "https://hellopaint.io/" > HelloPaint< / a > , < a href = "https://drawpile.net/" > DrawPile< / a > , < a href = "https://wbo.ophir.dev/" > WBO< / a > , < a href = "https://www.skycow.us/" > LockDraw< / a > or < a href = "https://malmal.io/" > malmal< / a > - Collaborative Drawing / Painting< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://world-draw.appspot.com/draw" > World Draw< / a > - Draw the World Together< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://pixel.land/" > pixels.land< / a > , < a href = "https://everyonedraw.com/" > EveryoneDraw< / a > or < a href = "https://ourworldofpixels.com/" > World of Pixels< / a > - Infinite Online Pixel Art< / li >
< li > < a href = "https://monsterland.net/" > Monsterland< / a > - Collaborative Monster Drawing< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://te2.tewi.us/" > TEv2< / a > - Share your Drawings / Paintings< / li >
< li > < a href = "https://lizardrive.itch.io/lizardpaint" > LizardPaint< / a > - Sega / Megadrive Painting< / li >
2023-08-29 16:13:56 +00:00
< li > < a href = "https://inkscape.org/" > inkscape< / a > , < a href = "https://www.microsoft.com/en-us/p/inkodo/9nblggh4s50q" > Inkdo< / a > , < a href = "https://www.sketchtoy.com/" > Sketch Toy< / a > , < a href = "https://www.sketchbook.com/" > Sketchbook< / a > , < a href = "https://webchemy.org/" > Webchemy< / a > / < a href = "https://github.com/bitbof/webchemy" > GitHub< / a > , < a href = "https://www.tldraw.com/" > tldraw< / a > , < a href = "https://okso.app/" > Ok! So< / a > , < a href = "https://sketchpad.app/" > Sketchpad< / a > / < a href = "https://sketch.io/sketchpad" > 2< / a > , < a href = "https://concepts.app/" > Concepts< / a > or < a href = "https://excalidraw.com/" > Excalidraw< / a > - Drawing / Sketching Tools< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://virtual-graph-paper.com/" > Virtual Graph Paper< / a > - Grid Sketch Tool< / li >
< li > < a href = "https://hundredrabbits.itch.io/noodle" > Noodle< / a > - 1bit Sketch Tool< / li >
2023-05-08 00:55:39 +00:00
< li > < a href = "https://www.heavypaint.com/" > HeavyPaint< / a > - Water Color Painting< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.autodraw.com/" > AutoDraw< / a > or < a href = "https://magic-sketchpad.glitch.me/" > Magic Sketchpad< / a > - AI Drawing Tools< / li >
< li > < a href = "https://scribblediffusion.com/" > ScribbleDiffusion< / a > - Turn Doodles into Artwork< / li >
< li > < a href = "https://monstermash.zone/" > MonsterMash< / a > - Sketch Based Modeling & Animation Tool< / li >
< li > < a href = "https://perfect-freehand-example.vercel.app/" > Perfect Freehand< / a > - Draw Free Hand Lines / < a href = "https://github.com/steveruizok/perfect-freehand" > GitHub< / a > < / li >
< li > < a href = "https://minimator.app/" > minimator< / a > - Create Grid Based Drawings< / li >
< li > < a href = "https://www.jacksonpollock.org/" > JacksonPollock< / a > - Splatter Painting / Click to Change Color< / li >
< li > < a href = "https://picrew.me/" > Picrew< / a > - Animated Character Maker< / li >
2023-05-12 08:13:13 +00:00
< li > < a href = "https://sketch.metademolab.com/" > Animated Drawings< / a > , < a href = "https://fairanimateddrawings.com/site/home" > FAIR Animated Drawings< / a > , < a href = "https://motorpen.com/" > MotorPen< / a > or < a href = "https://scratch.mit.edu/" > Scratch< / a > - Animate Drawings< / li >
2023-04-20 20:11:30 +00:00
< li > < a href = "https://flipanim.com/" > FlipAnim< / a > - Create Animated Flipbooks< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.tinysketchbook.com/" > Tiny Sketchbook< / a > - Create and Share Doodle Art< / li >
< li > < a href = "https://www.microsoft.com/store/productId/9P0RP342JZMN" > Ink Workspace< / a > - Pen App Launcher< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://www.brush-photoshop.fr/" > brush-photoshop< / a > , < a href = "https://wowbrushes.com/" > wowbrushes< / a > , < a href = "https://www.chezplumeau.com/" > chezplumeau< / a > , < a href = "https://getbrushes.com/" > getbrushes< / a > , < a href = "https://www.gfxfever.com/" > gfxfever< / a > , < a href = "https://fbrushes.com/" > fbrushes< / a > , < a href = "https://t.me/brushes_and_patterns" > brushes_and_patterns< / a > , < a href = "https://myphotoshopbrushes.com/" > myphotoshopbrushes< / a > , < a href = "https://www.brusheezy.com/brushes" > brusheezy< / a > , < a href = "https://www.brushking.eu/" > brushking< / a > or < a href = "https://t.me/tala_photoshop_brushes" > tala< / a > - Digital Art Brushes< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://hotglue.me/" > HotGlue< / a > or < a href = "https://remoji.com/" > Remoji< / a > - Emoji Painting< / li >
< li > < a href = "https://www.panosfx.com/" > PanosFX< / a > or < a href = "https://fixthephoto.com/free-photoshop-actions" > Fix the Photo< / a > - Photoshop Actions< / li >
< / ul >
2023-07-23 18:12:38 +00:00
< hr >
2023-04-06 10:11:36 +00:00
< doc-anchor-target id = "pixel-art" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#pixel-art" > #< / doc-anchor-trigger >
< span > Pixel Art< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/Siilwyn/awesome-pixel-art" > Awesome Pixel Art< / a > < / strong > - Pixel Art Resource Index< / li >
< li > < a href = "https://www.piskelapp.com/" > Piskel< / a > , < a href = "https://rx.cloudhead.io/" > rx< / a > , < a href = "https://pixelated.vercel.app/" > Pixelated< / a > , < a href = "https://paintwith.webflow.io/" > PaintWith< / a > , < a href = "https://dacap.itch.io/aseprite" > Aseprite< / a > , < a href = "https://pixelcraft.web.app/" > PixelCraft< / a > / < a href = "https://github.com/rgab1508/PixelCraft" > GitHub< / a > , < a href = "https://kleki.com/" > Kleki< / a > , < a href = "https://csprite.github.io/" > CSprite< / a > or < a href = "https://www.pixilart.com/draw" > PixilArt< / a > - Pixel Art Editors< / li >
< li > < a href = "https://amorphous.itch.io/strike" > Strike< / a > - 1-Bit Pixel Art Editor< / li >
< li > < a href = "https://jenniferdewalt.com/pixel_painter.html" > Pixel Painter< / a > or < a href = "https://codepen.io/quinlo/full/RvPPKG" > Pixel Paint< / a > - Paint with Pixels< / li >
< li > < a href = "https://marcoc2.itch.io/dpixel" > dpixel< / a > - Pixel Art Remastering Tool< / li >
< li > < a href = "https://dunin.itch.io/ptop" > Paint Of Persia< / a > - Rotoscoping Pixel Art Tool< / li >
< li > < a href = "https://lunarlabs.itch.io/dither-machine" > Dither Machine< / a > - Pixel Art Dithering Creator< / li >
< li > < a href = "https://pixel-me.tokyo/en/" > PixelMe< / a > , < a href = "https://giventofly.github.io/pixelit/" > Pixel It< / a > , < a href = "https://ronenness.itch.io/pixelator" > Pixelator< / a > , < a href = "https://img8bit.com/" > Img8Bit< / a > or < a href = "https://app.monopro.org/pixel/?lang=en" > Pixelart Converter< / a > - Image to Pixelart Converters< / li >
< li > < a href = "https://orama-interactive.itch.io/pixelorama" > Pixelorama< / a > - 2D Sprite Editor< / li >
< li > < a href = "https://lampysprites.itch.io/pribambase" > Pixelart 3D Painting< / a > - 3D Pixel Art Painting< / li >
< li > < a href = "https://0x72.itch.io/pixeldudesmaker" > pixeldudesmaker< / a > , < a href = "https://deep-fold.itch.io/pixel-sprite-generator" > Pixel Sprite< / a > or < a href = "https://kenney.itch.io/creature-mixer" > Creature Mixer< / a > - Sprite Generator< / li >
< li > < a href = "https://www.pixelicious.xyz/" > Pixelicious< / a > - Image to Pixel Art Converter< / li >
2023-04-22 22:09:53 +00:00
< li > < a href = "https://pal.constraint.systems/" > Pal< / a > - Apply 8-bit Terminal Color Palettes to Images< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://hundredrabbits.itch.io/nasu" > Nasu< / a > - Spritesheet Editor< / li >
< li > < a href = "https://iseenbaas.nl/curve/" > Curve< / a > - Create Pixelated Curve< / li >
< li > < a href = "https://nurpax.github.io/petmate/" > Petmate< / a > - C64 PETSCII Image Editor< / li >
< li > < a href = "https://lospec.com/pixel-art-scaler/" > Pixel Art Scaler< / a > - Scale Pixel Art w/o Quality Loss< / li >
< / ul >
< doc-anchor-target id = "download-images" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#download-images" > #< / doc-anchor-trigger >
< span > Download Images< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-07-02 12:22:32 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://ddmm.ai/" > ddmm< / a > < / strong > , < a href = "https://search.anything.io/" > Search Anything< / a > , < a href = "https://yandex.ru/images" > Yandex Images< / a > or < a href = "https://images.google.com/" > Google Images< / a > - Image Search Engines< / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://start.me/p/jj0JAp/designer" > Image Download Site Index< / a > < / strong > - Download Images, Illustrations, Icons & more< / li >
2023-06-13 14:10:19 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#reverse-image-search" > Reverse Image Search< / a > < / strong > - Search by Image< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#random-image-sites" > Random Images< / a > < / strong > - Random Image Sites / Some NSFW< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#stock-photo-sites" > Stock Photo Sites< / a > < / strong > - Download Stock Photos / Vectors / Illustrations / < a href = "https://chrome.google.com/webstore/detail/stocks-house/mpdkicmbmbljbgncgphonhgjebnapfop" > Multi-Site Search< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#icon-download-sites" > Icon Download Sites< / a > < / strong > - Download Icons< / li >
2023-06-16 08:13:59 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://kemono.su/" > Kemono< / a > < / strong > - Patreon Content / Some NSFW / Use Adblock< / li >
2023-06-13 14:10:19 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/mikf/gallery-dl" > gallery-dl< / a > < / strong > , < a href = "https://github.com/RipMeApp/ripme" > RipMe< / a > , < a href = "https://imgdownloader.com/" > ImgDownloader< / a > , < a href = "https://github.com/AAndyProgram/SCrawler" > SCrawler< / a > or < a href = "https://extract.pics/" > Image Extractor< / a > - Image Download Tools< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#image-design-resources" > GFX Design Resources< / a > - Graphic Design Resources< / li >
< li > < a href = "https://fmhy.pages.dev/storage/#image-download-extensions" > Image Download Extensions< / a > < / li >
2023-06-13 14:10:19 +00:00
< li > < a href = "https://haveibeentrained.com/" > Have I Been Trained?< / a > - AI Image Search< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://rom1504.github.io/clip-retrieval/" > Clip Retrieval< / a > - Clip Retrieval System< / li >
< li > < a href = "https://rootabout.com/" > RootAbout< / a > - Archive / OpenlLibrary Reverse Image Search< / li >
< li > < a href = "http://www.pictriev.com/" > PicTriev< / a > - Find Look-Alike Images< / li >
< li > < a href = "https://pimeyes.com/en/" > PimEyes< / a > - Reverse Face Image Search< / li >
< li > < a href = "https://trace.moe/" > trace.moe< / a > - Anime Scene Reverse Image Search< / li >
< li > < a href = "https://labs.tineye.com/multicolr/" > Multicolr< / a > - Color Based Reverse Image Search< / li >
< li > < a href = "https://pfps.gg/" > pfps.gg< / a > - Profile Picture Index< / li >
< li > < a href = "https://openmoji.org/" > OpenMoji< / a > - Emojis< / li >
< li > < a href = "https://pixeljoint.com/" > PixelJoint< / a > - Pixel Art< / li >
< li > < a href = "https://pimpmydrawing.com/" > PimpMyDrawing< / a > - Human Silhouettes< / li >
< li > < a href = "https://www.oldbookillustrations.com/" > OldBookIllustrations< / a > - Illustrations from Old Books< / li >
< li > < a href = "http://www.plantillustrations.org/" > Plant Illustrations< / a > - Plant Illustrations< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#covers--posters" > Media Covers / Posters< / a > - Movie / TV Covers & Posters< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://beta.flim.ai/" > Film.ai< / a > or < a href = "https://film-grab.com/" > Film Grab< / a > - Movie Screenshots< / li >
2023-08-22 06:14:13 +00:00
< li > < a href = "https://www.cleanpng.com/" > CleanPNG< / a > , < a href = "https://www.pngwing.com/" > PNGWing< / a > , < a href = "https://www.pngegg.com/" > PNGEgg< / a > , < a href = "https://www.anyrgb.com/" > AnyRGB< / a > , < a href = "https://www.hiclipart.com/" > HiClipart< / a > , < a href = "https://hdclipartall.com/" > HDClipArtAll< / a > , < a href = "https://www.pngmart.com/" > pngmart< / a > , < a href = "https://www.pngall.com/" > pngall< / a > , < a href = "https://www.pngplay.com/" > pngplay< / a > , < a href = "https://www.freepngimg.com/" > freepngimg< / a > , < a href = "https://www.kindpng.com/" > KindPNG< / a > , < a href = "https://www.freepnglogos.com/" > FreePNGLogos< / a > , < a href = "https://www.pngfind.com" > PNGFind< / a > or < a href = "https://pnghut.com/" > PNGHut< / a > - PNG Images / Clipart< / li >
2023-06-05 02:47:48 +00:00
< li > < a href = "https://sankaku.app/" > Sankaku< / a > , < a href = "https://anime-pictures.net/" > Anime Pictures< / a > or < a href = "https://zerochan.net/" > ZeroChan< / a > - Anime Images / Some NSFW / < a href = "https://github.com/Disrc/SankakuComplexAddon" > Chrome< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://buhitter.com/" > Buhitter< / a > - Twitter Illustration Search< / li >
< li > < a href = "https://www.footyrenders.com/" > Footyrenders< / a > - Football Related Images< / li >
< li > < a href = "https://www.psdgraphics.com/" > PSDGraphics< / a > - PSD Files< / li >
< li > < a href = "https://thenftbay.org/" > The NFT Bay< / a > or < a href = "https://www.extremelyfungible.com/" > Extremely Fungible Tokens< / a > - Free NFTs< / li >
< li > < a href = "https://artbreeder.com/" > Artbreeder< / a > - Image Discovery / Combining< / li >
< li > < a href = "https://artvee.com/" > Artvee< / a > - Public Domain Artwork< / li >
< li > < a href = "https://www.anthonyboyd.graphics/" > AnthonyBoyd< / a > - Mockups & Textures< / li >
< li > < a href = "https://behance.net/" > Behance< / a > - Design Projects< / li >
< li > < a href = "https://placeit.net/" > Placeit< / a > - Image Templates< / li >
2023-08-22 06:14:13 +00:00
< li > < a href = "https://worldvectorlogo.com/" > Worldvectorlogo< / a > , < a href = "https://fmhy.pages.dev/base64/#logos--badges-bundle" > Logos & Badges Bundle< / a > , < a href = "https://www.brandsoftheworld.com/" > Brands of the World< / a > , < a href = "https://logos-download.com/" > Logos Download< / a > , < a href = "https://logodust.com/" > Logodust< / a > , < a href = "https://logowik.com/" > Logowik< / a > , < a href = "https://www.logo.wine/" > Logo Wine< / a > , < a href = "https://logospire.com/" > logospire< / a > , < a href = "https://logosear.ch/" > LogoSearch< / a > , < a href = "https://logopond.com/" > logopond< / a > , < a href = "https://www.logotouse.com/" > logotouse< / a > , < a href = "https://www.logolounge.com/" > logolounge< / a > , < a href = "https://www.logomoose.com/" > logomoose< / a > - Logo Designs< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/MariaLetta/mega-doodles-pack" > MariaLetta< / a > - Free Doodles< / li >
< li > < a href = "https://replacement-sky.com/" > Replacement Sky< / a > - Skies for Photoshop< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://ambientcg.com/" > AmbientCG< / a > , < a href = "https://textures.neocities.org/" > TextureTown< / a > , < a href = "https://lostandtaken.com/" > Lost and Taken< / a > , < a href = "https://icons8.com/l/3d-textures/" > 3D textures< / a > , < a href = "https://www.textureking.com/" > Textureking< / a > , < a href = "https://texturelabs.org/" > Texture Labs< / a > , < a href = "https://www.transparenttextures.com/" > Transparent Textures< / a > , < a href = "https://www.sketchuptextureclub.com/" > Texture Club< / a > , < a href = "https://texturesforfree.com/" > TexturesForFree< / a > , < a href = "https://www.fatstrawberry.co.uk/" > fatstrawberry< / a > , < a href = "https://t.me/PBR_Textures" > PBR_Textures< / a > or < a href = "https://fmhy.pages.dev/base64/#texture-collection" > Texture Collection< / a > - Download Textures< / li >
2023-04-20 20:11:30 +00:00
< li > < a href = "https://www.toptal.com/designers/subtlepatterns/" > Subtle Patterns< / a > , < a href = "https://background-tiles.com/" > Background Tiles< / a > or < a href = "https://fmhy.pages.dev/base64/#pattern-collection" > Pattern Collection< / a > - Download Patterns< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#watercolor-collection" > Watercolor Collection< / a > - Download Watercolor Pictures< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/Joeclinton1/google-images-download" > google-images-download< / a > - Download Images from Google Images< / li >
< li > < a href = "https://github.com/fanfare/googleimagesrestored" > googleimagerestored< / a > - Old Google Image Search< / li >
< li > < a href = "https://github.com/ryanfb/dzi-dl" > dzi-dl< / a > - Deep Zoom Image Downloader< / li >
< li > < a href = "https://github.com/Bionus/imgbrd-grabber" > imgbrd-grabber< / a > - Booru Image Downloader / < a href = "https://github.com/loadletter/grabber-viewer" > Viewer< / a > < / li >
< li > < a href = "https://github.com/beaufour/flickr-download" > Flicker-Download< / a > - Flickr Image Downloader< / li >
< li > < a href = "https://github.com/findix/ArtStationDownloader" > ArtStation Downloader< / a > - ArtStation Image Downloader< / li >
< li > < a href = "https://github.com/Kagami/tistore" > tistore< / a > - Tistory Image Downloader< / li >
< li > < a href = "https://www.deviantart.com/mr-blade/art/iPack-Builder-v2-2-Tool-for-icon-customization-473088895" > iPack Builder< / a > , < a href = "https://mrbladedesigns.com/ipack-builder/" > 2< / a > - Create Icon Pack Installers< / li >
< li > < a href = "https://www.blockposters.com/" > Block Posters< / a > - Create Printable Posters< / li >
< li > < a href = "https://www.indiekids.io/" > IndieKids< / a > - Printable Coloring Pages< / li >
< / ul >
< doc-anchor-target id = "wallpapers" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#wallpapers" > #< / doc-anchor-trigger >
2023-04-06 12:20:45 +00:00
< span > < a href = "https://fmhy.pages.dev/storage/#wallpapers" > Wallpapers< / a > < / span >
2023-04-06 10:11:36 +00:00
< / h3 >
< / doc-anchor-target >
< doc-anchor-target id = "3d-models" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#3d-models" > #< / doc-anchor-trigger >
< span > 3D Models< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-06-26 10:13:46 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#3d-modeling-apps" > 3D Modeling Apps< / a > < / strong > - Free 3D Modeling Apps< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#3d-models" > 3D Models< / a > < / strong > - 3D Model Download Sites< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.thingiverse.com/" > Thingiverse< / a > < / strong > , < a href = "https://www.yeggi.com/" > Yeggi< / a > or < a href = "https://www.youmagine.com/" > YouImagine< / a > - 3D Printer Models< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/openai/shap-e" > Shap-e< / a > < / strong > - 3D Model Generator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.stereoeye.jp/software/index_e.html" > Anaglyph Maker< / a > - Make 3D Images< / li >
< li > < a href = "https://www.vectary.com/" > Vectary< / a > - Online 3D Image Editor< / li >
< li > < a href = "https://3d-convert.com/en/" > 3DConvert< / a > - Online 3D Image Converter< / li >
< li > < a href = "https://3dthis.com/" > 3DThis< / a > - 3D Animation Tools< / li >
< li > < a href = "http://technohippy.github.io/teddyjs/" > PaintUp< / a > - Make 2D Art Into 3D< / li >
< li > < a href = "https://www.myminifactory.com/" > MyMiniFactory< / a > - Mini 3D Printer Models< / li >
< li > < a href = "https://www.embossify.com/" > Embossify< / a > - Turn Images into 3D Printer Models< / li >
2023-07-27 08:14:13 +00:00
< li > < a href = "https://t.me/CosplayStaticFigure" > CosplayStaticFigure< / a > - Cosplay / Figurine 3D Models< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://3dbrute.com/" > 3DBrute< / a > , < a href = "https://3dzip.org/" > 3DZip< / a > or < a href = "https://www.designconnected.com/" > DesignConnected< / a > - 3D Furniture Models< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://halloween.wannathis.one/" > Halloween.WannaThis< / a > - 3D Halloween Models< / li >
< li > < a href = "https://x6ud.github.io/#/" > x6ud< / a > - 3D Animal Skull Models< / li >
< li > < a href = "https://vertex.im/" > Vertex< / a > - 3D Icons< / li >
< li > < a href = "https://keygen.co/" > Keygen< / a > - 3D Key Model Generator< / li >
< li > < a href = "https://generated.photos/" > Generated Photos< / a > - AI Generated Model Photos< / li >
< li > < a href = "https://bloom3d.com/" > Bloom3D< / a > or < a href = "https://zzz.dog/" > Zdog< / a > - Online 3D Modeling Tools< / li >
< li > < a href = "https://alicevision.org/" > AliceVision< / a > - 3D Reconstruction / Camera Tracking< / li >
< li > < a href = "https://figurosity.com/" > Figurosity< / a > - Human 3D Models< / li >
< li > < a href = "https://armorpaint.org/" > Armorpaint< / a > - 3D Painting< / li >
< li > < a href = "https://stephaneginier.com/sculptgl/" > SculptGL< / a > - 3D Sculpting< / li >
< li > < a href = "https://modelviewer.dev/" > ModelViewer< / a > - 3D Model Viewer< / li >
2023-04-20 20:11:30 +00:00
< li > < a href = "https://www.reubenlara.com/perspectivegrid/" > Perspective Grid< / a > - 3D Perspective Tool< / li >
2023-04-22 22:09:53 +00:00
< li > < a href = "https://skybox.blockadelabs.com/" > Skybox< / a > - AI Generated 3D Environments< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.assemblrworld.com/" > Assemblr< / a > - Augmented Reality Image Creator< / li >
< li > < a href = "https://www.meshlab.net/" > MeshLab< / a > - 3D Mesh Processing / < a href = "https://github.com/cnr-isti-vclab/meshlab" > GitHub< / a > < / li >
< li > < a href = "https://cadhub.xyz/" > CadHub< / a > - Community Hub for CAD Projects< / li >
< li > < a href = "http://www.makehumancommunity.org/" > MakeHuman< / a > - 3D Humanoid Modeler< / li >
2023-06-15 14:10:26 +00:00
< li > < a href = "https://app.posemy.art/" > PoseMy< / a > , < a href = "https://setpose.com/" > SetPose< / a > , < a href = "https://magicposer.com/" > MagicPoser< / a > , < a href = "https://quickposes.com/en" > quickposes< / a > or < a href = "https://app.justsketch.me/" > justsketch< / a > - Posing Tools< / li >
2023-05-08 00:55:39 +00:00
< li > < a href = "https://www.posemaniacs.com/" > PoseManiacs< / a > , < a href = "https://photos.google.com/share/AF1QipMbaSTp0BlK1kBCKVvfZzyDhcgCZQuaDBbp8v8Lj6hxnBaNh7YWoKwCPCYr-10--A?pli=1&key=cU5OaV9TVWhoMWlVZERnaEc2YVFKQTJHbnVDeWR3" > Anatomy Doc< / a > , < a href = "https://www.adorkastock.com/" > Adorkastock< / a > or < a href = "https://anatomy360.info/anatomy-scan-reference-dump/" > Anatomy360< / a > - Pose References< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://facemaker.uvrg.org/" > FaceMaker< / a > - 3D Face / Avatar Generator< / li >
< li > < a href = "https://gregtatum.com/poems/recursive/5/" > Recursivity< / a > - 3D Tree Creator< / li >
< li > < a href = "https://spite.github.io/CSS3DClouds/" > CSS 3D Clouds< / a > - 3D Cloud Creator< / li >
< li > < a href = "https://www.3dtransformer.com/" > 3D Transformer< / a > - Rotate 3D Images< / li >
< li > < a href = "https://ultimaker.com/software/ultimaker-cura" > Ultimaker Cura< / a > - 3D Printing Software< / li >
< li > < a href = "https://www.ameede.com/" > Ameede< / a > - CNC / Laser Design Vectors< / li >
< li > < a href = "https://www.the-blueprints.com/" > The Blueprints< / a > - Blueprints Database< / li >
< li > < a href = "https://github.com/FaqT0tum/Orbion_3D_Space_Mouse" > ORBION< / a > - DIY 3D Image Mouse< / li >
< li > < a href = "https://kemono.party/patreon/user/45591569" > Ninja Ripper< / a > / < a href = "https://gamebanana.com/tools/5638" > 2< / a > / < a href = "https://0curtain0.github.io/ninja_ripper.html" > 3< / a > - Extract 3D Models from Games< / li >
< / ul >
< doc-anchor-target id = "image-tools-1" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#image-tools-1" > #< / doc-anchor-trigger >
< span > Image Tools< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#multi-image-tool-sites" > Multi-Tool Image Sites< / a > < / strong > - Multiple Image Tools< / li >
2023-06-23 12:24:15 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#image-to-text" > Image to Text Tools< / a > < / strong > - Extract Text from Images< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/devtools/#color-schemes" > Color Scheme Tools< / a > < / strong > - Color Scheme / Palette Tools / < a href = "https://i.ibb.co/cCRn3y1/5eb0a8de7dac.jpg" > Guide< / a > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#color-pickers" > Color Pickers< / a > < / strong > - Extract Color from Pictures / Webpages< / li >
2023-08-22 06:14:13 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/ermig1979/AntiDupl" > AntiDupl< / a > < / strong > or < a href = "https://github.com/scrubbbbs/cbird" > cbird< / a > - Duplicate Image Removers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/amrzv/awesome-colab-notebooks" > Awesome Colab nNotebooks< / a > - Image Colab Tools< / li >
< li > < a href = "https://www.newgrounds.com/wiki/creator-resources/" > Creator Resources< / a > - Art & Animation Resource Index< / li >
2023-08-29 16:13:56 +00:00
< li > < a href = "https://piczel.tv/" > Piczel< / a > - Online Art Gallery< / li >
< li > < a href = "https://makephotogallery.net/" > Make Photo Gallery< / a > - Photo Gallery Creator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE+" > Picviewer CE+< / a > - Turn Webpages into Image Galleries< / li >
< li > < a href = "http://datafilm.io/" > DataFilm< / a > - Notebook for Film Photographers< / li >
2023-08-15 08:13:41 +00:00
< li > < a href = "https://glanceback.info/" > GlanceBack< / a > - Daily Webcam Photo Journal< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://mkweb.bcgsc.ca/color-summarizer/" > Image Color Summarizer< / a > - Image Color Summarizer< / li >
< li > < a href = "https://imgops.com/" > ImgOps< / a > - Image Operations Meta-Tool< / li >
< li > < a href = "http://creativedo.co/FontAwesomePS" > FontAwesomePS< / a > - Photoshop Icon Manager< / li >
< li > < a href = "https://adobe.com/products/bridge.html" > Adobe Bridge< / a > - Adobe Assets Manager< / li >
< li > < a href = "https://gist.github.com/ajazsiddiqui/72bbf376ad387e1f76bfad777f66d7a3" > Photoshop Repeating Action Script< / a > - Automate Photoshop< / li >
< li > < a href = "https://franciscouzo.github.io/image_colors/" > Image Colors< / a > - Image Color Scatter Plot< / li >
< li > < a href = "https://github.com/0x09/resdet" > resdet< / a > - Detect if an Image is Upscaled< / li >
< li > < a href = "https://github.com/facebookresearch/detectron2" > detectron2< / a > - Object / Human Detection< / li >
< li > < a href = "https://github.com/nagadomi/lbpcascade_animeface" > lbpcascade animeface< / a > - Detect Anime Faces< / li >
< li > < a href = "https://github.com/kubuzetto/behind" > behind!< / a > - View Background Images< / li >
< li > < a href = "https://javier.xyz/visual-center/" > Visual Center< / a > - Find the Visual Center of an Image< / li >
< li > < a href = "https://3dp.rocks/lithophane" > Lithophane< / a > - Image to Lithophane Converter< / li >
< li > < a href = "https://github.com/Breta01/handwriting-ocr" > Handwriting-OCR< / a > - Handwriting Image to Text< / li >
< li > < a href = "https://affinelayer.com/pixsrv/" > Image-to-Image< / a > - Interactive Image Translation< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://www.myfonts.com/" > WhatTheFont< / a > - Find Font from Image< / li >
2023-06-28 06:16:29 +00:00
< li > < a href = "https://watermarkly.com/" > Watermarkly< / a > or < a href = "https://watermarkup.com/watermark.html" > Watermarkup< / a > - Image Watermarking< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.aiseesoft.com/watermark-remover-online/" > Watermark Remover Online< / a > or < a href = "https://www.watermarkremover.io/" > Watermark Remover< / a > - Watermark Removal< / li >
< li > < a href = "https://glaze.cs.uchicago.edu/index.html" > Glaze< / a > - Protect Digital Art from AI Copies< / li >
< li > < a href = "https://github.com/richgel999/fpng" > FPNG< / a > - PNG Reader / Writer< / li >
< li > < a href = "https://rukario.github.io/Schande/Uninteresting%20stuff/APNG%20Maker.html" > APNG Maker< / a > - Create / Optimize APNG Images< / li >
< li > < a href = "https://www.jpegmedic.com/tools/jpegmedic-arwe/" > JPEGMedic ARWE< / a > - Recover Ransomware-Encrypted Images< / li >
< li > < a href = "https://apps.apple.com/us/app/camscanner-pdf-scanner-app/id388627783" > CamScanner< / a > or < a href = "https://apps.apple.com/us/app/microsoft-lens-pdf-scanner/id975925059" > Microsoft Lens< / a > - Scan & Digitize Documents / iOS< / li >
< li > < a href = "https://icons8.com/swapper" > Swapper< / a > - Face Swapper< / li >
< li > < a href = "https://github.com/CorentinB/DeepSort/" > DeepSort< / a > or < a href = "https://github.com/0xb8/WiseTagger" > WiseTagger< / a > - Image Tagger< / li >
< li > < a href = "https://github.com/starik222/BooruDatasetTagManager" > BooruDatasetTagManager< / a > - Booru Image Tagger< / li >
< li > < a href = "https://gitlab.com/bearjaws/cluttr" > Cluttr< / a > - Automatically Organize & Tag Photos< / li >
2023-08-27 16:12:34 +00:00
< li > < a href = "https://digicamcontrol.com/" > DigicamControl< / a > - Camera Controller< / li >
2023-08-23 12:20:27 +00:00
< li > < a href = "http://camera-wiki.org/" > Camera Wiki< / a > - Camera Model Wiki< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://global.canon/en/c-museum/camera-series.html" > Canon Camera Museum< / a > - History of Canon Cameras< / li >
< li > < a href = "https://something-to-draw.com/" > Something to Draw< / a > - Find Things to Draw< / li >
< li > < a href = "https://github.com/bencbartlett/3D-printed-mirror-array" > 3D Printed Mirror Array< / a > - Sunlight Pattern Mirror Array< / li >
< / ul >
< doc-anchor-target id = "hosting--viewing" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#hosting--viewing" > #< / doc-anchor-trigger >
< span > Hosting / Viewing< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#image-hosts" > Image Hosts< / a > < / strong > - Image Hosting Sites< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#image-viewers" > Image Viewers< / a > < / strong > - Image Viewing Programs< / li >
2023-04-16 08:12:58 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://hydrusnetwork.github.io/hydrus/" > hydrus< / a > < / strong > - Booru-Style Media Tagger / < a href = "https://github.com/hydrusnetwork/hydrus" > Github< / a > < / li >
2023-08-27 16:12:34 +00:00
< li > < a href = "https://github.com/ififfy/flipflip/" > FlipFlip< / a > - Image Slideshow< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://theslideshow.net/" > The Slideshow< / a > - Google Image Slideshow< / li >
< li > < a href = "https://github.com/k1rak1ra/FEMBOY" > FEMBOY< / a > - Anime Image Manager< / li >
< li > < a href = "https://docs.getpinry.com/" > Pinry< / a > or < a href = "https://github.com/ferrufinob/Bookmarkd_Frontend" > Bookmarkd< / a > - Image Tiling / Pinterest Alternatives< / li >
< li > < a href = "https://lycheeorg.github.io/" > Lychee< / a > , < a href = "https://github.com/mtlynch/picoshare" > PicoShare< / a > , < a href = "https://github.com/Upload/Up1" > Up1< / a > or < a href = "https://chevereto.com/" > Chevereto< / a > - Self-Hosted Image Host< / li >
2023-08-10 06:14:44 +00:00
< li > < a href = "https://www.pixiv.net/en/" > Pixiv< / a > - User-Made Image Host / < a href = "https://chrome.google.com/webstore/detail/pixiv-toolkit/ajlcnbbeidbackfknkgknjefhmbngdnj?hl=en" > Downloader< / a > , < a href = "https://github.com/Nandaka/PixivUtil2" > 2< / a > / < a href = "https://github.com/alphasp/pxview" > Mobile App< / a > / < a href = "https://pixiv.navirank.com/" > Rankings< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/LibrePhotos/librephotos" > Librephotos< / a > , < a href = "https://github.com/photoprism/photoprism" > Photoprism< / a > , < a href = "https://github.com/photoview/photoview" > Photoview< / a > or < a href = "https://github.com/hooram/ownphotos/" > Ownphotos< / a > - Self-Hosted Google Photo Manager< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://pixelfed.org/" > Pixelfed< / a > or < a href = "https://unsee.cc/" > Unsee< / a > - Decentralized / Temporary Image Hosts / < a href = "https://gitlab.shinice.net/pixeldroid/PixelDroid" > Android< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper" > Google Photos Takeout Helper< / a > - Cleanup a Google Photos Takeout< / li >
< / ul >
< doc-anchor-target id = "screenshot-tools" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#screenshot-tools" > #< / doc-anchor-trigger >
< span > Screenshot Tools< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://getsharex.com/" > ShareX< / a > < / strong > < / li >
2023-07-25 01:06:30 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > ShareX Tools< / strong > - < a href = "https://upload.systems/en-US" > Free Host< / a > , < a href = "https://encrypting.host/" > 2< / a > , < a href = "https://sxcu.net/" > 3< / a > , < a href = "https://www.sharexhosting.com/" > 4< / a > / < a href = "https://github.com/tycrek/ass" > Self-Host< / a > / < a href = "https://github.com/tsudoko/xshare" > Android Upload< / a > / < a href = "https://xbackbone.app/" > File Manager< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://flameshot.org/" > Flameshot< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > Flameshot Tools< / strong > - < a href = "https://github.com/flameshot-org/flameshot" > GitHub< / a > / < a href = "https://slproweb.com/products/Win32OpenSSL.html" > Imgur Upload< / a > < / li >
< li > < a href = "https://getgreenshot.org/" > Greenshot< / a > < / li >
< li > < a href = "https://gyazo.com/" > Gyazo< / a > < / li >
< li > < a href = "https://github.com/ksnip/ksnip" > KSnip< / a > < / li >
< li > < a href = "https://app.prntscr.com/en/index.html" > LightShot< / a > < / li >
< li > < a href = "https://github.com/GirkovArpa/screenraptor" > ScreenRaptor< / a > < / li >
< li > < a href = "https://nimbusweb.me/screenshot.php" > Nimbus Capture< / a > < / li >
2023-08-23 12:20:27 +00:00
< li > < a href = "https://screenshotx.com/" > ScreenshotX< / a > < / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://pika.style/" > Pika< / a > / < a href = "https://github.com/rishimohan/pika" > GitHub< / a > , < a href = "https://www.fabpic.app/" > FabPic< / a > or < a href = "https://onpaste.com/" > OnPaste< / a > - Screenshot Editor< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://screenshot.guru/" > Screenshot Guru< / a > , < a href = "https://cleanshot.vercel.app/" > CleanShot< / a > or < a href = "https://www.site-shot.com/" > Site-Shot< / a > - Online Screenshot Tool< / li >
< li > < a href = "https://screenshot.rocks/" > Screenshot Rocks< / a > / < a href = "https://github.com/daveearley/screenshot.rocks" > GitHub< / a > , < a href = "https://screenshots.cloud/" > screenshots.cloud< / a > , < a href = "https://screenshot.guru/" > screenshot.guru< / a > , < a href = "https://shrinktheweb.com/" > shrinktheweb< / a > or < a href = "https://pikwy.com/" > Pikwy< / a > - Site Screenshot Tool< / li >
< li > < a href = "https://puush.me/" > puush< / a > - Easily Share Screenshots< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://screenstab.com/editor/" > Screenstab< / a > - Create Graphics from Screenshots< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://limus.netlify.app/" > Limus< / a > or < a href = "https://www.screenstab.com/editor/" > Screenstab< / a > - Change Screenshot Angles< / li >
< li > < a href = "https://github.com/artemdemo/imgreview" > ImgReview< / a > - Annotate Screenshots< / li >
< li > < a href = "https://screenshotcomparison.com/" > Screenshot Comparison< / a > - Compare Screenshots< / li >
< li > < a href = "https://www.take-a-screenshot.org/" > Screenshot Tutorial< / a > - Multi Platform Screenshot Guides< / li >
< / ul >
< doc-anchor-target id = "image-converters" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#image-converters" > #< / doc-anchor-trigger >
< span > Image Converters< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-08-15 08:13:41 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "http://www.imagemagick.org/script/index.php" > ImageMagick< / a > < / strong > - Image Editor / Converter< / li >
< li > < a href = "https://www.imverter.com/" > imverter< / a > , < a href = "https://raw.pics.io/" > Raw Pics< / a > , < a href = "https://converseen.fasterland.net/" > Converseen< / a > , < a href = "https://jinaconvert.com/" > JINAConvert< / a > , < a href = "https://vectormagic.com/" > Vector Magic< / a > , < a href = "https://webptojpg.com/" > WEBPtoJPG< / a > , < a href = "https://anywebp.com/" > AnyWebP< / a > , < a href = "https://webptopng.com/" > WEBPtoPNG< / a > , < a href = "https://webptogif.com/" > WEBTtoGIF< / a > , < a href = "https://jpgtopngconverter.com/" > JPGtoPNG< / a > , < a href = "https://pngtojpg.com/" > PNGtoJPG< / a > , < a href = "https://avif.io/" > avif.io< / a > , < a href = "https://heicjpeg.com/" > HEICtoJPG< / a > / < a href = "https://heicconvert.io/" > 2< / a > or < a href = "https://webp-converter.com/" > WebP Converter< / a > - Image Converters< / li >
< li > < a href = "http://structurise.com/screenshot-ocr/" > StructuRise< / a > - Convert Image Text to Text File< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://svgco.de/" > svgco< / a > - Image to SVG Converter< / li >
2023-08-01 14:11:10 +00:00
< li > < a href = "https://www.ansilove.org/downloads.html" > AnsiLove< / a > or < a href = "https://onlinetools.com/ascii/convert-ascii-to-image" > convert-ascii-to-image< / a > - ANSI / ASCII Art to PNG Converters< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://vector.express/" > Vector Express< / a > - Vector Converter< / li >
< li > < a href = "https://www.vectorizer.io/" > Vectorizer< / a > or < a href = "https://www.autotracer.org/" > AutoTracer< / a > - Image Vectorizer< / li >
< li > < a href = "https://master.ayra.ch/text2img/" > text2img< / a > or < a href = "https://github.com/THUDM/CogView" > CogView< / a > - Convert Text Screenshots to Images< / li >
< li > < a href = "https://selfie2anime.com/" > Selfie2Anime< / a > , < a href = "https://github.com/Aneureka/animate-me" > Animate-Me< / a > - Convert Selfies to Anime< / li >
< / ul >
< doc-anchor-target id = "instagram-tools" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#instagram-tools" > #< / doc-anchor-trigger >
< span > Instagram Tools< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://www.aware-online.com/en/osint-tools/instagram-tools/" > Instagram Tools< / a > or < a href = "https://www.instafollowers.co/instagram-tools" > InstaFollowers< / a > - Multiple Tools< / li >
< li > < a href = "https://gridsapp.net/" > GridsApp< / a > - Desktop Client< / li >
< li > < a href = "https://greasyfork.org/en/scripts/420604" > Bypass Login< / a > - Bypass Instagram Login Redirects< / li >
2023-06-28 06:16:29 +00:00
< li > < a href = "https://aeroinsta.com/" > AeroInsta< / a > or < a href = "https://thedise.me/instander/" > Instander< / a > - Modded Android App< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://lemamichael.github.io/WhatIsRhino/" > WhatIsRhino< / a > - Modded iOS App< / li >
2023-08-16 04:13:17 +00:00
< li > < a href = "https://imgsed.com/" > imgsed< / a > , < a href = "https://www.yooying.com/" > YooYing< / a > , < a href = "https://www.picuki.com/" > Picuki< / a > , < a href = "https://instanavigation.com/" > InstaNavigation< / a > , < a href = "https://instafreeview.com/" > Instafreeview< / a > , < a href = "https://github.com/Ademking/profile-picture-viewer" > profile-picture-viewer< / a > , < a href = "https://dumpoir.com/" > Dumpor< / a > or < a href = "https://greatfon.com/" > GreatFon< / a > - Instagram Viewers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.aware-online.com/en/osint-tools/instagram-search-tool/" > Instagram Search Tool< / a > - Search Tool< / li >
2023-07-07 18:15:07 +00:00
< li > < a href = "https://github.com/Datalux/Osintgram" > Osintgram< / a > , < a href = "https://github.com/megadose/toutatis" > Toutatis< / a > or < a href = "https://github.com/novitae/sterraxcyl" > Sterraxcyl< / a > - Instagram OSINT Tools< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.osintcombine.com/instagram-explorer" > Instagram-Explorer< / a > - Explore Pictures by Location< / li >
< li > < a href = "https://gist.github.com/g-rohit/f47170c8b3b302bcbe214ba624d636bc" > Save Instagram< / a > - Enable Right Click / Save on Instagram< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://storiesdown.com/" > StoriesDown< / a > , < a href = "https://instasaved.net/en" > instasaved< / a > or < a href = "https://insta-stories-viewer.com/" > insta-stories-viewer< / a > - Story Downloaders< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.savefromweb.com/" > SaveFromWeb< / a > , < a href = "https://github.com/ehmorris/High-Resolution-Downloader-For-Instagram" > High-Resolution-Downloader< / a > , < a href = "https://downloadgram.org/" > Downloadgram< / a > or < a href = "https://github.com/hehpollon/Instagram-crawler" > Instagram-crawler< / a > - Video / Picture / Story Downloaders< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://www.picnob.com/" > Picnob< / a > or < a href = "https://github.com/postaddictme/instagram-php-scraper" > Instagram PHP Scraper< / a > - Picture / Story Downloaders< / li >
2023-06-05 02:47:48 +00:00
< li > < a href = "https://thumbtube.com/download-instagram-photos-videos" > ThumbTube< / a > , < a href = "https://github.com/dankmemes/instagram-scraper" > Instagram Scraper< / a > , < a href = "https://github.com/althonos/InstaLooter" > InstaLooter< / a > , < a href = "https://github.com/instaloader/instaloader" > Instaloader< / a > or < a href = "https://www.instapick.net/" > instapick< / a > - Picture / Video Downloader< / li >
2023-08-01 14:11:10 +00:00
< li > < a href = "https://www.4kdownload.com/products/stogram-8" > 4K Stogram< / a > or < a href = "https://instaloader.github.io/" > InstaLoader< / a > - Picture Downloader< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://levionsoftware.com/" > Photo Map< / a > - Interactive Map For Your Photos< / li >
< li > < a href = "https://www.google.com/amp/s/weynstag.com/amp.php/" > Weynstag< / a > - Video Downloader< / li >
< li > < a href = "https://resizegram.com/" > Resizegram< / a > - Resize Videos< / li >
< li > < a href = "https://github.com/dvingerh/PyInstaLive" > PyInstaLive< / a > - Download Instagram Livestreams / Replays< / li >
< li > < a href = "https://www.otzberg.net/iguserid/index.php" > otzberg< / a > or < a href = "https://codeofaninja.com/tools/find-instagram-user-id/" > Find-User-ID< / a > - ID Finder< / li >
< li > < a href = "https://openuserjs.org/scripts/darkred/Instagram_-_visible_images_counter" > Image Counter< / a > - Count images on a page< / li >
< li > < a href = "https://github.com/Androz2091/instaddict" > InstaAddict< / a > - Instagram Addiction Test< / li >
< / ul >
< doc-anchor-target id = "photo-forensics" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#photo-forensics" > #< / doc-anchor-trigger >
< span > Photo Forensics< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-08-08 08:14:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "http://sandlab.cs.uchicago.edu/fawkes/" > Fawkes< / a > < / strong > or < strong > < a href = "https://lowkey.umiacs.umd.edu/" > Lowkey< / a > < / strong > - Facial Cloaking< / li >
2023-04-18 16:12:36 +00:00
< li > < a href = "https://start.me/p/0PgzqO/photo-osint" > Photo OSINT< / a > - Image OSINT Resources< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://www.fotoforensics.com/" > FotoForensics< / a > , < a href = "https://29a.ch/photo-forensics/" > Forensically< / a > or < a href = "http://www.getghiro.org/" > Ghiro< / a > - Photo Forensics Tool< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://labs.tib.eu/geoestimation" > GeoEstimation< / a > - Estimate Image Geolocation< / li >
< li > < a href = "https://www.imageidentify.com/" > Image Identification Project< / a > - Image Identification Tool< / li >
< li > < a href = "https://github.com/zeruniverse/CryptoStego" > CryptoStego< / a > , < a href = "https://stegonline.georgeom.net/image" > StegOnline< / a > , < a href = "https://www.openstego.com/" > OpenStego< / a > , < a href = "https://embeddedsw.net/OpenPuff_Steganography_Home.html" > OpenPuff< / a > , < a href = "https://pedrooaugusto.github.io/steganography-png/" > Steganography-PNG< / a > / < a href = "https://github.com/pedrooaugusto/steganography-png" > GitHub< / a > , < a href = "https://github.com/DJayalath/ImSter" > ImSter< / a > , < a href = "https://bztsrc.gitlab.io/stegano/" > stegano< / a > or < a href = "https://github.com/dhsdshdhk/stegpy" > stegpy< / a > - Embed & Extract Hidden Data in Images / Steganography< / li >
< li > < a href = "https://aperisolve.fr/" > Aperisolve< / a > , < a href = "https://www.aperisolve.com/" > 2< / a > - Steganography Analysis Tool< / li >
< li > < a href = "https://github.com/BishopFox/unredacter" > Unredacter< / a > - Crack Pixelated Images< / li >
< li > < a href = "https://everestpipkin.github.io/image-scrubber/" > Image Scrubber< / a > - Blur Images / Scrub Metadata< / li >
< li > < a href = "https://sourceforge.net/projects/schizoware/" > Schizoware< / a > - Image Name / Hash Randomizer< / li >
< li > < a href = "https://adversarial.io/" > Adversarial< / a > - Make Images Machine-Unreadable< / li >
< li > < a href = "https://bc.betterrepack.com/" > BetterCensorship< / a > - Censor and De-censor Images< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "https://www.imgonline.com.ua/eng/exif-info.php" > ViewEXIF< / a > , < a href = "https://jimpl.com/" > Jimpl< / a > , < a href = "https://exifdata.com/" > ExifData< / a > , < a href = "https://onlineexifviewer.com/" > OnlineEXIFViewer< / a > , < a href = "https://github.com/aydinnyunus/exifLooter" > ExifLooter< / a > , < a href = "https://camerasummary.com/" > CameraSummary< / a > or < a href = "https://www.impulseadventure.com/photo/jpeg-snoop.html" > JPEGsnoop< / a > - EXIF / Metadata Viewers< / li >
2023-07-07 18:15:07 +00:00
< li > < a href = "https://exiftool.org/" > exiftool< / a > , < a href = "https://exifcleaner.com/" > ExifCleaner< / a > , < a href = "https://www.exifremove.com/" > EXIFRemove< / a > , < a href = "https://www.imgonline.com.ua/delete-exif.php" > MGOnline< / a > , < a href = "https://gitlab.com/juanitobananas/scrambled-exif" > scrambled-exif< / a > , < a href = "https://github.com/Anish-M-code/Metadata-Remover" > Metadata-Remover< / a > , < a href = "https://everestpipkin.github.io/image-scrubber/" > Image Scrubber< / a > , < a href = "https://www.adarsus.com/en/remove-metadata-online-document-image-video/" > adarsus< / a > or < a href = "https://www.verexif.com/en/" > VerExif< / a > - Remove Meta / EXIF Data< / li >
< li > < a href = "https://github.com/jamiepine/cache-monkey" > Cache Monkey< / a > - Convert, Browse & Clear Cached Images & Files< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.pic2map.com/" > Pic2Map< / a > - Image EXIF data viewer with GPS support< / li >
2023-06-21 06:14:52 +00:00
< li > < a href = "https://www.thexifer.net/index.php" > TheExifer< / a > or < a href = "https://exiv2.org/" > Exiv2< / a > - Image EXIF Data Editors< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://us.digicamsoft.com/softnamexif.html" > Nameexif< / a > - Bulk Image EXIF Data Editor< / li >
2023-07-23 16:12:44 +00:00
< li > < a href = "https://www.base64-image.de/" > Base64 Image< / a > - Encrypt / Decrypt Images< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.betaface.com/demo.html" > BetaFace< / a > or < a href = "https://github.com/ageitgey/face_recognition" > Face Recognition< / a > - Facial Recognition< / li >
2023-08-21 12:21:43 +00:00
< li > < a href = "https://facecheck.id/" > FaceCheck< / a > or < a href = "https://faceagle.com/" > Faceagle< / a > - Face Recognition Search Engines< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/peterwang512/FALdetector" > FALdetector< / a > - Photoshopped Face Detector< / li >
< li > < a href = "https://colab.research.google.com/drive/1AQ0XSKWjzJBhGXXJ0XrA4DckFdv6Ul5N" > Shoop< / a > - Detect if Image is Photoshopped< / li >
< li > < a href = "https://redact.photo/" > Redact.Photo< / a > - Image Redaction Tool< / li >
< li > < a href = "https://squoosh.app/" > Squoosh< / a > - Image Codec Comparison< / li >
< li > < a href = "https://github.com/jankais3r/jPhotoDNA" > jPhotoDNA< / a > - Image CSAM Identification Algorithm< / li >
< / ul >
2023-08-10 04:13:06 +00:00
< doc-anchor-target id = "android-camera" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#android-camera" > #< / doc-anchor-trigger >
< span > < a href = "https://fmhy.pages.dev/android-iosguide/#android-camera" > Android Camera< / a > < / span >
< / h3 >
< / doc-anchor-target >
2023-04-06 10:11:36 +00:00
< doc-anchor-target id = "art-education" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#art-education" > #< / doc-anchor-trigger >
< span > Art Education< / span >
< / h2 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://drive.google.com/file/d/1cK9q7oeFRE58MVaSgUql662iGqCXC8Ah/" > Art Study Guide< / a > < / strong > or < a href = "https://drive.google.com/file/d/0Bz_mE9a29gsEd09TemJMNTJMWGs/" > Improvement Overview< / a > - Art Study Guides / Tips< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.ctrlpaint.com/library" > Ctrl+paint< / a > < / strong > - Digital Art Learning Resources< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://drawabox.com/" > Drawabox< / a > < / strong > , < a href = "https://3dvkarts.net/" > 3DVKARTS< / a > , < a href = "https://croquis.cafe/" > Croquis Cafe< / a > , < a href = "https://www.youtube.com/playlist?list=PL7KO8uN5A9PJsQIJzecnohhKjtMnSuFtR" > Drawing Starter Pack Playlist< / a > , < a href = "https://t.me/farsituts" > FarsiTuts< / a > or < a href = "https://www.guidetodrawing.com/" > Bill Martin' s Guide to Drawing< / a > - Drawing Lessons< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.youtube.com/user/ProkoTV/videos" > Proko< / a > < / strong > - Humanoid Figure Drawing Lesson< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://painting.tube" > PaintingTube< / a > < / strong > , < a href = "https://www.youtube.com/@marcobucci" > MarcoBucci< / a > , < a href = "https://www.youtube.com/c/ALPHONSODUNN/videos?view=0&sort=p&flow=grid" > Alphonso Dunn< / a > , < a href = "https://www.youtube.com/user/FZDSCHOOL/videos" > Feng Zhu FZD< / a > , < a href = "https://www.youtube.com/user/Sycra/videos" > Sycra< / a > , < a href = "https://www.youtube.com/playlist?list=PLVgLT-e3jXPDgeED0pD0BPq8kY1VAZAGa" > Art Fundamentals< / a > or < a href = "https://www.youtube.com/user/circlelinemedia/videos" > Circle Line Art< / a > - Art Video Tutorials< / li >
< li > < a href = "https://reddit.com/r/learnart/comments/dapk62/from_the_guy_who_made_the_most_comprehensive_list/" > Curriculum for the Solo Artists< / a > - Self-Taught Artist Curriculum / < a href = "https://mega.nz/file/sU0AxThb#m96_xISlS-5wtpSrauWFdh8mjhed7EitknQn_XIBaQc" > PDF Version< / a > / < a href = "https://imgur.com/a/EZPc28m" > Gallery Version< / a > < / li >
< li > < a href = "https://www.trydraw.com/" > TryDraw< / a > - Improve Drawing Skills< / li >
< li > < a href = "https://dad.gallery" > DoArtDaily< / a > - Daily Art Challenges< / li >
2023-05-08 00:55:39 +00:00
< li > < a href = "https://characterdesignreferences.com/visual-library" > Character Design References< / a > - Character Design Visual Library< / li >
< li > < a href = "http://www.floobynooby.com/comp1.html" > FloobyNooby< / a > , < a href = "https://nicparris.gumroad.com/l/JyCxo" > Let' s Learn Storyboarding< / a > , < a href = "https://jimmortensen.gumroad.com/l/JMMStoryboardTips" > JMMStoryboardTips< / a > or < a href = "https://magicbunnyart.gumroad.com/l/fjvKA" > A Guide to Storyboards< / a > - Storyboard Guides< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.youtube.com/channel/UCnx8zKs3c3yeFPYQ2QzMqLA/" > MangaMaterials< / a > , < a href = "https://www.youtube.com/@animesijyuku/" > animesijyuku< / a > or < a href = "https://www.youtube.com/@DoKiDoKiDrawing/" > DoKiDoKiDrawing< / a > - Manga Video Tutorials / < a href = "https://twitter.com/mangamaterials2" > Twitter< / a > / < a href = "https://www.pixiv.net/en/users/16776564" > Pixiv< / a > < / li >
2023-05-08 00:55:39 +00:00
< li > < a href = "https://www.naokiurasawa.com/" > NaoKiurasawa< / a > - Mangaka Creation Process Interviews / < a href = "https://www.youtube.com/channel/UCkIFOAoFm47XOAlJwTa6Ieg/videos" > YouTube< / a > / < a href = "https://www.dailymotion.com/HabaneroScans/videos" > DailyMotion< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.anidraw.net/?m=1" > anidraw< / a > - Anime Drawing Tutorials< / li >
< li > < a href = "https://setteidreams.net/" > Settei Dreams< / a > - Anime Production Materials< / li >
< li > < a href = "https://discord.gg/3bwdfRk" > Anime Study General< / a > - Anime Production Community< / li >
2023-05-08 00:55:39 +00:00
< li > < a href = "http://www.mclelun.com/p/tutorial.html" > McLelun< / a > - Anime Style Background Tutorial< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/SerialLain3170/AwesomeAnimeResearch" > AwesomeAnimeResearch< / a > - Anime Machine Learning< / li >
< li > < a href = "https://www.photoshoptutorials.ws/" > PhotoshopTutorials.ws< / a > - Photoshop Tutorials< / li >
< li > < a href = "https://www.youtube.com/c/DomDesigns/" > DomDesigns< / a > - Illustrator Tutorials< / li >
< li > < a href = "https://www.youtube.com/@PhotoshopTrainingChannel" > PhotoshopTraining< / a > , < a href = "https://www.youtube.com/@phlearn" > Phlearn< / a > or < a href = "https://www.youtube.com/@PiXimperfect" > PiXimperfect< / a > - Photoshop YouTube Tutorials< / li >
2023-04-20 20:11:30 +00:00
< li > < a href = "https://bezier.method.ac/" > The Bézier Game< / a > - Pen Tool Practice< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://artwithflo.com/" > ArtWithFlo< / a > - Procreate Tutorials< / li >
< li > < a href = "https://paintable.cc/blog-home-bootcamp/" > Paintable< / a > - Digital Art Tutorials< / li >
< li > < a href = "https://blog.studiominiboss.com/pixelart" > Pedro' s Pixel Art Tutorials< / a > or < a href = "https://www.slynyrd.com/gallery-animated" > SLYNYRD< / a > - Pixel Art Tutorials< / li >
< li > < a href = "https://www.metmuseum.org/art/metpublications/titles-with-full-text-online" > MetPublications< / a > - Art Learning Books< / li >
< li > < a href = "https://www.drawingbooks.org/" > Drawingbooks.org< / a > - Old Drawing Books< / li >
< li > < a href = "https://line-of-action.com/" > Line of Action< / a > , < a href = "https://www.youtube.com/playlist?list=PL7EWYwaF6E-FZ8JiBlz2tF1DQUCw-GCmn" > Timed Figure Poses< / a > , < a href = "https://www.lovelifedrawing.com/" > LoveLifeDrawing< / a > or < a href = "https://www.youtube.com/playlist?list=PL7EWYwaF6E-Exv72kVT4yYJM2lX-Xf66I" > Daily Life Drawing Sessions< / a > - Figure Sketch Tools / Lessons< / li >
< li > < a href = "https://artist-reference.com" > Artist Reference< / a > - Photo References for Artists< / li >
2023-05-08 00:55:39 +00:00
< li > < a href = "https://imgur.com/gallery/V5Prm" > Thomas Romain Perspective< / a > - Perspective Guide< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://www.huevaluechroma.com/" > The Dimensions Of Colour< / a > - Colour Theory Guide< / li >
2023-05-08 00:55:39 +00:00
< li > < a href = "https://twitter.com/devinkorwin/status/1278049901709012995" > DevinKorwin Color Guide< / a > - Color in Paintings Guide< / li >
2023-05-20 08:12:24 +00:00
< li > < a href = "https://www.drawmixpaint.com/" > Draw Mix Paint< / a > - Learn Oil Painting< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://paintingdemos.com/" > Painting Demos< / a > - Painting Demonstrations< / li >
< li > < a href = "https://paint.wtf/" > paint.wtf< / a > - Have an AI Judge your Art< / li >
< / ul >
<!-- Required only on API pages -->
2023-07-23 18:12:38 +00:00
< doc-toolbar-member-filter-no-results > < / doc-toolbar-member-filter-no-results >
2023-04-06 10:11:36 +00:00
< / div >
< footer class = "clear-both" >
< nav class = "flex mt-14" >
< div class = "w-1/2" >
< a class = "px-5 py-4 h-full flex items-center break-normal font-medium text-blue-500 dark:text-blue-400 border border-gray-300 hover:border-gray-400 dark:border-dark-650 dark:hover:border-dark-450 rounded-l-lg transition-colors duration-150 relative hover:z-5" href = "../toolsguide/" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mr-3" width = "24" height = "24" viewBox = "0 0 24 24" fill = "currentColor" overflow = "visible" > < path d = "M19 11H7.41l5.29-5.29a.996.996 0 10-1.41-1.41l-7 7a1 1 0 000 1.42l7 7a1.024 1.024 0 001.42-.01.996.996 0 000-1.41L7.41 13H19c.55 0 1-.45 1-1s-.45-1-1-1z" / > < path fill = "none" d = "M0 0h24v24H0z" / > < / svg >
< span >
< span class = "block text-xs font-normal text-gray-400 dark:text-dark-400" > Previous< / span >
< span class = "block mt-1" > Tools< / span >
< / span >
< / a >
< / div >
< div class = "w-1/2" >
< a class = "px-5 py-4 -mx-px h-full flex items-center justify-end break-normal font-medium text-blue-500 dark:text-blue-400 border border-gray-300 hover:border-gray-400 dark:border-dark-650 dark:hover:border-dark-450 rounded-r-lg transition-colors duration-150 relative hover:z-5" href = "../devtools/" >
< span >
< span class = "block text-xs font-normal text-right text-gray-400 dark:text-dark-400" > Next< / span >
< span class = "block mt-1" > Developer Tools< / span >
< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-3" width = "24" height = "24" viewBox = "0 0 24 24" fill = "currentColor" overflow = "visible" > < path d = "M19.92 12.38a1 1 0 00-.22-1.09l-7-7a.996.996 0 10-1.41 1.41l5.3 5.3H5c-.55 0-1 .45-1 1s.45 1 1 1h11.59l-5.29 5.29a.996.996 0 000 1.41c.19.2.44.3.7.3s.51-.1.71-.29l7-7c.09-.09.16-.21.21-.33z" / > < path fill = "none" d = "M0 0h24v24H0z" / > < / svg >
< / a >
< / div >
< / nav >
< / footer >
< / main >
< div class = "border-t dark:border-dark-650 pt-6 mb-8" >
< footer class = "flex flex-wrap items-center justify-between" >
< div >
< ul class = "flex flex-wrap items-center text-sm" >
< / ul >
< / div >
< div class = "docs-copyright py-2 text-gray-500 dark:text-dark-350 text-sm leading-relaxed" > < / div >
< / footer >
< / div >
< / div >
<!-- Rendered if sidebar right is enabled -->
<!-- Sidebar right skeleton -->
< div v-cloak class = "fixed top-0 bottom-0 right-0 translate-x-full bg-white border-gray-200 lg:sticky lg:border-l lg:shrink-0 lg:pt-6 lg:transform-none sm:w-1/2 lg:w-64 lg:z-0 md:w-104 sidebar-right skeleton dark:bg-dark-850 dark:border-dark-650" >
< div class = "pl-5" >
< div class = "w-32 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< / div >
< / div >
<!-- User should be able to hide sidebar right -->
< doc-sidebar-right v-cloak > < / doc-sidebar-right >
< / div >
< / div >
< / div >
< doc-search-mobile > < / doc-search-mobile >
< doc-back-to-top > < / doc-back-to-top >
< / div >
< div id = "docs-overlay-target" > < / div >
2023-07-23 18:12:38 +00:00
< script data-cfasync = "false" > window . _ _DOCS _ _ = { "title" : "Image Tools" , level : 1 , icon : "file" , hasPrism : false , hasMermaid : false , hasMath : false } < / script >
2023-04-06 10:11:36 +00:00
< / body >
< / html >