Code Monkey home page Code Monkey logo

fake-fal's People

Contributors

garywilsonjr avatar ikonplant avatar masi avatar thegass avatar wazum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

fake-fal's Issues

FR: use average image colour as background for fake images

Either use
convert rose: -scale 1x1\! -format '%[fx:int(255*r+.5)],%[fx:int(255*g+.5)],%[fx:int(255*b+.5)]' info:-
or
convert rose: -scale 1x1\! txt:-

Instead of -scale you can use -resize, but this could be slower (according to ImageMagick). Results might depend on the settings of -filter.

As colour may be light the text colour must be adapted somehow.

FE: render original images from extensions if available

Do not fake images which are linked in the HTML-Template to an existing image in extension-subfolder and have a data record in sys_file at the same time. Render the original image.

Example:
HTML-Template:
<f:image src="EXT:ext_name/Resources/Public/Images/demo_image.png" alt="" width="235" />
DB: sys_file:
identifier = '/typo3conf/ext/ext_name/Resources/Public/Images/demo_image.png'

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.