# Genuary2026_SelfPortrait

# PixelatedGlitchSelfies

**PixelatedGlitchSelfies** is coded and Photo’d in layers through a ***Low Res*** `(Genuary2026 Prompt 4)` and ***Self-Portrait*** `(Genuary2026 Prompt 13)` ***HydraVideoSynth.***

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767901049329/d736ddba-081f-472e-8b04-f509a2128e58.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767901053696/e23a4e64-c799-4fb1-a591-152265d21c3a.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767901059156/1c600843-e3e7-40af-87f8-e43b86225b84.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1767901294635/c09cf462-cc7b-41cb-a0b9-354f36c20065.png align="center")

## Code

```javascript
s0.initCam()

src(s0).pixelate(30,30).modulateRotate(src(s0).pixelate(25,25).scale(0.95)).
modulateScale(src(s0).pixelate(20,20).scale(1.05)).out()
```
