Coder Social home page Coder Social logo

seer-plugins's Issues

eps2png插件不能正确预览eps,长图片右侧会缺失一部分内容,可做如下修改:

eps2png插件不能正确预览eps,长图片右侧会缺失一部分内容,可做如下修改:
修改plugin_eps.json,添加-dEPSCrop参数,即
"exec": "gswin32c.exe -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dEPSCrop -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-sOutputFile=SEER_OUTPUT_PATH.png" -f"SEER_INPUT_PATH""

missing exr and hdr plugin and .fbx/.obj problem

Hi,thanks for the software,looks amazing,just bought the pro version.

I can't find a .json file in the imagemagick plugin folder,so I can't visualize .exr and .hdr files unfortunately...can you link me the exact file to download please?

When I open an obj file Seer crashes and I have to reopen the app,I have the 3DViwer plugin installed

thank you,
Leo

doc2pdf这样写转化得快一点,且结束后可以正常关闭msoffice

from win32com.client import Dispatch,constants, gencache
w=''
def doc2pdf(input, output):
    global w
    w = Dispatch("Word.Application")
    w.Visible = False
    w.DisplayAlerts = False
    try:
        doc = w.Documents.Open(input, ReadOnly=1)
        doc.ExportAsFixedFormat(output, constants.wdExportFormatPDF,
          Item = constants.wdExportDocumentWithMarkup, CreateBookmarks = constants.wdExportCreateHeadingBookmarks)
        return 0
    except:
        return 1
    finally:
        w.Documents.Close(wc.wdDoNotSaveChanges)
...
...
...
rc = main(path_input, path_output)
    w.Quit()
    if rc:
        sys.exit(rc)
    sys.exit(0)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.