Jump to content

SodiumEnglish

Members
  • Posts

    49
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by SodiumEnglish

  1. This is definitely possible using pyrochild's Trail plugin and a little bit of work.

     

    1. Make sure your text is on a second layer (Layer 3 in photo) surrounded by transparency.

    2. Duplicate that layer of text (Layer 2 in photo).

    3. Use the Trail plugin with fade-out disabled, max distance (500 unfortunately but should be enough), and spacing of 1.

     

    image.thumb.png.d190e728cc83846fb8599c0cf30c753f.png

     

    4. Use magic wand to select your trailed text and fill using the color of choice... done!

     

    image.thumb.png.ce8cf375d72d97812f9778564465fa84.png

     

    Result:

     

    image.thumb.png.dbdc63571693d0f70c4b2df844f2bbef.png

    • Like 2
    • Upvote 1
  2. Performance Update

     

    Hey everyone, I've done some updates to make the loading and performance of the search app faster again!

     

    All the changes in more detail can be found here on the pull request. In short, the generated site is now smaller and load times are significantly faster (~.5s to 1s) --- now using the compress layout. Main javascript file is now in a module-pattern and the main css is now in scss format for easier maintenance.

    • Like 3
    • Upvote 3
  3. You may be confused as to the active layer and what the checkbox means. The checkboxes will turn rendered layers on and off and does not affect whether you can draw in them or not. The currently selected layer (highlighted in blue) is the layer that you are currently interacting with, draw on, etc. regardless of whether the check is selected or not.

     

    image.png.8dd1bdb003f8b8c4605fb33320f5aa67.png 

    • Upvote 2
  4. It looks like your image is not corrupted but the problem was that you overwrote the pdn file as a png -- preserving the pdn file extension. You will have to change the file extension from pdn to png and you may open the image again! However, since you overwrote it with the png version, if you had layers in your pdn file you will have lost those.

     

    You can rename the file with command prompt by cd'ing to the path the file is located and then renaming it.

    C:\Users\MyUsername>cd Desktop\
    C:\Users\MyUsername\Desktop>rename MyImage.pdn MyImage.png

     

    • Like 1
    • Upvote 1
  5. Update!

    First time I'm posting an update here haha.

    I bring a performance enhancement to the Plugin Index by pre-loading the data into the page with Jekyll so that there is no need to fetch the data after page load. You should see the plugins on the page now without any delay!

    • Like 2
    • Upvote 4
  6. 4 hours ago, AndrewDavid said:

    From the plugin browser when updating the index.

    I am getting the same error but when pasting the index JSON into JSONLint all seems to be good. I found a similar problem parsing JSON and C# with the same "Invalid JSON primitive: ." due to an errant comma but no errant comma is present; JSONLint would show this as an error when validating. I am not sure what is wrong.

  7. 14 hours ago, BoltBait said:

    I'm using Safari. 

     

    I'm not sure how much this will help but what version iPhone and Safari were you using? What doesn't work when you try: page doesn't load at all, page loads but plugins don't show, page loads but everything looks wrong, everything loads but search controls don't work, etc.? Screenshot if possible or relevant?

  8. @Ego Eram Reputo

     

    Hey Ego, while I have used Paint.NET for a long time I am new to using the forums. Your index is a really useful tool and thanks for keeping it updated! I wanted to share with you a tool I made, using your index data, allowing people to filter and search the plugins in your index. I of course credited you and linked back here for people interested. I have it publicly available on GitHub here and using GitHub Pages "PDN Plugin Index" so that it is available all the time and can be updated with each revision. Do you think this is a good idea? Is it okay to use your index data in this way? If you think it is okay, would you consider sharing it/linking it in the first post?

    • Like 5
    • Upvote 2
×
×
  • Create New...