Jump to content

BoltBait

Administrator
  • Posts

    15,728
  • Joined

  • Last visited

  • Days Won

    405

Everything posted by BoltBait

  1. Yes. I am finishing up CodeLab with IndirectUI support. One thing I noticed is that when your effect has no UI, I have to generate different code than what I expected.
  2. You might want to contact your ISP to correct this situation.
  3. I can not compile an IndirectUI based effect that has no UI without supplying an empty OnCreatePropertyCollection function override. It seems to me that a default, empty function could be provided by Paint.NET. protected override PropertyCollection OnCreatePropertyCollection() { List props = new List(); return new PropertyCollection(props); } This goes along with EffectFlags.None to create an IndirectUI plugin without a UI. So, I guess my question is... why is CreatePropertyCollection an abstract?
  4. Reinstall PdN? Nah! You'd probably have more success if you ran checkdisk.
  5. You can not edit EXIF data. However, Rick has an EXIF editor on his requested features list. So... eventually. You can delete the EXIF data by doing this: Ctrl-A Ctrl-C Ctrl-Alt-V When you save this new image, it will not include EXIF data.
  6. Sure. I used Paint.NET to edit the splash screen, main UI background, and about box in this product: http://support.intel.com/support/processors/tools/piu/ And, of course, I used Paint.NET to edit all of the images in my dominos game.
  7. ...including me. I work for Intel and use it for manipulating splash screen images for our products.
  8. If that is the sort of functionality you need, try using a different program (like Inkscape).
  9. If you are talking about drawing a curved line, then no, you can't. Once a line is finalized it becomes part of your bitmap drawing and is no longer a "line".
  10. Ed Harvey has updated his effects to work with Paint.NET 3.30+ here: viewtopic.php?f=16&t=23885
  11. Maybe you shouldn't let me crash.
  12. Let's see, T-Shirt $26 for a t-shirt... yes, for just a t-shirt... Give me a couple of days to get something like that past the wife... Hmmm... I still would like a Black golf-t that said something like "Effects Developer" under the logo.
  13. Well, obviously, you were using my Steganography effect and you pasted a bad pathname into the filename box. It might have been a network path, or a URL... I'm not sure.
  14. It is against the rules to run pointless polls. Closed.
  15. Actually, is this what you were thinking of? They call it a "Golf Shirt." http://www.cafepress.com/paintdotnet.256846592 I only put the logo on the front, nothing on the back. Let me know if you want something different (like the logo+URL on the back, etc.) Rick, give me a Black Golf Shirt and you got a sale.
  16. I found a couple of quirks with the IndirectUI colorwheel control. The colorwheel control consists of 4 items (color, color wheel, S,V), 3 number controls (R,G,, and a reset button. If the 4th item's indicator is all the way at the bottom (V) and you adjust the 3rd item's indicator (S), then the color of V's bar is not updated until the V indicator is moved. If V's indicator is not at the bottom, it works fine. Also, if the V indicator is at the bottom, pressing the reset button will not reset the color wheel nub position, nor the S indicator. If the V indicator is not at the bottom, it works fine.
  17. I'm not sure. I've never played with curves from that side of the screen. (That is, from the CPU side. )
  18. Curves is not made with IndirectUI. BTW, I bet pyrochild could help you. If you have a copy of Reflector, you might want to look around Scriptlab...
×
×
  • Create New...