Jump to content

Ego Eram Reputo

Administrator
  • Posts

    14,567
  • Joined

  • Last visited

  • Days Won

    264

Everything posted by Ego Eram Reputo

  1. The image on your website is 1713x2391 pixels. It's being displayed by a monitor using a resolution of around 96ppi*. So the image is being shown at..... 1713/96 = 17.8inches wide and 2391/96 = 24.9 inches high Now you want an image 5.70866" x 7.99213" so let's do the math... 5.70866" x 96ppi = 548 pixels wide and 7.99213 x 96ppi = 767 pixels high In short, to get an image of the required dimensions on your website - resize the base image to 548 x 767 pixels. This is approx 25% smaller than the image you posted above. * ppi = pixels per inch - a rough approximation of regular LCD monitor, a not retina screen.
  2. Hey Makuna - nice job on the plugin! I exported a small image using your plugin. The top left pixel is colored #FFB311 (RGB) according to paint.net's color picker. Looking at the output file I couldn't see that pixel data anywhere. const uint16_t myImageWidth = 6; const uint16_t myImageHeight = 3; const uint8_t PROGMEM myImage[] = { // (6 x 3) RGB in Hexadecimal 0xff, 0x74, 0x01, 0xff, 0xd5, 0x00, 0xaf, 0xff, 0x00, 0x54, 0xff, 0x00, 0x1c, 0xff, 0x00, 0x03, 0xff, 0x00, 0xff, 0x47, 0x47, 0xff, 0x88, 0x42, 0xff, 0xff, 0x42, 0x88, 0xff, 0x42, 0x42, 0xff, 0x42, 0x42, 0xff, 0x88, 0x39, 0x03, 0xff, 0xd7, 0x02, 0xff, 0xff, 0x02, 0x5c, 0xff, 0x02, 0x07, 0xff, 0x33, 0x02, 0xff, 0xd7, 0x02 }; Then I realized that Gamma correction was ON. Toggling it to OFF generated the results I expected. Perhaps Gamma Correction should default to OFF? I'd be interested in the correction color curve if you would like to share it.
  3. The difference might be that since v4.0.7 .NET Framework 4.6 is required (and will be installed if necessary). Some users have experienced problems with the installation of .NET as part of the paint.net installation. First - verify that you have/have not got .NET 4.6.1 installed. You can use this tool: https://blogs.msdn.microsoft.com/astebner/2008/10/13/net-framework-setup-verification-tool-users-guide/ If it is not installed, try an manual installation of .NET from here: https://www.microsof...s.aspx?id=49981 I'd do a reboot following the .NET installation, then try installing paint.net.
  4. The thread is five years old. If you wish to restart a conversation please just start a new thread. Thanks.
  5. Try this tutorial http://forums.getpaint.net/index.php?/topic/17049-dpi-and-you-understanding-resolution-for-print-and-web/it may help explain why your image appears so large on a screen.
  6. Paint.nets plugin system is unlikely to change. It needs to be very robust and completely enclosed. If a plugin can modify other parts of an image (like other layers) this greatly increases the complexity of the system and the potential for errors. Like I said, unlikely to happen.
  7. Once you use Save As... to save a file in a particular format the file name paint.net shows indicates the target file format. If you use Save subsequently, paint.net will not prompt you for new save parameters unless you have edited the image beyond the capabilities of the file format (like adding layers). In short, the indicated file name shows what file format will be saved if you hit Save.
  8. I think JONSMITHZION might love this plugin Kaleidoscope or this one Spiroshapes
  9. Hi Jerome - welcome to the forum Plugins cannot change the layer parameters/settings. Here's a list of what can and cannot be done Click Me. Note bullet points one and three.
  10. Plugin updated! Added new format types: RGBx xRGB BGRx Where the x value is specified using the integer slider. Also added: GRB @Makuna - do you need GRBA and GRBx? (this list could get quite long) Current list of formats: RGB RGBA RGBx ARGB xRGB BGR BGRA BGRx GRB
  11. This might help explain some of the details... http://forums.getpaint.net/index.php?/topic/31645-paintnet-filetype-plugins/?p=424863 Something Midora suggested a while back when I was developing a filetype plugin: http://forums.getpaint.net/index.php?/topic/31674-csv-comma-separated-values-filetype/?p=425159I'm not sure if he got around to adding it to the template.
  12. According to this site http://www.file-extensions.org/paint-file-extension the Paint2 file format is obsolete. "This paint file type entry was marked as obsolete and no longer supported file format. This type of file is no longer actively used and is most likely obsolete. This is typically the case for system files in old operating systems, file types from long discontinued software, or previous versions of certain file types (like documents, projects etc.) that were replaced in higher versions of their original programs." You can see why the paint.net developer (Rick) wouldn't want to spend time on this. As @BoltBait said, there are other members of the forum who might write a plugin to open Paint2 files.
  13. Yes I'm short of time until this weekend, so I'll work on it then. I'll add GRB. Any other channel orders would you like? RE: x I'll add this too - it will be an 8-bit integer you can specify. Which format(s) would you like it for - just RGBx?
  14. Icy has been promoted to the Galleria (nomination by @Drydareelin) http://forums.getpaint.net/index.php?/topic/8665-galleria-the-paintnet-art-gallery/?p=514962 Congratulations @Pixey!
  15. That's not going to retain the layers as electronicsguy wants. Best bet? Reopen the image with Paint2 and export the images as individual layers. Save each with a *.PNG file format. Paint.net will be able to open these and reassemble the image.
  16. Are you typing in the file extension or selecting it from the drop down list? Try selecting it from the list & see if that works.
  17. Diagnostic tool can be found here: http://forums.getpaint.net/index.php?/topic/107908-1603-error-diagnostic-tool/
  18. That's a pretty useful tool toe-h. Thank you. I'll be really interested in what the causes of 1603 will turn out to be.
  19. You'll need to use two layers Base has the orange sweet cover. Fill the entire layer with orange + text. Upper layer has the black heading. Use Gradient Tool + Radial setting in Tool Bar. Also select the Transparency mode in the Tool Bar (http://www.getpaint.net/doc/latest/GradientTool.html) Drag out a radial (transparent) gradient on the Upper layer from somewhere near the center of the layer.
  20. Another possibility: http://forums.getpaint.net/index.php?/topic/26605-tessellation-combo-v20-with-real-alpha-channel-copy/
  21. Have you tried updating your video card driver? I ask because this *may* be related to DirectX. Worth a try anyway.
  22. Color Dodge might be the Tool Bar blend mode which BlurGamer has selected. Ref: http://www.getpaint.net/doc/latest/BlendModes.html What happens if you use the Normal blend mode?
  23. Hi deaderidan - welcome to the forum I suspect it is failing on the installation of .NET 4.6.1. Our usual response is to get the user to try and install .NET prior to the paint.net installation. First check that you have SP1 installed for Windows 7: Click the Start button, right-click Computer, and then click Properties. It should say if Service Pack 1 is installed under Windows Edition. To manually install .net 4.6.1, go here and hit the download button: https://www.microsoft.com/en-us/download/details.aspx?id=49981
×
×
  • Create New...