This document describes a technique called "field morphing" for generating intermediate frames during digital image morphing. It uses line features specified in both source and target images, with correspondences established between lines. For each intermediate frame, a set of interpolated line features is generated. A warp function is computed based on displacements from pairs of corresponding line features, weighted by distance. Warping and color interpolation produces the morphed image. Pseudocode and a MATLAB implementation demonstrate the algorithm.