From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 0FA7A4335B for ; Fri, 30 Dec 2022 11:35:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A47AC68B6A0; Fri, 30 Dec 2022 13:35:04 +0200 (EET) Received: from ssq0.pkh.me (unknown [92.154.28.164]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 90779680C4A for ; Fri, 30 Dec 2022 13:34:58 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pkh.me; s=selector1; t=1672400097; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0LipdrEiM06qa2M0z/3Fmbj1x6JUBLhaLYxdZgSG5gg=; b=CZX2QBPMdCHRnD42+P4YYLkYPnQrQcuJqiq6Y8JWS7Spo4OZzh4KrQHlUZl3uGekGNTlPf OFQmvm6MxblLRQuC3I9NFSGJPS1ckQSDO9KCjvUeumNKUGOVYv1suMUISsI1Ezbc9Dcf9D cfEjEID/+1OWSY26yPe2Lf43NanoFQc= Received: from localhost (ssq0.pkh.me [local]) by ssq0.pkh.me (OpenSMTPD) with ESMTPA id c44b7df4 for ; Fri, 30 Dec 2022 11:34:57 +0000 (UTC) From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= To: ffmpeg-devel@ffmpeg.org Date: Fri, 30 Dec 2022 12:34:51 +0100 Message-Id: <20221230113455.2632289-1-u@pkh.me> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] 3 more dithering mode in paletteuse X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Hi, This patchset is to be applied on top of the previous one. Here are some demonstrations of all the dithering with 2bpp: https://imgur.com/a/2a1p4R8 Source images: 1. https://unsplash.com/photos/P4epudldYMU 2. https://unsplash.com/photos/iDNvparRZ2Q Note: both got resized to fit within a 1024x1024 bounding box. I personally find the Atkinson dithering to pretty nice. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".