{"id":23255353,"url":"https://github.com/michelerenzullo/lutify","last_synced_at":"2025-10-06T00:49:37.392Z","repository":{"id":44459206,"uuid":"332467545","full_name":"michelerenzullo/LUTify","owner":"michelerenzullo","description":"LUT resizer, combiner and converter in python","archived":false,"fork":false,"pushed_at":"2022-08-02T15:35:34.000Z","size":16,"stargazers_count":25,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-04T10:44:00.973Z","etag":null,"topics":["colors","cube","hald","lens-studio","lut","sparkar"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michelerenzullo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-24T14:16:58.000Z","updated_at":"2025-05-03T21:50:03.000Z","dependencies_parsed_at":"2022-08-22T05:20:32.623Z","dependency_job_id":null,"html_url":"https://github.com/michelerenzullo/LUTify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michelerenzullo/LUTify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelerenzullo%2FLUTify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelerenzullo%2FLUTify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelerenzullo%2FLUTify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelerenzullo%2FLUTify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michelerenzullo","download_url":"https://codeload.github.com/michelerenzullo/LUTify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michelerenzullo%2FLUTify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542673,"owners_count":26004061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colors","cube","hald","lens-studio","lut","sparkar"],"created_at":"2024-12-19T11:20:12.801Z","updated_at":"2025-10-06T00:49:37.357Z","avatar_url":"https://github.com/michelerenzullo.png","language":"Python","funding_links":["https://www.paypal.com/donate?hosted_button_id=XQ8QUEME5JZMN","https://paypal.me/michelerenzullo"],"categories":[],"sub_categories":[],"readme":"\n# LUTify\n\n  \n\nA very complete and simple script to resize, combine/mix 2 luts or convert your CLUT images to CUBE format and viceversa.\n\n  \n\n**Do you like this project? Support it by donating**\n\n  \n\n- ![Paypal](https://raw.githubusercontent.com/reek/anti-adblock-killer/gh-pages/images/paypal.png) Paypal: [Donate](https://www.paypal.com/donate?hosted_button_id=XQ8QUEME5JZMN) or [paypal.me/michelerenzullo](https://paypal.me/michelerenzullo)\n\n- ![btc](https://raw.githubusercontent.com/reek/anti-adblock-killer/gh-pages/images/bitcoin.png) Bitcoin: 1K9RF3s4aocmaRbh2Zu2FuHjrcg5BNeDxU\n\n  \n\n## FEATURES:\n\n  \n\n* Auto-detect input format\n\n* Auto-resize not perfect square LUT size(example #33, #17...)\n\n* Flip RGB values\n\n* Change size and shape of your LUT (example Spark AR LUTs to Lens Studio 1x16 LUTs)\n\n* Generate identity CLUT\n\n* Read all types of CLUT\n\n* Combine 2 luts and specify the amount from lut1 (0) to lut2 (100)\n\n* Two type of interpolation when resizing: Tetrahedral or Nearest\n\nSquare:\n\n![square](https://i.ibb.co/JcWC5Fc/Identity-HALD-square.png)\n\nSquare one-row:\n\n![one-row](https://i.ibb.co/w7xVt25/Identity-HALD-square.png)\n\nHald:\n\n![hald](https://i.ibb.co/QHPGtHG/Identity-HALD-classic.png)\n\n  \n  \n\n## REQUIREMENTS:\n\n* Python 3\n\n* Numpy\n\n* Pillow\n\n  \n\n```Shell\n\n$ pip install numpy pillow\n\n```\n\n  \n\n## USAGE:\n\n  \n\n```Shell\n\n$ LUTify.py -h\n\nusage: LUTify.py [-h] [--input INPUT] [--combine COMBINE] [--mixer MIXER]\n[ --preserve] [--output OUTPUT] [--format {hald,square}] \n[--identity] [--size SIZE] [--method {nearest,tetrahedral}]\n[--rows ROWS] [--flip]\n\n...\n\n```\n\n*  `-i INPUT`/`-o OUTPUT`supports .CUBE, .PNG, .JPG, .TIFF\n* `-c COMBINE`/ supports .CUBE, .PNG, .JPG, .TIFF, optionals:\n- - `-p PRESERVE` when combining 2 luts preserve the max size between them, default false\n- -  `-x MIXER` mix amount from lut1(0%) to lut2(100%), default is 50\n\n*  `-id IDENTITY` generate a CLUT identity\n\n*  `-f FORMAT` \"hald\" or \"square\", override default output:\n- - if output is CUBE or \"identity\", default format is \"hald\"\n\n- - if input is CUBE and output is image the default format is \"hald\"\n\n- - if input is image and output is image default format will be automatically determinated as the opposite of the input format.\n\n*  `-s SIZE` choose your CLUT size or LUT size overriding input value.\n\n*  `-m METHOD` the method of interpolation when resizing between \"tetrahedral\"(default) and \"nearest\"\n\n*  `-r ROWS` number of rows when output is square\n\n*  `-ud FLIP` flip upside down RGB values\n\n  \n\n## TIPS:\n\nIf you would like to convert your Spark AR LUTs to Lens Studio:\n\n```Shell\n\n$ LUTify.py -i \"SparkAR_SQUARE.png\" -o \"LensStudio_SQUARE.png\" -s 4 -r 1 -f square --flip\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelerenzullo%2Flutify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelerenzullo%2Flutify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelerenzullo%2Flutify/lists"}