Jump to content

dfleury2

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by dfleury2

  1. Is filetype plugin can open a dialog box to specify some params ? (I think the answer is yes because the PPM plugin do it, but to be sure)

     

    One could be a string value to replace the "pixmap" string a one entered by the user.

    Even if I am not sure it was user friendly (better or worse than using external text editor to do it...)

  2. Hi,

     

    On a FileType plugin, is there a way to access (is any) the filename of the stream on the OnSave callback ?

     

    I am writing an XPM plugin, and it will help is I can put this name into the file instead of hard coded value - not very usefull for embedded XPM into a source file.

     

    Regards

     

  3. I have reverse this DLL to correct a bug on non square image, and Unix/Windows text file format

     

    I have rewritten almost everything (probably reversed from somewhere else anyway)

     

    This DLL is to be put on the FileTypes directory.

     

    It will register the "X Pixmap" file format for .xpm files.

     

    If it can help someone...

     

    PS : for the source code...ILSpy is your friend.

     

    I have updated the plugin for Paint 4.0

    XPMFileType.zip

    XPMFileType_4.0.zip

  4. Since I have the same issue, I have try to correct it.

    I have used the original plugin, reverse it to made a correction.

    So I have corrected : PPM P6 format (binary format only, and the size of the combobox when saving an image.

    Hope it will help somebody.

×
×
  • Create New...