Spiral type logo "Dreamcast Sega"
Moderator: Kathy_9
-
JohnPSPX92891
- Posts: 3
- Joined: Sun Sep 04, 2016 12:05 pm
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: M5A78L usb3
- processor: AMD FX6100
- ram: 8GB
- Video Card: ATI Radeon 4800
- Hard_Drive_Capacity: 300GB
- Monitor/Display Make & Model: Philips 193V
- Corel programs: PaintShop Pro Ultimate X9
Spiral type logo "Dreamcast Sega"
Hello anyone knows a way for producing a spiral-type logo like the "Sega Dreamcast" one 
-
Cassel
- Posts: 1587
- Joined: Fri Oct 29, 2010 6:49 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- ram: 16Gb
- Corel programs: PSP 8 (JASC) to PSP 2023
- Location: Canada
- Contact:
Re: Spiral type logo "Dreamcast Sega"
Did you try the Effects > Distorsion > Twirl?
Run it with the maximum value and run it a second time on a straight line going from the center of your image to the edge.
It might not be exactly what you are looking for, but maybe enough for what you need?
Run it with the maximum value and run it a second time on a straight line going from the center of your image to the edge.
It might not be exactly what you are looking for, but maybe enough for what you need?
Cassel
https://creationcassel.com/store
Specializing in PSP specific products: scripts and tubes
https://scrapbookcampus.com
for beginner and seasoned scrappers and designers and other PSP users
https://creationcassel.com/store
Specializing in PSP specific products: scripts and tubes
https://scrapbookcampus.com
for beginner and seasoned scrappers and designers and other PSP users
-
JoeB
- Posts: 2778
- Joined: Fri Mar 28, 2008 10:04 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: LENOVO 4524PE4 ThinkCentre M91p
- processor: 3.10 gigahertz Intel Quad Core i5-2400
- ram: 8 GB
- Hard_Drive_Capacity: 4.6 TB
- Corel programs: PSP 9, X7 to 2019, 32 & 64-bit
- Location: Canada
Re: Spiral type logo "Dreamcast Sega"
On another board Trev created a script that would draw a raster spiral (not vector) using the paintbrush. It was written for Jasc's PSP 8.1 (and works in 9 also) but doesn't work in my X7 because it throws an error. I suspect the error is caused by a deprecated command in the script, and perhaps somebody can figure out how to correct it for newer PSP versions. If interested, here's the link to the page with Trev's script:
http://www.talkgraphics.com/showthread. ... w-a-spiral
http://www.talkgraphics.com/showthread. ... w-a-spiral
Regards,
JoeB
Using PSP 2019 64bit
JoeB
Using PSP 2019 64bit
-
LeviFiction
- Advisor
- Posts: 6831
- Joined: Thu Oct 02, 2008 1:07 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Alienware M17xR4
- processor: Intel Core i7-3630QM CPU - 2_40GH
- ram: 6 GB
- Video Card: NVIDIA GeForce GTX 660M
- sound_card: Sound Blaster Recon3Di
- Hard_Drive_Capacity: 500GB
- Corel programs: PSP: 8-2023
- Location: USA
Re: Spiral type logo "Dreamcast Sega"
What error do you get? The error I get is that the range() command (a Python command) requires an integer but got a float and should be a fairly straightforward fix. All we have to do is change this line from this
to this
int(decimal) converts a decimal (float) into an integer.
Code: Select all
for N in range(0, Max):Code: Select all
for N in range(0, int(Max)):https://levifiction.wordpress.com/
-
JoeB
- Posts: 2778
- Joined: Fri Mar 28, 2008 10:04 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: LENOVO 4524PE4 ThinkCentre M91p
- processor: 3.10 gigahertz Intel Quad Core i5-2400
- ram: 8 GB
- Hard_Drive_Capacity: 4.6 TB
- Corel programs: PSP 9, X7 to 2019, 32 & 64-bit
- Location: Canada
Re: Spiral type logo "Dreamcast Sega"
Yep, that was the error. And I'll be honest. When I posted this I kind of hoped you'd consider figuring out a vector spiral script.LeviFiction wrote:What error do you get? The error I get is that the range() command (a Python command) requires an integer but got a float and should be a fairly straightforward fix. All we have to do is change this line from this
to thisCode: Select all
for N in range(0, Max):
int(decimal) converts a decimal (float) into an integer.Code: Select all
for N in range(0, int(Max)):
And by the way, I assume that, for some reason, PSP 8 and 9 don't require the int(Max)) syntax? Is that because of changes in the Python library or something since years ago when the script was created by Trev?
Regards,
JoeB
Using PSP 2019 64bit
JoeB
Using PSP 2019 64bit
-
Cassel
- Posts: 1587
- Joined: Fri Oct 29, 2010 6:49 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- ram: 16Gb
- Corel programs: PSP 8 (JASC) to PSP 2023
- Location: Canada
- Contact:
Re: Spiral type logo "Dreamcast Sega"
I noticed that in PSP9, it does show the error in the SOP yet, it continues without a problem. I guess it was just not as picky back then!And by the way, I assume that, for some reason, PSP 8 and 9 don't require the int(Max)) syntax? Is that because of changes in the Python library or something since years ago when the script was created by Trev?
Cassel
https://creationcassel.com/store
Specializing in PSP specific products: scripts and tubes
https://scrapbookcampus.com
for beginner and seasoned scrappers and designers and other PSP users
https://creationcassel.com/store
Specializing in PSP specific products: scripts and tubes
https://scrapbookcampus.com
for beginner and seasoned scrappers and designers and other PSP users
-
JohnPSPX92891
- Posts: 3
- Joined: Sun Sep 04, 2016 12:05 pm
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: M5A78L usb3
- processor: AMD FX6100
- ram: 8GB
- Video Card: ATI Radeon 4800
- Hard_Drive_Capacity: 300GB
- Monitor/Display Make & Model: Philips 193V
- Corel programs: PaintShop Pro Ultimate X9
Re: Spiral type logo "Dreamcast Sega"
Thanks you for the answers...
-
JohnPSPX92891
- Posts: 3
- Joined: Sun Sep 04, 2016 12:05 pm
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: M5A78L usb3
- processor: AMD FX6100
- ram: 8GB
- Video Card: ATI Radeon 4800
- Hard_Drive_Capacity: 300GB
- Monitor/Display Make & Model: Philips 193V
- Corel programs: PaintShop Pro Ultimate X9
Re: Spiral type logo "Dreamcast Sega"
Hello, I am writing again on a spiral restiligne that I could find on the Web. Indeed, the latter eventually stop. So demadais me if there were not a function or an extension to continue the logic of the rectilinear spiral tracet recovered. In thanking you sincerely in advance ... 
-
Kathy_9
- Site Admin
- Posts: 2896
- Joined: Tue Nov 30, 2010 12:44 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- processor: 8th Generation Intel Core i7 8700 3 20 GHz
- ram: 16GB
- Video Card: NVIDIA GeForce RTX 2060 [6 GB GDDR6 dedicated]
- sound_card: NVIDIA High Definition Audio
- Hard_Drive_Capacity: 2TB
- Monitor/Display Make & Model: HP EliteDisplay E243m 23.8-inch
- Corel programs: PSPX2 ~2023; Painter 2018~23
- Location: USA
- Contact:
Re: Spiral type logo "Dreamcast Sega"
Does the script in this thread help you? http://forum.corel.com/EN/viewtopic.php?f=104&t=60247
PSPX9 | PSP2020 | PSP2021| PSP2022 | PSP2023 & PhotoMirage installed; PSPX | PSPX2 thru PSP2019 owned but not installed
http://www.flickr.com/photos/37153430@N03/
http://www.flickr.com/photos/37153430@N03/
