SVG/PNG Fancy Text and Logo Generator

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Message
Author
User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

root_20170606_23h31m05s_comic_sans_ms-195-wetpaint

#101 Post by smokey01 »

This is a lot of fun.
Attachments
root_20170606_23h31m05s_comic_sans_ms-195-wetpaint.png
(154.45 KiB) Downloaded 191 times

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#102 Post by vovchik »

@ all: thanks for testing and feedback. I am working on a few enhancements involving rotation and skewing axes. My code seems to be working, but I am still trying to figure out some things regarding autoscaling and x and y origins after transforms. It may take a while to finesse these features (after which I will post), but here are some examples.
Attachments
vovchik_20170607_19h58m21s_droid_sans-177-solidify.png
(129.76 KiB) Downloaded 129 times
vovchik_20170607_19h22m11s_droid_sans-83-pointlighting.png
(108.56 KiB) Downloaded 133 times
vovchik_20170607_19h52m07s_droid_sans-138-metallic.png
(34.87 KiB) Downloaded 132 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#103 Post by musher0 »

What? Rotations?

Geez, vovchik, you have too much imagination !!! :lol: ;)

But keep going, man, keep going !!! :)

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#104 Post by vovchik »

@ smokey01 and musher0: Thanks guys.

@ all: am now posting a preliminary version with rotation and skewing on the X and Y axes. Still working out autosizing and placement, but it works in principle. Also attached is my template for the attached pic.
Attachments
usergui.txt.tar.gz
(328 Bytes) Downloaded 149 times
vovchik_20170607_23h21m03s_droid_sans-136-gummibearshadow.png
(87.03 KiB) Downloaded 116 times

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#105 Post by step »

Great! So the background gradient is rotated with the foreground object.
edit: No, not always at least; replacing Xblur with ColorStripeThin shows horizontal lines as background behind the rotated text.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#106 Post by vovchik »

@ step: I am only doing the transforms on the text object at the moment, but also transforming backgrounds is an idea. I'll give it some thought and experiment. The filters are subject to the transform, since they are linked to the text object, and some may, unfortunatelty, not work as expected. I am investigating.

Post Reply