Posts

Showing posts from June, 2024

Damn it, I have another idea

 Always so eager to make computer do stuff. Especially if it's related to art. I thought what if I draw a path in GIMP, have a plug-in output offsets from starting point to the next point and then from next point to the point after that and so on so that I have instructions to draw a path Then in javascript allow me to paste those offset into a textarea, that javascript can read. Then on a canvas, start using those offsets to draw the path, but randomly scale and rotate them and randomly jump to different sections of the path. This would make it look like organic with randomness for element of surprise. Ok, gotta go make it now to prove my concept see if it creates some organic looking line art.

Centered Object Based Bezier Loop Morphing (COBBLM)

Center-Based Transparency Interpolation/Morphing Multiframe Version Center-Objects-Based Transparency Interpolation/Morphing This is different in that instead of morphing from center of image, it'll morph based on object's mass (pixels) center so that if we have 2 objects in different locations on the canvas, it'll morph from center of object to center of object 2. This is way more advanced/pro looking I think. 1. Choose two images (same size and with transparency) Morph From Image: Morph To Image: Before "From Image": After "To Image": 2. Choose a background image (optional) 3. Number of Frames in Sequence which will determine T-value: Output Image 1(P1) Image 2(P2) Image 3(P0) Image 4(P3)

Sparkler Burning

Just choose a background image (same size as foreground). fg Image should be dark and have a white pixel for where burning of sparkler should start and that its bg image: fg image:

Animate Multiple Morphing (with optional static bg as 3rd input)

Image Animation Image Animation Color: Clear canvas: Select Background Image: Select Animation Image: Select STILL Background Image: Frame duration (seconds): Loop indefinitely: Number of Frames: Start Animation Stop Animation 00:00 / 00:00 Instructions: 1. Choose a Background Image and an Animation Image. 2. Wait for images to finish loading. 3. Edit fields ("Frame Duration", "Loop Indefinitely"). 4. Click "Start Animation". Credits: Javascript written using MS NotePad, with major help of ChatGPT.com (without logging in). Tested in MS Edge Date Created: 2024-06-03 (June 3rd, 2024) Why was this created: I tried to look for programs/apps that allow me to animate images for maybe stop motion clip/video. There are many in MS Store, but they ...

Center Objects Based (COB) Morphing of two images

Center-Based Transparency Interpolation/Morphing Multiframe Version Center-Objects-Based Transparency Interpolation/Morphing This is different in that instead of morphing from center of image, it'll morph based on object's mass (pixels) center so that if we have 2 objects in different locations on the canvas, it'll morph from center of object to center of object 2. This is way more advanced/pro looking I think. 1. Choose two images (same size and with transparency) 2. Choose a background image (optional) 3. Number of Frames in Sequence which will determine T-value: Output Image 1 Image 2

Hoodie Design Picker

Hoodie/Sweater Design Picker INSTRUCTIONS: 1. Check/Uncheck the boxes for Red/Blue Patchwork Design. 2. Click on Hoodie Image to go to page to PURCHASE/SHOP for that Hoodie. Torso (Only Blue Torso for now) Hood Arms Cuffs Pocket Waistband Note: This is an experimental front-end interface to allow user to easily select the customization they'd like based on 2 predefined patterns (in this case either Blue or Red). There are other designs at the purchase site. With above design, there 64 possible combinations/variations. But becaus this is experimental tool I have limited them to 32 possible combinations/variations by not doing all the combos for Red Torso option.