RightClickFolderIconTools icon indicating copy to clipboard operation
RightClickFolderIconTools copied to clipboard

Request for new Template (Dual Tab Horizantal)

Open Chinna95P opened this issue 11 months ago • 6 comments

Hello,

I was hoping for a new Template based on the format here. Unfortunately i dont have the corresponding template psd. Please can u see whether it is possible to add 'Dual Tab Horizontal' version.

Image

Chinna95P avatar Jan 17 '25 06:01 Chinna95P

Sure, for that, I think I'll use this PSD template as a base: Folder Icon Template PSD by kasbandi.

Image

ramdany7 avatar Jan 17 '25 10:01 ramdany7

Here’s what I came up with: I wasn’t entirely sure about the font used in the sample you provided, so I went with the same font from the "DualTab Vertical" template.

DualTab Horizontal - PSD file.zip DualTab Horizontal - RCFI Template.zip

Image

Let me know if you need any adjustments or have any feedback!

ramdany7 avatar Jan 17 '25 15:01 ramdany7

i have some suggestions, I don't know if possible. Can u make the text appear (embossed and shadowed) like this in second tab in both horizontal and vertical templates as shown in picture.

Image

i also have the psd i edited with here

psd.zip

Chinna95P avatar Jan 17 '25 15:01 Chinna95P

To add a shadow and create an embossed effect, you can adjust this part of the code:

set LAYER-TAB2-LABEL= ^
   ( ^
	 -font "%RCFI%\resources\BIG_NOODLE_TITLING.ttf" ^
	 -fill %FolderName-Font-Color% ^
	 -density 400 ^
	 -pointsize 4.5 ^
	 -kerning 4.5 ^
	 %FolderName-Pos-Tab2% ^
	 -background none ^
	 label:"%tab2-label%" ^
	 ( +clone -background BLACK -shadow 30x1+1+1 ) +swap -background none -layers merge ^
	 ( +clone -background BLACK -shadow 30x1+1+1 ) +swap -background none -layers merge ^
	 ( +clone -background BLACK -shadow 30x1+1+1 ) +swap -background none -layers merge ^
	 ( +clone -background BLACK -shadow 30x1+1+1 ) +swap -background none -layers merge ^
	 ) -composite
  • -pointsize: specified font size
  • -kerning: specified font spacing
  • -shadow:
    • 30 shadow's opacity, specified as a percentage (0% to 100%)
    • x1 specifies the blur radius for the shadow. A larger value produces a softer shadow, while a smaller value produces a sharper shadow.
    • +1+1 horizontal and vertical offset of the shadow, Positive values shift the shadow to the right or downward. Negative values shift the shadow to the left or upward.

You can stack multiple shadow, and make it shift into 4 different angle or more to make a glowing text effects if the shadow is blured, or make a border text if the shadow is sharp.

Here's an example of a template I've modified: DualTab template with shadow on text.zip

Image

ramdany7 avatar Jan 18 '25 02:01 ramdany7

Awesome Thanks.

Chinna95P avatar Jan 18 '25 03:01 Chinna95P

I don't have any more innovative ideas or suggestions, i will get back to you if i get anymore. Thank you

Chinna95P avatar Jan 18 '25 03:01 Chinna95P