← 返回目录 数字失真
2010 年代至今。
像素排序 Pixel Sorting
像素排序按亮度、色相等可测值重排成段像素,在保留与排序之间制造一种可读又紧绷的张力。
真实参考
来源与版权:CC BY-SA 4.0
统一场景实验
认识这种风格
像素排序按可测值(亮度、色相或饱和度)重排成段像素,通常只在阈值遮罩内进行。结果在未被触碰的照片证据与长长的有序条纹之间交替,使算法通过一致的方向、阈值门控与色彩序列变得可读。它兴起于 2010 年代的开源创意编程文化,把一种具体的算法变换变成了共享的数字艺术工具。
起源
视觉签名
- long directional pixel runs
- thresholded untouched areas
- colors reordered by measurable values
把这种风格用起来
Use the attached image as the source. Preserve its original subject, composition, and aspect ratio as much as possible. Apply this visual style: Preserve the key readable regions, then sort selected shadow bands, reflections, background streaks, and edge highlights into controlled vertical or horizontal pixel streams. Use black and white as threshold anchors with orange, teal, and violet highlights stretched into long algorithmic runs. The image should expose sortable pixel rows or columns with clear threshold logic rather than painterly smears. Avoid: hand-painted blur, random streaks, or sorting that destroys the source's main structure.
更多资料
编辑判断 · 更新于 2026-06-12
调色板
关键词
文化关联
音乐
- glitch
- ambient techno
- experimental electronic
媒介
- generative print
- album artwork
- animated loop
技术
- Processing
- sorting algorithms
- pixel buffers
事件
- open-source creative-coding culture
- social image sharing
常见失败模式
- 把每个像素都排序会擦掉源图,消解完好证据与算法变换之间应有的张力。
关联风格
视觉先祖
风格制作拆解
避免:Avoid hand-painted smears with no consistent ordering rule or threshold logic.
01
主体与环境
A rain-bright street whose reflections stretch into algorithmic bands around a readable central figure.
02
构图与视角
Preserve the store sign and pedestrian face, then sort rain reflections and shadow bands into controlled vertical and horizontal streams.
03
调色板与光影
Use black and white as threshold anchors while orange, teal, and violet highlights stretch from neon signs and rain-bright pavement.
04
媒介与材质
Begin with a high-contrast night photograph and expose its pixel buffer as sortable rows or columns rather than painted streaks.
05
风格标志物
sorted puddles, elongated taillights, threshold gaps, and sharply preserved signage
06
后期与效果
Sort only values inside chosen thresholds, protect key facial and signage regions, and allow the remaining pixels to form long directional runs.
制作手记
构图原则
Preserve the store sign and pedestrian face, then sort rain reflections and shadow bands into controlled vertical and horizontal streams.
材质
- pixel buffer
- threshold mask
- high-contrast night photograph
光线
- neon reflections
- isolated white highlights
效果
- brightness sorting
- directional pixel streaks
- protected focal regions