Jump to content

MadJik

Members
  • Posts

    2,690
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by MadJik

  1. This makes sense to understand the code, but these calculations are done for each pixels... Can I suggest this change to save some cpu? int minDistanceSquared = 999999; // high value greater than 255 * 255 + 255 * 255 + 255 * 255 + 1;
  2. 1. Using an interger slider for a color chanel (0 to 255, default = 20), I want to change the style to White-Red. The values are replaced by 0-100, default=0. 2. Retyping the values, I start by the default = 20 and when I type the maximum value 2 (for 255) the default value is replaced by 2. edit: 3. Impossible to type -255 (minus 255) when the value is 0.
  3. @Pratyush Center doesn't give expected result. Please don't name the DLL with the version number as it won't replace older versions in the effect menu..
  4. You're welcome. But your post is confusing. I don't understand the question if you managed to make it. To make multiple logos, I used Rotate/Zoom layer (Ctrl+Shift+Z) with rotate + zoom (reduce) + tiling
  5. if (group > Maxgroup) group = Maxgroup; The last stripe could be longer than the others... due to the reminder of the division. edit: Doesn't work with repetition. Solution:
  6. @Pixey this was the trickiest part I had to rework several times before I feel "happy". Could you believe the first step was:
  7. Thank you @Pixey More enigmatik? Voodoo spirit
  8. I think @MJW is right but I'm not skilled enough to explain it. Maths are useful to create a plugin. You don't need the third loop, just y and x. Stripe nr zero(0) is the first step and is equal to the primary color. The number of steps to calculate is Amount1 - 1. Amount1 must be 2 or more (avoid the "divided by 0 error" if Amount1 = 1). Each stripe step size per chanel RGB is (Secondary - Primary) / (Amount1 - 1) //MJW is right! Calculate for each x in the width the stripe number (group). etc... The final code... edit: extra features (ideas) to add: - invert colors (checkbox) - make it vertical (checkbox) - repeat it - start on the center
  9. Anyone knows about "Save Configuration" windows? I can't see any windows with this exact title. It makes me think the use of a plugin with XML or a filetype plugin. Which one?
  10. @lynxster4 @Seerose thank you for the feedback. _____________________________ (19/01/2018) Some absracts:
  11. Remove the commented lines in the Region UICode. edit: @Pratyush the last right shade isn't equal to secondary color...
  12. Update 2018-01-18 -Up to 10 points could be placed and found around the canvas. Use the pen to spot single pixels with same bright color. -Lockers -Angle -New shapes: 4=diamond, 5=pentagon, 6=star, 7=flower, 8=triangle. -Smart values button -Int radius % -Primary Secondary colors -Russian translation (thanks to @ReMake)
  13. Your post comes to me at the speed of a light ray... I must agree but old UI (or Windows form) is a pain to maintain (as new Lens flare). I often start with CodeLab (and this tool is getting better and better). 4.0.19... 4.0.20... 4.0.21... Any news about a reset button?
  14. Think large is a good start. My image was 3000 pixels width before I reduced it to 800. I used a model I did did not draw it. http://www.universostartrek.com/Star-Trek-USS-Enterprise-A-D-DS9-Blueprints.htm
  15. I'm still using the 'classic' version of paint.net. The instruction for installation in 'store' version folder was given by @Ego Eram Reputo but I can't test nor check why it doesn't work for you. This is not a file type plugin. If you have other plugins installed and working, try to find where they are installed to add this dll.
  16. @AndrewDavid You could use this effect for the torpedoes
×
×
  • Create New...